VirtualCompoundController class
ink.VirtualCompoundController
Inheritance
Base: ink.DiscreteNavigationController
Derived
ink.GridController, ink.VirtualListController, ink.VirtualUniformListController
Properties
| Property | Type | |
|---|---|---|
ItemSelected | ink.VirtualCompoundControllerCallback | |
ItemActivated | ink.VirtualCompoundControllerCallback | |
AllElementsSpawned | ink.EmptyCallback |
Functions
void SetSource(WeakHandle<ink.AbstractDataSourceWrapper> source)RTTIWeakHandle<ink.VirtualCompoundItemController> GetToggledItem()RTTIWeakHandle<ink.VirtualCompoundItemController> GetSelectedItem()RTTIvoid SetClassifier(WeakHandle<ink.VirtualItemTemplateClassifierWrapper> classifier)RTTIvoid ToggleItem(uint index)RTTIvoid UnToggleCurrentItem()RTTIvoid SelectItem(uint index, bool? discreteNav)RTTIvoid UnSelectCurrentItem()RTTIuint GetToggledIndex()RTTIuint GetSelectedIndex()RTTIvoid ScrollToIndex(uint index)RTTI