Ember
Loading...
Searching...
No Matches
EmberUI::NavigatorTab::SearchResult Struct Reference

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

Detailed Description

Search result (tree or node) for display in SearchResultsListBox.

Definition at line 166 of file NavigatorTab.h.

Member Enumeration Documentation

◆ Type

Enumerator
Tree 
Node 

Definition at line 167 of file NavigatorTab.h.

Member Data Documentation

◆ nodeId

size_t EmberUI::NavigatorTab::SearchResult::nodeId

Definition at line 171 of file NavigatorTab.h.

◆ nodeName

std::string EmberUI::NavigatorTab::SearchResult::nodeName

Definition at line 170 of file NavigatorTab.h.

◆ treeId

std::string EmberUI::NavigatorTab::SearchResult::treeId

Definition at line 169 of file NavigatorTab.h.

◆ type

Type EmberUI::NavigatorTab::SearchResult::type

Definition at line 168 of file NavigatorTab.h.


The documentation for this struct was generated from the following file: