Ember
Loading...
Searching...
No Matches
PreferencesDialog.cpp File Reference
#include "Dialogs/PreferencesDialog.h"
#include "App/MainFrame.h"
#include "Components/TabFactory.h"
#include "Dialogs/ParserConfigDialog.h"
#include "Utils/AppPreferences.h"
#include "Utils/Logger.h"
#include <cmath>
#include <functional>
#include <wx/sizer.h>
#include <wx/statbox.h>
#include <wx/statline.h>
#include <wx/stattext.h>

Go to the source code of this file.

Functions

 wxBEGIN_EVENT_TABLE (PreferencesDialog, EmberUI::ScalableDialog) EVT_BUTTON(wxID_OK
PreferencesDialog::OnOK EVT_BUTTON (wxID_CANCEL, PreferencesDialog::OnCancel) EVT_SLIDER(ID_MOUSE_WHEEL_SENSITIVITY
PreferencesDialog::OnOK PreferencesDialog::OnMouseWheelSensitivityChanged EVT_CHECKBOX (ID_MAX_WINDOW_UNLIMITED, PreferencesDialog::OnMaxWindowUnlimitedChanged) EVT_CHECKBOX(ID_MAX_SCENES_UNLIMITED

Function Documentation

◆ EVT_BUTTON()

PreferencesDialog::OnOK EVT_BUTTON ( wxID_CANCEL ,
PreferencesDialog::OnCancel  )

◆ EVT_CHECKBOX()

◆ wxBEGIN_EVENT_TABLE()

wxBEGIN_EVENT_TABLE ( PreferencesDialog ,
EmberUI::ScalableDialog  )