![]() |
Ember
|
#include "Tabs/NavigatorTab.h"#include "Adapters/DirectTreeAdapter.h"#include "Adapters/NodeAdapter.h"#include "Core/BehaviorTree.h"#include "Core/BlackboardEntry.h"#include "Core/Node.h"#include "Utils/Logger.h"#include <algorithm>#include <wx/dcbuffer.h>#include <wx/menu.h>Go to the source code of this file.
Namespaces | |
| namespace | EmberUI |
Functions | |
| EmberUI::wxBEGIN_EVENT_TABLE (NavigatorTab, wxPanel) EVT_BUTTON(NavigatorTab | |
Variables | |
| static const int | EmberUI::INDENT_PX = 18 |
| static const int | EmberUI::CONNECTOR_X_OFFSET = 10 |
| static const int | EmberUI::TOGGLE_SIZE = 10 |
| static const int | EmberUI::BASE_LEFT_PAD = 10 |