tcMenu
Public Types | Public Member Functions | List of all members
CurrentEditorRenderingHints Class Reference

#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
 

Detailed Description

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.

Member Enumeration Documentation

◆ EditorRenderingType

Espresses the intent of the current editor operation, so that a suitable cursor can be displayed.


The documentation for this class was generated from the following files: