SimpleMessengerItemVirtualController class
SimpleMessengerItemVirtualController
Inheritance
Base: ink.VirtualCompoundItemController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
label | ink.TextWidgetReference | scripted |
msgPreview | ink.TextWidgetReference | scripted |
msgIndicator | ink.WidgetReference | scripted |
replyAlertIcon | ink.WidgetReference | scripted |
collapseIcon | ink.WidgetReference | scripted |
image | ink.ImageWidgetReference | scripted |
type | MessengerContactType | scripted |
contactData | ContactData? | scripted |
activeItemSync | WeakHandle<MessengerContactSyncData> | scripted |
isContactActive | bool | scripted |
isItemHovered | bool | scripted |
isItemToggled | bool | scripted |
Functions
bool OnInitialize()RTTIbool OnDataChanged(string value)RTTIbool OnContactSyncData(MessengerContactSyncBackEvent evt)RTTIbool OnMessengerThreadSelectedEvent(MessengerThreadSelectedEvent evt)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