Ember
Loading...
Searching...
No Matches
BehaviorTreeProjectDialog.cpp File Reference
#include "Dialogs/BehaviorTreeProjectDialog.h"
#include "Parsers/BehaviorTreeProject.h"
#include "Parsers/ConfigManager.h"
#include "Parsers/IParseProgressCallback.h"
#include "Parsers/LibXMLBehaviorTreeParser.h"
#include "Parsers/ParserConfig.h"
#include "Parsers/ProjectManager.h"
#include "Utils/Logger.h"
#include "Utils/ResourcePath.h"
#include <cmath>
#include <fstream>
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <sstream>
#include <wx/artprov.h>
#include <wx/dir.h>
#include <wx/dirdlg.h>
#include <wx/filedlg.h>
#include <wx/filename.h>
#include <wx/gbsizer.h>
#include <wx/msgdlg.h>
#include <wx/splitter.h>
#include <wx/statbox.h>
#include <wx/statline.h>
#include <wx/stdpaths.h>

Go to the source code of this file.

Classes

class  DialogProgressCallback

Functions

 wxBEGIN_EVENT_TABLE (BehaviorTreeProjectDialog, EmberUI::ScalableDialog) EVT_TEXT(ID_PROJECT_NAME
BehaviorTreeProjectDialog::OnProjectNameChanged EVT_BUTTON (ID_ADD_FOLDER, BehaviorTreeProjectDialog::OnAddFolder) EVT_BUTTON(ID_REMOVE_FILES
BehaviorTreeProjectDialog::OnProjectNameChanged BehaviorTreeProjectDialog::OnRemoveFiles wxEND_EVENT_TABLE () BehaviorTreeProjectDialog

Function Documentation

◆ EVT_BUTTON()

◆ wxBEGIN_EVENT_TABLE()

◆ wxEND_EVENT_TABLE()