![]() |
Ember
|
Search result (tree or node) for display in SearchResultsListBox. More...
#include <NavigatorTab.h>
Public Types | |
| enum class | Type { Tree , Node } |
Public Attributes | |
| Type | type |
| std::string | treeId |
| std::string | nodeName |
| size_t | nodeId |
Search result (tree or node) for display in SearchResultsListBox.
Definition at line 166 of file NavigatorTab.h.
|
strong |
| Enumerator | |
|---|---|
| Tree | |
| Node | |
Definition at line 167 of file NavigatorTab.h.
| size_t EmberUI::NavigatorTab::SearchResult::nodeId |
Definition at line 171 of file NavigatorTab.h.
| std::string EmberUI::NavigatorTab::SearchResult::nodeName |
Definition at line 170 of file NavigatorTab.h.
| std::string EmberUI::NavigatorTab::SearchResult::treeId |
Definition at line 169 of file NavigatorTab.h.
| Type EmberUI::NavigatorTab::SearchResult::type |
Definition at line 168 of file NavigatorTab.h.