struct
GUITreeView::InteractableElement
Contains data about all visible elements in the tree view.
This might be a TreeElement entry, or a separator (empty space) between two TreeElements.
Public
Constructors
InteractableElement
InteractableElement(TreeElement *parent, u32 index, const GUILogicalPoint &relativePosition, const GUILogicalSize &size)
Methods
IsTreeElement
bool IsTreeElement() const
GetTreeElement
TreeElement *GetTreeElement() const
Fields
Parent
Index
u32 Index
RelativePosition
GUILogicalPoint RelativePosition
Size
GUILogicalSize Size
AbsoluteBounds
GUIPhysicalArea AbsoluteBounds