Go to the source code of this file.
|
| enum | DialogType : std::uint8_t { DLG_DEFAULT = 0
, DLG_GALLERY = 0x1
, DLG_TREE = 0x2
, DLG_BROWSER = 0x4
} |
| |
| enum | TreeNodeType : std::int8_t {
kSubFolder = -1
, kUpFolder = -2
, kRootNode = -3
, kNoFilesFound = -4
,
kDynamicSubFolder = -5
, kSubFolder = -1
, kUpFolder = -2
, kRootNode = -3
,
kNoFilesFound = -4
} |
| |
| enum | TreeNodeAttributes : std::uint8_t { kNodeSort
, kNodeSort
} |
| |
| enum | NodeOrder : std::uint8_t { kOrderUp
, kOrderSub
, kOrderItem
} |
| |
◆ DialogType
| Enumerator |
|---|
| DLG_DEFAULT | |
| DLG_GALLERY | |
| DLG_TREE | |
| DLG_BROWSER | |
Definition at line 20 of file nettree.h.
◆ NodeOrder
| Enumerator |
|---|
| kOrderUp | |
| kOrderSub | |
| kOrderItem | |
Definition at line 36 of file nettree.h.
◆ TreeNodeAttributes
| Enumerator |
|---|
| kNodeSort | |
| kNodeSort | |
Definition at line 32 of file nettree.h.
◆ TreeNodeType
| Enumerator |
|---|
| kSubFolder | |
| kUpFolder | |
| kRootNode | |
| kNoFilesFound | |
| kDynamicSubFolder | |
| kSubFolder | |
| kUpFolder | |
| kRootNode | |
| kNoFilesFound | |
Definition at line 24 of file nettree.h.