See ExpContainer.cpp for more info.
Definition in file ExpContainer.h.
#include "mc/ExpElement.h"
Include dependency graph for ExpContainer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | mcEXPCONTAINER_LEFTMOST 1 |
Cursor is at the left of the begin symbol. | |
#define | mcEXPCONTAINER_INSIDEEXPR 2 |
Cursor is inside the content. | |
#define | mcEXPCONTAINER_RIGHTMOST 3 |
Cursor is at the right of the end symbol. |
|
|
Cursor is at the left of the begin symbol.
Definition at line 72 of file ExpContainer.h. Referenced by mcExpContainerHelpers::gui_BaseInput(), mcBracketHelpers::gui_BaseInput(), mcExpContainerHelpers::gui_BaseInsert(), mcExpContainerHelpers::gui_BaseMoveCursor(), mcExpContainerHelpers::gui_BaseMoveCursorUsingPoint(), mcExpContainerHelpers::gui_GetBaseCursorPos(), mcExpContainerHelpers::gui_GetBaseRelCursorPos(), mcExpContainerHelpers::gui_isBaseEndKey(), and mcExpContainerHelpers::gui_SetBaseCursorPos(). |
|
Cursor is at the right of the end symbol.
Definition at line 78 of file ExpContainer.h. Referenced by mcExpContainerHelpers::gui_BaseInput(), mcBracketHelpers::gui_BaseInput(), mcExpContainerHelpers::gui_BaseInsert(), mcExpContainerHelpers::gui_BaseMoveCursor(), mcExpContainerHelpers::gui_BaseMoveCursorUsingPoint(), mcExpContainerHelpers::gui_GetBaseCursorPos(), mcExpContainerHelpers::gui_GetBaseRelCursorPos(), mcExpContainerHelpers::gui_isBaseEndKey(), and mcExpContainerHelpers::gui_SetBaseCursorPos(). |
[ Top ] |