ManaPlus
|
#include "const/gui/pages.h"
#include "gui/setupinputpages.h"
#include "utils/gettext.h"
#include "input/pages/basic.h"
#include "input/pages/chat.h"
#include "input/pages/craft.h"
#include "input/pages/emotes.h"
#include "input/pages/gui.h"
#include "input/pages/move.h"
#include "input/pages/other.h"
#include "input/pages/outfits.h"
#include "input/pages/shortcuts.h"
#include "input/pages/windows.h"
#include "debug.h"
Go to the source code of this file.
Variables | |
const char *const | pages [SETUP_PAGES+1] |
SetupActionData *const | setupActionData [SETUP_PAGES] |
const char* const pages[SETUP_PAGES+1] |
Definition at line 44 of file setupinputpages.cpp.
Referenced by Setup_Input::action(), StatusWindow::addTabs(), and Setup_Input::Setup_Input().
SetupActionData* const setupActionData[SETUP_PAGES] |
Definition at line 69 of file setupinputpages.cpp.
Referenced by Setup_Input::action(), KeyListModel::getElementAt(), Setup_Input::keyToSetupData(), Setup_Input::keyToString(), Setup_Input::refreshAssignedKey(), KeyListModel::setElementAt(), and Setup_Input::Setup_Input().