CompoundWidgetReference struct 24 bytes
ink.CompoundWidgetReference
Inheritance
Base: ink.WidgetReference
Derived
ink.BasePanelWidgetReference, ink.CacheWidgetReference, ink.CanvasWidgetReference, ink.FlexWidgetReference, ink.GridWidgetReference, ink.ScrollAreaWidgetReference, ink.UniformGridWidgetReference, ink.VirtualCompoundWidgetReference
Properties
None.
Functions
static int GetNumChildren(ink.CompoundWidgetReference self)staticRTTIstatic WeakHandle<ink.Widget> AddChild(ink.CompoundWidgetReference self, CName widgetTypeName)staticRTTIstatic void AddChildWidget(ink.CompoundWidgetReference self, WeakHandle<ink.Widget> widget)staticRTTIstatic WeakHandle<ink.Widget> GetWidgetByIndex(ink.CompoundWidgetReference self, int index)staticRTTIstatic WeakHandle<ink.Widget> GetWidgetByPath(ink.CompoundWidgetReference self, ink.WidgetPath path)staticRTTIstatic WeakHandle<ink.Widget> GetWidgetByPathName(ink.CompoundWidgetReference self, CName widgetNamePath)staticRTTIstatic void RemoveChild(ink.CompoundWidgetReference self, WeakHandle<ink.Widget> childWidget)staticRTTIstatic void RemoveChildByIndex(ink.CompoundWidgetReference self, int index)staticRTTIstatic void RemoveChildByName(ink.CompoundWidgetReference self, CName widgetName)staticRTTIstatic void RemoveAllChildren(ink.CompoundWidgetReference self)staticRTTIstatic void ReorderChild(ink.CompoundWidgetReference self, WeakHandle<ink.Widget> childWidget, int newIndex)staticRTTIstatic ink.EChildOrder GetChildOrder(ink.BasePanelWidgetReference self)staticRTTIstatic void SetChildOrder(ink.BasePanelWidgetReference self, ink.EChildOrder newOrder)staticRTTIstatic Vector2 GetChildPosition(ink.CompoundWidgetReference self, WeakHandle<ink.Widget> childWidget)staticRTTIstatic Vector2 GetChildSize(ink.CompoundWidgetReference self, WeakHandle<ink.Widget> childWidget)staticRTTIstatic WeakHandle<ink.Widget> GetWidget(ink.CompoundWidgetReference self, int index)staticRTTI globalstatic WeakHandle<ink.Widget> GetWidget(ink.CompoundWidgetReference self, ink.WidgetPath path)staticRTTI globalstatic WeakHandle<ink.Widget> GetWidget(ink.CompoundWidgetReference self, CName path)staticRTTI global