Ember
Loading...
Searching...
No Matches
ParserConfigDialog.cpp File Reference
#include "Dialogs/ParserConfigDialog.h"
#include "Parsers/ConfigManager.h"
#include "Parsers/ParserConfig.h"
#include "Parsers/ParserProfile.h"
#include "Utils/Logger.h"
#include "Utils/ResourcePath.h"
#include <cmath>
#include <wx/filedlg.h>
#include <wx/filename.h>
#include <wx/gbsizer.h>
#include <wx/listctrl.h>
#include <wx/msgdlg.h>
#include <wx/statbox.h>
#include <wx/statline.h>
#include <wx/stdpaths.h>
#include <wx/textdlg.h>

Go to the source code of this file.

Functions

static wxString GetResourcePath (const wxString &relativePath)
 wxBEGIN_EVENT_TABLE (ParserConfigDialog, EmberUI::ScalableDialog) EVT_LIST_ITEM_SELECTED(ID_PROFILE_LIST
ParserConfigDialog::OnProfileSelected EVT_BUTTON (ID_NEW_PROFILE, ParserConfigDialog::OnNewProfile) EVT_BUTTON(ID_CLONE_PROFILE
ParserConfigDialog::OnProfileSelected ParserConfigDialog::OnCloneProfile EVT_BUTTON (ID_DELETE_PROFILE, ParserConfigDialog::OnDeleteProfile) EVT_BUTTON(ID_IMPORT_PROFILE
ParserConfigDialog::OnProfileSelected ParserConfigDialog::OnCloneProfile ParserConfigDialog::OnImportProfile EVT_BUTTON (ID_EXPORT_PROFILE, ParserConfigDialog::OnExportProfile) EVT_BUTTON(ID_SET_ACTIVE
ParserConfigDialog::OnProfileSelected ParserConfigDialog::OnCloneProfile ParserConfigDialog::OnImportProfile ParserConfigDialog::OnSetActiveProfile EVT_BUTTON (ID_ADD_CONTROL_TYPE, ParserConfigDialog::OnAddControlType) EVT_BUTTON(ID_REMOVE_CONTROL_TYPE
ParserConfigDialog::OnProfileSelected ParserConfigDialog::OnCloneProfile ParserConfigDialog::OnImportProfile ParserConfigDialog::OnSetActiveProfile ParserConfigDialog::OnRemoveControlType EVT_BUTTON (ID_ADD_DECORATOR_TYPE, ParserConfigDialog::OnAddDecoratorType) EVT_BUTTON(ID_REMOVE_DECORATOR_TYPE
ParserConfigDialog::OnProfileSelected ParserConfigDialog::OnCloneProfile ParserConfigDialog::OnImportProfile ParserConfigDialog::OnSetActiveProfile ParserConfigDialog::OnRemoveControlType ParserConfigDialog::OnRemoveDecoratorType EVT_BUTTON (ID_ADD_ACTION_TYPE, ParserConfigDialog::OnAddActionType) EVT_BUTTON(ID_REMOVE_ACTION_TYPE
ParserConfigDialog::OnProfileSelected ParserConfigDialog::OnCloneProfile ParserConfigDialog::OnImportProfile ParserConfigDialog::OnSetActiveProfile ParserConfigDialog::OnRemoveControlType ParserConfigDialog::OnRemoveDecoratorType ParserConfigDialog::OnRemoveActionType EVT_CHECKBOX (ID_TOGGLE_CUSTOM_VALIDATION, ParserConfigDialog::OnToggleCustomValidation) EVT_TIMER(ID_PULSE_TIMER
ParserConfigDialog::OnProfileSelected ParserConfigDialog::OnCloneProfile ParserConfigDialog::OnImportProfile ParserConfigDialog::OnSetActiveProfile ParserConfigDialog::OnRemoveControlType ParserConfigDialog::OnRemoveDecoratorType ParserConfigDialog::OnRemoveActionType ParserConfigDialog::OnPulseTimer wxEND_EVENT_TABLE () ParserConfigDialog

Function Documentation

◆ EVT_BUTTON() [1/6]

◆ EVT_BUTTON() [2/6]

◆ EVT_BUTTON() [3/6]

◆ EVT_BUTTON() [4/6]

◆ EVT_BUTTON() [5/6]

◆ EVT_BUTTON() [6/6]

◆ EVT_CHECKBOX()

◆ GetResourcePath()

wxString GetResourcePath ( const wxString & relativePath)
static

Definition at line 19 of file ParserConfigDialog.cpp.

◆ wxBEGIN_EVENT_TABLE()

wxBEGIN_EVENT_TABLE ( ParserConfigDialog ,
EmberUI::ScalableDialog  )

◆ wxEND_EVENT_TABLE()