See Symbol.cpp for more info.
Definition in file Symbol.h.
#include "mc/ExpElement.h"
Include dependency graph for Symbol.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | mcSYMBOL_LEFTMOST 0 |
Cursor is at the left of the symbol. | |
#define | mcSYMBOL_RIGHTMOST 1 |
Cursor is at the right of the symbol. |
|
Cursor is at the left of the symbol.
Definition at line 82 of file Symbol.h. Referenced by mcSymbolHelpers::gui_BaseInput(), mcSymbolHelpers::gui_BaseMoveCursor(), mcSymbolHelpers::gui_BaseMoveCursorUsingPoint(), mcSymbolHelpers::gui_GetBaseCursorPos(), and mcSymbolHelpers::gui_SetBaseCursorPos(). |
|
Cursor is at the right of the symbol.
Definition at line 83 of file Symbol.h. Referenced by mcSymbolHelpers::gui_BaseInput(), mcSymbolHelpers::gui_BaseMoveCursor(), mcSymbolHelpers::gui_BaseMoveCursorUsingPoint(), mcSymbolHelpers::gui_EditBase(), mcSymbolHelpers::gui_GetBaseCursorPos(), mcSymbolHelpers::gui_GetBaseRelCursorPos(), mcSymbolHelpers::gui_Init(), and mcSymbolHelpers::gui_SetBaseCursorPos(). |
[ Top ] |