Difference between revisions of "HPL3/Community/Scripting/Classes/cwidgettreeitem"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
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!