![]() |
Ember
|
#include "Dialogs/ProjectManagerDialog.h"#include "Dialogs/BehaviorTreeProjectDialog.h"#include "Parsers/BehaviorTreeProject.h"#include "Parsers/ProjectManager.h"#include "Utils/ResourcePath.h"#include <fstream>#include <nlohmann/json.hpp>#include <wx/datetime.h>#include <wx/filedlg.h>#include <wx/filename.h>#include <wx/msgdlg.h>#include <wx/statbox.h>#include <wx/statline.h>#include <wx/stdpaths.h>Go to the source code of this file.
Functions | |
| wxBEGIN_EVENT_TABLE (ProjectManagerDialog, EmberUI::ScalableDialog) EVT_BUTTON(ID_OPEN | |
| ProjectManagerDialog::OnOpen | EVT_BUTTON (ID_BROWSE, ProjectManagerDialog::OnBrowse) EVT_BUTTON(wxID_CANCEL |
| ProjectManagerDialog::OnOpen ProjectManagerDialog::OnCancel | wxEND_EVENT_TABLE () ProjectManagerDialog |
| ProjectManagerDialog::OnOpen EVT_BUTTON | ( | ID_BROWSE | , |
| ProjectManagerDialog::OnBrowse | ) |
| wxBEGIN_EVENT_TABLE | ( | ProjectManagerDialog | , |
| EmberUI::ScalableDialog | ) |
| ProjectManagerDialog::OnOpen ProjectManagerDialog::OnCancel wxEND_EVENT_TABLE | ( | ) |
Definition at line 23 of file ProjectManagerDialog.cpp.