Definition of the STreeCtrl class. More...
Go to the source code of this file.
Classes | |
| class | STreeCtrl |
| A tree control for displaying hierarchical data. More... | |
| class | STreeCtrl::IListener |
| Listener interface for tree view events. More... | |
Typedefs | |
| typedef struct tagTVITEM | TVITEM |
| typedef struct tagTVITEM * | LPTVITEM |
Enumerations | |
| enum | STVIMask { STVIMask_Toggle = 0x00000001UL , STVIMask_CheckBox = 0x00000002UL , STVIMask_Icon = 0x00000004UL } |
| Masks for TVITEM structure. More... | |
| enum | STVICheckBox { STVICheckBox_UnChecked = 0 , STVICheckBox_Checked , STVICheckBox_PartChecked } |
| States for checkboxes in the tree view. More... | |
| enum | STVIBtn { STVIBtn_None , STVIBtn_Toggle , STVIBtn_CheckBox } |
| Types of buttons in the tree view. More... | |
Definition of the STreeCtrl class.
Definition in file STreeCtrl.h.
| enum STVIBtn |
Types of buttons in the tree view.
| Enumerator | |
|---|---|
| STVIBtn_None | No button. |
| STVIBtn_Toggle | Toggle button. |
| STVIBtn_CheckBox | Checkbox button. |
Definition at line 46 of file STreeCtrl.h.
| enum STVICheckBox |
States for checkboxes in the tree view.
| Enumerator | |
|---|---|
| STVICheckBox_UnChecked | Checkbox is unchecked. |
| STVICheckBox_Checked | Checkbox is checked. |
| STVICheckBox_PartChecked | Checkbox is partially checked. |
Definition at line 35 of file STreeCtrl.h.
| enum STVIMask |
Masks for TVITEM structure.
| Enumerator | |
|---|---|
| STVIMask_Toggle | Mask for toggle state. |
| STVIMask_CheckBox | Mask for checkbox state. |
| STVIMask_Icon | Mask for icon state. |
Definition at line 24 of file STreeCtrl.h.