![]() |
Ember
|
#include "Components/PanelDescriptor.h"#include "Interfaces/ITreeNode.h"#include "Utils/ProportionalLayout.h"#include <map>#include <string>#include <wx/aui/framemanager.h>#include <wx/checkbox.h>#include <wx/listbox.h>#include <wx/notebook.h>#include <wx/scrolwin.h>#include <wx/spinctrl.h>#include <wx/splitter.h>#include <wx/srchctrl.h>#include <wx/treectrl.h>#include <wx/wx.h>Go to the source code of this file.
Classes | |
| class | MainFrame |
| Main application window for EmberForge. More... | |
Namespaces | |
| namespace | EmberCore |
| Main types header for EmberCore. | |
Enumerations | |
| enum | { ID_LoadXML = 1 , ID_SaveXML = wxID_HIGHEST + 50 , ID_SaveAsXML = wxID_HIGHEST + 51 , ID_NewProject = wxID_HIGHEST + 60 , ID_OpenProject , ID_CloseProject , ID_SaveProject , ID_ProjectSettings , ID_ToggleMaximize , ID_NextScene , ID_PreviousScene , ID_ResetZoom , ID_ResetUI , ID_Preferences , ID_ParserConfig , ID_EditorTool , ID_MonitorTool , ID_LogReplayTool , ID_ToggleLeftPanel , ID_ToggleBottomPanel , ID_ToggleRightPanel } |
| anonymous enum |
Definition at line 236 of file MainFrame.h.