![]() |
Ember
|
#include "Interfaces/ITab.h"#include "Interfaces/ITreeNode.h"#include "Interfaces/ITreeStructure.h"#include <functional>#include <memory>#include <wx/srchctrl.h>#include <wx/treectrl.h>#include <wx/wx.h>Go to the source code of this file.
Classes | |
| struct | EmberUI::TreeNodeItemData |
| wxTreeItemData storing a pointer to ITreeNode. More... | |
| struct | EmberUI::DummyTreeItemData |
| Placeholder tree item data for lazy loading (children not yet populated). More... | |
| struct | EmberUI::TreeHierarchyConfig |
| Configuration for TreeHierarchyTab appearance and behavior. More... | |
| class | EmberUI::TreeHierarchyTab |
| Base class for hierarchy tabs operating on ITreeNode. More... | |
Namespaces | |
| namespace | EmberUI |