![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
bool | ShowOKButton (GUIBox origin) |
bool | ShowCancelButton (GUIBox origin) |
bool | IsOKButtonActive (GUIBox origin) |
bool | IsCancelButtonActive (GUIBox origin) |
bool | Tick (GUIBox origin) |
bool | UnfocusedTick (GUIBox origin) |
bool | NotControlableTick (GUIBox origin) |
bool | Show (IShortcut shortcut, BaseMenuPart parent, SubMenu subMenu, bool useAction) |
void | Show () |
void | FocusGained (GUIBox origin) |
void | FocusLost (GUIBox origin) |
void | OutOfBoxClick (GUIBox origin) |
void | Closed (GUIBox origin) |
void | ChoiceSelected (int index, GUIBox origin) |
void | SelectionChanged (int index, GUIBox origin) |
void | Canceled (GUIBox origin) |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
int | guiBoxID = 0 |
bool | remove2ndAssign = false |
AddBackButton | backButton = new AddBackButton() |
ContentLayout | contentLayout = new ContentLayout(ContentLayoutType.Both, ContentLayoutInfoType.None) |
ChoiceMessage | message = new ChoiceMessage() |
AssignShortcutMenuItem[] | item = new AssignShortcutMenuItem[] {new AssignShortcutMenuItem()} |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.