#include <tcMenu.h>
Public Types | |
enum | EditorRenderingType { EDITOR_REGULAR = 0 , EDITOR_WHOLE_ONLY = 0x0001 , EDITOR_FRACTION_ONLY = 0x0002 , EDITOR_RUNTIME_TEXT = 0x0004 , EDITOR_OVERRIDE_LOCK = 0x8000 } |
Public Member Functions | |
void | changeEditingParams (EditorRenderingType ty, int startOffset, int endOffset) |
void | lockEditor (bool lock) |
EditorRenderingType | getEditorRenderingType () const |
int | getStartIndex () const |
int | getEndIndex () const |
This class is somewhat internal to menuMgr although party exposed, it allows the menu manager to store hints to help rendering classes to present information about how an item is being edited, and if it is multi part which index in the array is being edited.
Espresses the intent of the current editor operation, so that a suitable cursor can be displayed.