![]() |
Ember
|
#include "Panels/MainPanel.h"#include "Core/Node.h"#include "Parsers/ProjectManager.h"#include "Scenes/BehaviorTreeScene.h"#include "Utils/AppPreferences.h"#include "Utils/CustomTabArt.h"#include "Utils/Logger.h"#include "Utils/ResourcePath.h"#include <wx/artprov.h>#include <wx/filename.h>#include <wx/menu.h>#include <wx/statline.h>#include <wx/textdlg.h>Go to the source code of this file.
Functions | |
| wxBEGIN_EVENT_TABLE (MainPanel, EmberUI::Panel) EVT_AUINOTEBOOK_PAGE_CHANGED(ID_SCENE_NOTEBOOK | |
| MainPanel::OnTabChanged | EVT_BUTTON (ID_OVERLAY_BUTTON, MainPanel::OnOverlayButton) wxEND_EVENT_TABLE() MainPanel |
| MainPanel::OnTabChanged EVT_BUTTON | ( | ID_OVERLAY_BUTTON | , |
| MainPanel::OnOverlayButton | ) |
Definition at line 18 of file MainPanel.cpp.
| wxBEGIN_EVENT_TABLE | ( | MainPanel | , |
| EmberUI::Panel | ) |