HPL3/Community/Scripting/Classes/cwidgettreeitem

From Frictional Wiki
< HPL3‎ | Community/Scripting/Classes
Revision as of 11:12, 30 July 2020 by Maintenance script (talk | contribs) (Upload classes to sub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cWidgetTreeItem

Fields

cWidgetTreeItem has no public fields.

Functions

Return Type Function Name Parameters Description
cWidgetTreeItem@ GetParent
cWidgetTreeItem@ GetRoot
cWidgetTreeItem@ AddChild const tWString &in asText
bool HasChildren
int GetNumChildren
cWidgetTreeItem@ GetChild int alIdx
void SetText const tWString &in asText
const tWString& GetText const
bool IsSelectable
void SetSelectable bool abX
bool IsSelected
void SetSelected bool abX
void SetExpanded bool abX
bool IsExpanded
void SetUserValue int alValue
int GetUserValue

Remarks

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!