ShardItemVirtualController class
ShardItemVirtualController
Inheritance
Base: ink.VirtualCompoundItemController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
icon | ink.WidgetReference | scripted |
label | ink.TextWidgetReference | scripted |
counter | ink.TextWidgetReference | scripted |
collapseIcon | ink.WidgetReference | scripted |
isNewFlag | ink.WidgetReference | scripted |
entryData | ShardEntryData? | scripted |
nestedListData | VirutalNestedListData? | scripted |
activeItemSync | WeakHandle<CodexListSyncData> | scripted |
isActive | bool | scripted |
isItemHovered | bool | scripted |
isItemToggled | bool | scripted |
isItemCollapsed | bool | scripted |
clicked | bool | scripted |
Functions
bool OnInitialize()RTTIbool OnUnnitialize()RTTIvoid OnDataChanged(string value)RTTIbool OnContactSyncData(ShardSyncBackEvent evt)RTTIbool OnEntrySelected(ShardEntrySelectedEvent evt)RTTIvoid CheckIsNew()RTTIbool OnToggledOn(WeakHandle<ink.VirtualCompoundItemController> itemController)RTTIbool OnToggledOff(WeakHandle<ink.VirtualCompoundItemController> itemController)RTTIbool OnSelected(WeakHandle<ink.VirtualCompoundItemController> itemController, bool discreteNav)RTTIbool OnDeselected(WeakHandle<ink.VirtualCompoundItemController> itemController)RTTIvoid UpdateState()RTTI