![]() |
Ember
|
Flattened tree list entry for display in NavigatorTreeListBox. More...
#include <NavigatorTab.h>
Public Attributes | |
| std::string | id |
| std::string | displayName |
| int | nodeCount |
| int | depth |
| bool | isImplemented |
| bool | isLastChild |
| bool | hasChildren |
| bool | isCollapsed |
| bool | isHeader |
| SectionType | section |
| int | sectionCount |
| std::vector< bool > | parentHasMore |
Flattened tree list entry for display in NavigatorTreeListBox.
Definition at line 150 of file NavigatorTab.h.
| int EmberUI::NavigatorTab::FlatEntry::depth |
Definition at line 154 of file NavigatorTab.h.
| std::string EmberUI::NavigatorTab::FlatEntry::displayName |
Definition at line 152 of file NavigatorTab.h.
| bool EmberUI::NavigatorTab::FlatEntry::hasChildren |
Definition at line 157 of file NavigatorTab.h.
| std::string EmberUI::NavigatorTab::FlatEntry::id |
Definition at line 151 of file NavigatorTab.h.
| bool EmberUI::NavigatorTab::FlatEntry::isCollapsed |
Definition at line 158 of file NavigatorTab.h.
| bool EmberUI::NavigatorTab::FlatEntry::isHeader |
Definition at line 159 of file NavigatorTab.h.
| bool EmberUI::NavigatorTab::FlatEntry::isImplemented |
Definition at line 155 of file NavigatorTab.h.
| bool EmberUI::NavigatorTab::FlatEntry::isLastChild |
Definition at line 156 of file NavigatorTab.h.
| int EmberUI::NavigatorTab::FlatEntry::nodeCount |
Definition at line 153 of file NavigatorTab.h.
| std::vector<bool> EmberUI::NavigatorTab::FlatEntry::parentHasMore |
Definition at line 162 of file NavigatorTab.h.
| SectionType EmberUI::NavigatorTab::FlatEntry::section |
Definition at line 160 of file NavigatorTab.h.
| int EmberUI::NavigatorTab::FlatEntry::sectionCount |
Definition at line 161 of file NavigatorTab.h.