HPL3/Community/Scripting/Classes/cwidgettreeitem
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!