#include "global.h"#include "MercuryMath.h"#include "ScreenMapEditor.h"#include "MercuryTheme.h"#include "MercuryInput.h"#include "MercuryLoadableModel.h"#include "MercuryDisplay.h"#include "MercuryObjectFactory.h"Go to the source code of this file.
Defines | |
| #define | MC_INPUTMAPPED 1 |
| #define | MC_INPUTUNMAPPED 2 |
| #define | MC_RESPFilename 3 |
| #define | MC_RESPWorldname 4 |
| #define | MC_RESPObjectname 5 |
| #define | MC_RESPJumpToSel 6 |
| #define | MC_RESPSetGravity 7 |
| #define | MC_RESPFilename2 8 |
| #define | MC_RESPDensity 9 |
| #define | MC_RESPType 10 |
| #define | MC_RESPLength 11 |
| #define | MC_RESPRadius 12 |
| #define | MC_RESPScale 13 |
| #define | MC_NewObjectName 14 |
| #define | MC_DeleteConfirm 15 |
Functions | |
| REGISTER_SCREEN_CLASS (ScreenMapEditor) KeyMappingWithCode(button_shift | |
| KeyMappingWithCode (button_ctrl,"0-17") | |
| KeyMappingWithCode (button_alt,"0-18") | |
| KeyMappingWithCode (button_mouse1,"0-1") | |
| KeyMappingWithCode (button_mouse2,"0-2") | |
| KeyMappingWithCode (button_up,"0-273") | |
| KeyMappingWithCode (button_down,"0-274") | |
| KeyMappingWithCode (button_right,"0-275") | |
| KeyMappingWithCode (button_left,"0-276") | |
| KeyMappingWithCode (button_c,"0-99") | |
| KeyMappingWithCode (button_d,"0-100") | |
| KeyMappingWithCode (button_F1,"0-282") | |
| KeyMappingWithCode (button_F2,"0-283") | |
| KeyMappingWithCode (button_F3,"0-284") | |
| void | AddControlPaneObject (MercuryObject *parent, MercuryText *child, const char *name) |
Variables | |
| const MString | sPromptedInput = "PromptedInput" |
| #define MC_DeleteConfirm 15 |
| #define MC_INPUTMAPPED 1 |
| #define MC_INPUTUNMAPPED 2 |
| #define MC_NewObjectName 14 |
| #define MC_RESPDensity 9 |
| #define MC_RESPFilename 3 |
| #define MC_RESPFilename2 8 |
| #define MC_RESPJumpToSel 6 |
| #define MC_RESPLength 11 |
| #define MC_RESPObjectname 5 |
| #define MC_RESPRadius 12 |
| #define MC_RESPScale 13 |
| #define MC_RESPSetGravity 7 |
| #define MC_RESPType 10 |
| #define MC_RESPWorldname 4 |
| void AddControlPaneObject | ( | MercuryObject * | parent, | |
| MercuryText * | child, | |||
| const char * | name | |||
| ) |
Definition at line 1258 of file ScreenMapEditor.cpp.
| KeyMappingWithCode | ( | button_F3 | , | |
| "0-284" | ||||
| ) |
| KeyMappingWithCode | ( | button_F2 | , | |
| "0-283" | ||||
| ) |
| KeyMappingWithCode | ( | button_F1 | , | |
| "0-282" | ||||
| ) |
| KeyMappingWithCode | ( | button_d | , | |
| "0-100" | ||||
| ) |
| KeyMappingWithCode | ( | button_c | , | |
| "0-99" | ||||
| ) |
| KeyMappingWithCode | ( | button_left | , | |
| "0-276" | ||||
| ) |
| KeyMappingWithCode | ( | button_right | , | |
| "0-275" | ||||
| ) |
| KeyMappingWithCode | ( | button_down | , | |
| "0-274" | ||||
| ) |
| KeyMappingWithCode | ( | button_up | , | |
| "0-273" | ||||
| ) |
| KeyMappingWithCode | ( | button_mouse2 | , | |
| "0-2" | ||||
| ) |
| KeyMappingWithCode | ( | button_mouse1 | , | |
| "0-1" | ||||
| ) |
| KeyMappingWithCode | ( | button_alt | , | |
| "0-18" | ||||
| ) |
| KeyMappingWithCode | ( | button_ctrl | , | |
| "0-17" | ||||
| ) |
| REGISTER_SCREEN_CLASS | ( | ScreenMapEditor | ) |
| const MString sPromptedInput = "PromptedInput" |
Definition at line 48 of file ScreenMapEditor.cpp.