![]() |
Ember
|
#include "Interfaces/ITab.h"#include "Tabs/TreeHierarchyTab.h"#include <functional>#include <map>#include <memory>#include <set>#include <string>#include <vector>#include <wx/simplebook.h>#include <wx/srchctrl.h>#include <wx/vlbox.h>#include <wx/wx.h>Go to the source code of this file.
Classes | |
| struct | EmberUI::NavigatorCallbacks |
| Callbacks for navigator actions (view, refresh, center, open scene, close). More... | |
| class | EmberUI::NavigatorHierarchyView |
| TreeHierarchyTab subclass with context menu and node activation hooks. More... | |
| class | EmberUI::NavigatorTreeListBox |
| Virtual list box for the tree list (main tree, other trees, blackboards). More... | |
| class | EmberUI::SearchResultsListBox |
| Virtual list box for search results (trees and nodes). More... | |
| class | EmberUI::NavigatorTab |
| Main navigator tab with tree list, hierarchy view, search, and breadcrumb navigation. More... | |
| struct | EmberUI::NavigatorTab::FlatEntry |
| Flattened tree list entry for display in NavigatorTreeListBox. More... | |
| struct | EmberUI::NavigatorTab::SearchResult |
| Search result (tree or node) for display in SearchResultsListBox. More... | |
| struct | EmberUI::NavigatorTab::TreeInfo |
Namespaces | |
| namespace | EmberCore |
| Main types header for EmberCore. | |
| namespace | EmberUI |