![]() |
Ember
|
Preferences dialog for configuring EmberForge application settings. More...
#include <PreferencesDialog.h>
Public Member Functions | |
| PreferencesDialog (wxWindow *parent) | |
| ~PreferencesDialog ()=default | |
| bool | SelectSection (const wxString §ionName) |
| Select a section in the preferences tree by name. | |
| Public Member Functions inherited from EmberUI::ScalableDialog | |
| ScalableDialog (wxWindow *parent, wxWindowID id, const wxString &title, const wxSize &logicalSize=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) | |
| Constructs the dialog with logical size for DPI scaling. | |
| virtual | ~ScalableDialog ()=default |
Private Member Functions | |
| void | CreateLayout () |
| void | CreateSectionList () |
| void | CreateSettingsPanels () |
| wxPanel * | CreateWindowSettings (wxWindow *parent) |
| wxPanel * | CreateMainPanelSettings (wxWindow *parent) |
| wxPanel * | CreateBehaviorTreeViewSettings (wxWindow *parent) |
| wxPanel * | CreateBottomPanelSettings (wxWindow *parent) |
| wxPanel * | CreateFileExplorerTabSettings (wxWindow *parent) |
| wxPanel * | CreateLogTabSettings (wxWindow *parent) |
| wxPanel * | CreateSidePanelSettings (wxWindow *parent) |
| wxPanel * | CreateLeftPanelSettings (wxWindow *parent) |
| wxPanel * | CreateRightPanelSettings (wxWindow *parent) |
| wxPanel * | CreateTabsSubSettings (wxWindow *parent) |
| wxPanel * | CreateParserSettings (wxWindow *parent) |
| wxPanel * | CreatePerformanceSettings (wxWindow *parent) |
| void | OnSectionSelected (wxTreeEvent &event) |
| void | OnOK (wxCommandEvent &event) |
| void | OnCancel (wxCommandEvent &event) |
| void | OnApply (wxCommandEvent &event) |
| void | OnRestoreDefaults (wxCommandEvent &event) |
| void | OnConfigureParser (wxCommandEvent &event) |
| void | OnZoomSliderChanged (wxCommandEvent &event) |
| void | OnMouseWheelSensitivityChanged (wxCommandEvent &event) |
| void | OnPanSensitivityChanged (wxCommandEvent &event) |
| void | OnStartPathModeChanged (wxCommandEvent &event) |
| void | OnBrowseStartPath (wxCommandEvent &event) |
| void | OnPanSmoothnessChanged (wxCommandEvent &event) |
| void | OnPanStepSizeChanged (wxCommandEvent &event) |
| void | OnMaxWindowUnlimitedChanged (wxCommandEvent &event) |
| void | OnMaxScenesUnlimitedChanged (wxCommandEvent &event) |
| void | OnBottomPanelHeightEnabledChanged (wxCommandEvent &event) |
| void | OnBottomPanelMinHeightEnabledChanged (wxCommandEvent &event) |
| void | OnLeftPanelWidthEnabledChanged (wxCommandEvent &event) |
| void | OnLeftPanelMinWidthEnabledChanged (wxCommandEvent &event) |
| void | OnRightPanelWidthEnabledChanged (wxCommandEvent &event) |
| void | OnRightPanelMinWidthEnabledChanged (wxCommandEvent &event) |
| void | OnHotkeyCaptureClicked (wxCommandEvent &event) |
| void | OnHotkeyTextKeyDown (wxKeyEvent &event) |
| void | OnDialogMouseDown (wxMouseEvent &event) |
| void | OnSliderMouseWheel (wxMouseEvent &event) |
| void | LoadCurrentSettings () |
| void | ApplySettings () |
| void | RestoreDefaults () |
| void | ShowPanel (wxPanel *panel) |
| wxDECLARE_EVENT_TABLE () | |
Additional Inherited Members | |
| Protected Member Functions inherited from EmberUI::ScalableDialog | |
| int | Scaled (int px) const |
| Scales a logical pixel value to physical pixels. | |
| wxSize | Scaled (const wxSize &size) const |
| Scales a logical size to physical pixels. | |
| int | Margin () const |
| Returns the standard margin in physical pixels. | |
| int | Spacing () const |
| Returns the standard spacing in physical pixels. | |
| int | Padding () const |
| Returns the standard padding in physical pixels. | |
| wxStaticBoxSizer * | CreateGroup (wxWindow *parent, const wxString &title) |
| Creates a grouped section with a title. | |
| wxBoxSizer * | CreateLabeledRow (wxWindow *parent, const wxString &label, wxWindow *control, int logicalLabelWidth=Layout::LABEL_WIDTH) |
| Creates a row with a label and control. | |
Preferences dialog for configuring EmberForge application settings.
This dialog provides a dual-panel interface (section list on left, settings on right) for configuring various aspects of the application including window settings, panel preferences, and parser configuration.
Definition at line 34 of file PreferencesDialog.h.
|
private |
Definition at line 359 of file PreferencesDialog.h.
|
explicit |
|
default |
|
private |
Definition at line 2684 of file PreferencesDialog.cpp.
|
private |
Definition at line 685 of file PreferencesDialog.cpp.
|
private |
Definition at line 1472 of file PreferencesDialog.cpp.
|
private |
Definition at line 1557 of file PreferencesDialog.cpp.
|
private |
Definition at line 180 of file PreferencesDialog.cpp.
|
private |
Definition at line 1733 of file PreferencesDialog.cpp.
|
private |
Definition at line 1902 of file PreferencesDialog.cpp.
|
private |
Definition at line 575 of file PreferencesDialog.cpp.
|
private |
Definition at line 2016 of file PreferencesDialog.cpp.
|
private |
Definition at line 2066 of file PreferencesDialog.cpp.
|
private |
Definition at line 1817 of file PreferencesDialog.cpp.
|
private |
|
private |
Definition at line 252 of file PreferencesDialog.cpp.
|
private |
Definition at line 1691 of file PreferencesDialog.cpp.
|
private |
Definition at line 1712 of file PreferencesDialog.cpp.
|
private |
Definition at line 355 of file PreferencesDialog.cpp.
|
private |
Definition at line 2256 of file PreferencesDialog.cpp.
|
private |
Definition at line 3812 of file PreferencesDialog.cpp.
|
private |
Definition at line 3568 of file PreferencesDialog.cpp.
|
private |
Definition at line 3574 of file PreferencesDialog.cpp.
|
private |
Definition at line 3845 of file PreferencesDialog.cpp.
|
private |
Definition at line 3802 of file PreferencesDialog.cpp.
|
private |
Definition at line 3830 of file PreferencesDialog.cpp.
|
private |
Definition at line 3473 of file PreferencesDialog.cpp.
|
private |
Definition at line 3604 of file PreferencesDialog.cpp.
|
private |
Definition at line 3667 of file PreferencesDialog.cpp.
|
private |
Definition at line 3586 of file PreferencesDialog.cpp.
|
private |
Definition at line 3580 of file PreferencesDialog.cpp.
|
private |
Definition at line 3562 of file PreferencesDialog.cpp.
|
private |
Definition at line 3555 of file PreferencesDialog.cpp.
|
private |
Definition at line 3435 of file PreferencesDialog.cpp.
|
private |
Definition at line 3791 of file PreferencesDialog.cpp.
|
private |
Definition at line 3442 of file PreferencesDialog.cpp.
|
private |
Definition at line 3449 of file PreferencesDialog.cpp.
|
private |
Definition at line 3455 of file PreferencesDialog.cpp.
|
private |
Definition at line 3822 of file PreferencesDialog.cpp.
|
private |
Definition at line 3598 of file PreferencesDialog.cpp.
|
private |
Definition at line 3592 of file PreferencesDialog.cpp.
|
private |
Definition at line 3407 of file PreferencesDialog.cpp.
|
private |
Definition at line 3461 of file PreferencesDialog.cpp.
|
private |
Definition at line 3835 of file PreferencesDialog.cpp.
|
private |
Definition at line 3418 of file PreferencesDialog.cpp.
|
private |
Definition at line 3088 of file PreferencesDialog.cpp.
| bool PreferencesDialog::SelectSection | ( | const wxString & | sectionName | ) |
Select a section in the preferences tree by name.
| sectionName | The name of the section to select (e.g., "Left Panel", "Right Panel", "Bottom Panel") |
Definition at line 2219 of file PreferencesDialog.cpp.
|
private |
Definition at line 2192 of file PreferencesDialog.cpp.
|
private |
|
private |
Definition at line 121 of file PreferencesDialog.h.
|
private |
Definition at line 272 of file PreferencesDialog.h.
|
private |
Definition at line 150 of file PreferencesDialog.h.
|
private |
Definition at line 350 of file PreferencesDialog.h.
|
private |
Definition at line 160 of file PreferencesDialog.h.
|
private |
Definition at line 159 of file PreferencesDialog.h.
|
private |
Definition at line 329 of file PreferencesDialog.h.
|
private |
Definition at line 108 of file PreferencesDialog.h.
|
private |
Definition at line 265 of file PreferencesDialog.h.
|
private |
Definition at line 266 of file PreferencesDialog.h.
|
private |
Definition at line 267 of file PreferencesDialog.h.
|
private |
Definition at line 268 of file PreferencesDialog.h.
|
private |
Definition at line 109 of file PreferencesDialog.h.
|
private |
Definition at line 269 of file PreferencesDialog.h.
|
private |
Definition at line 279 of file PreferencesDialog.h.
|
private |
Definition at line 349 of file PreferencesDialog.h.
|
private |
Definition at line 169 of file PreferencesDialog.h.
|
private |
Definition at line 354 of file PreferencesDialog.h.
|
private |
Definition at line 212 of file PreferencesDialog.h.
|
private |
Definition at line 211 of file PreferencesDialog.h.
|
private |
Definition at line 188 of file PreferencesDialog.h.
|
private |
Definition at line 332 of file PreferencesDialog.h.
|
private |
Definition at line 170 of file PreferencesDialog.h.
|
private |
Definition at line 260 of file PreferencesDialog.h.
|
private |
Definition at line 259 of file PreferencesDialog.h.
|
private |
Definition at line 258 of file PreferencesDialog.h.
|
private |
Definition at line 261 of file PreferencesDialog.h.
|
private |
Definition at line 262 of file PreferencesDialog.h.
|
private |
Definition at line 228 of file PreferencesDialog.h.
|
private |
Definition at line 227 of file PreferencesDialog.h.
|
private |
Definition at line 226 of file PreferencesDialog.h.
|
private |
Definition at line 229 of file PreferencesDialog.h.
|
private |
Definition at line 230 of file PreferencesDialog.h.
|
private |
Definition at line 278 of file PreferencesDialog.h.
|
private |
Definition at line 163 of file PreferencesDialog.h.
|
private |
Definition at line 214 of file PreferencesDialog.h.
|
private |
Definition at line 213 of file PreferencesDialog.h.
|
private |
Definition at line 339 of file PreferencesDialog.h.
|
private |
Definition at line 342 of file PreferencesDialog.h.
|
private |
Definition at line 338 of file PreferencesDialog.h.
|
private |
Definition at line 345 of file PreferencesDialog.h.
|
private |
Definition at line 341 of file PreferencesDialog.h.
|
private |
Definition at line 206 of file PreferencesDialog.h.
|
private |
Definition at line 340 of file PreferencesDialog.h.
|
private |
Definition at line 343 of file PreferencesDialog.h.
|
private |
Definition at line 335 of file PreferencesDialog.h.
|
private |
Definition at line 158 of file PreferencesDialog.h.
|
private |
Definition at line 330 of file PreferencesDialog.h.
|
private |
Definition at line 110 of file PreferencesDialog.h.
|
private |
Definition at line 252 of file PreferencesDialog.h.
|
private |
Definition at line 251 of file PreferencesDialog.h.
|
private |
Definition at line 250 of file PreferencesDialog.h.
|
private |
Definition at line 336 of file PreferencesDialog.h.
|
private |
Definition at line 253 of file PreferencesDialog.h.
|
private |
Definition at line 254 of file PreferencesDialog.h.
|
private |
Definition at line 167 of file PreferencesDialog.h.
|
private |
Definition at line 291 of file PreferencesDialog.h.
|
private |
Definition at line 168 of file PreferencesDialog.h.
|
private |
Definition at line 289 of file PreferencesDialog.h.
|
private |
Definition at line 288 of file PreferencesDialog.h.
|
private |
Definition at line 166 of file PreferencesDialog.h.
|
private |
Definition at line 290 of file PreferencesDialog.h.
|
private |
Definition at line 337 of file PreferencesDialog.h.
|
private |
Definition at line 171 of file PreferencesDialog.h.
|
private |
Definition at line 178 of file PreferencesDialog.h.
|
private |
Definition at line 179 of file PreferencesDialog.h.
|
private |
Definition at line 181 of file PreferencesDialog.h.
|
private |
Definition at line 185 of file PreferencesDialog.h.
|
private |
Definition at line 183 of file PreferencesDialog.h.
|
private |
Definition at line 173 of file PreferencesDialog.h.
|
private |
Definition at line 174 of file PreferencesDialog.h.
|
private |
Definition at line 175 of file PreferencesDialog.h.
|
private |
Definition at line 316 of file PreferencesDialog.h.
|
private |
Definition at line 312 of file PreferencesDialog.h.
|
private |
Definition at line 311 of file PreferencesDialog.h.
|
private |
Definition at line 113 of file PreferencesDialog.h.
|
private |
Definition at line 315 of file PreferencesDialog.h.
|
private |
Definition at line 314 of file PreferencesDialog.h.
|
private |
Definition at line 313 of file PreferencesDialog.h.
|
private |
Definition at line 310 of file PreferencesDialog.h.
|
private |
Definition at line 309 of file PreferencesDialog.h.
|
private |
Definition at line 295 of file PreferencesDialog.h.
|
private |
Definition at line 304 of file PreferencesDialog.h.
|
private |
Definition at line 294 of file PreferencesDialog.h.
|
private |
Definition at line 299 of file PreferencesDialog.h.
|
private |
Definition at line 298 of file PreferencesDialog.h.
|
private |
Definition at line 303 of file PreferencesDialog.h.
|
private |
Definition at line 297 of file PreferencesDialog.h.
|
private |
Definition at line 301 of file PreferencesDialog.h.
|
private |
Definition at line 296 of file PreferencesDialog.h.
|
private |
Definition at line 111 of file PreferencesDialog.h.
|
private |
Definition at line 300 of file PreferencesDialog.h.
|
private |
Definition at line 302 of file PreferencesDialog.h.
|
private |
Definition at line 107 of file PreferencesDialog.h.
|
private |
Definition at line 137 of file PreferencesDialog.h.
|
private |
Definition at line 136 of file PreferencesDialog.h.
|
private |
Definition at line 186 of file PreferencesDialog.h.
|
private |
Definition at line 187 of file PreferencesDialog.h.
|
private |
Definition at line 156 of file PreferencesDialog.h.
|
private |
Definition at line 157 of file PreferencesDialog.h.
|
private |
Definition at line 155 of file PreferencesDialog.h.
|
private |
Definition at line 154 of file PreferencesDialog.h.
|
private |
Definition at line 153 of file PreferencesDialog.h.
|
private |
Definition at line 197 of file PreferencesDialog.h.
|
private |
Definition at line 198 of file PreferencesDialog.h.
|
private |
Definition at line 125 of file PreferencesDialog.h.
|
private |
Definition at line 124 of file PreferencesDialog.h.
|
private |
Definition at line 190 of file PreferencesDialog.h.
|
private |
Definition at line 189 of file PreferencesDialog.h.
|
private |
Definition at line 348 of file PreferencesDialog.h.
|
private |
Definition at line 129 of file PreferencesDialog.h.
|
private |
Definition at line 128 of file PreferencesDialog.h.
|
private |
Definition at line 127 of file PreferencesDialog.h.
|
private |
Definition at line 126 of file PreferencesDialog.h.
|
private |
Definition at line 218 of file PreferencesDialog.h.
|
private |
Definition at line 217 of file PreferencesDialog.h.
|
private |
Definition at line 205 of file PreferencesDialog.h.
|
private |
Definition at line 204 of file PreferencesDialog.h.
|
private |
Definition at line 220 of file PreferencesDialog.h.
|
private |
Definition at line 219 of file PreferencesDialog.h.
|
private |
Definition at line 222 of file PreferencesDialog.h.
|
private |
Definition at line 221 of file PreferencesDialog.h.
|
private |
Definition at line 202 of file PreferencesDialog.h.
|
private |
Definition at line 203 of file PreferencesDialog.h.
|
private |
Definition at line 207 of file PreferencesDialog.h.
|
private |
Definition at line 208 of file PreferencesDialog.h.
|
private |
Definition at line 209 of file PreferencesDialog.h.
|
private |
Definition at line 210 of file PreferencesDialog.h.
|
private |
Definition at line 216 of file PreferencesDialog.h.
|
private |
Definition at line 215 of file PreferencesDialog.h.
|
private |
Definition at line 145 of file PreferencesDialog.h.
|
private |
Definition at line 144 of file PreferencesDialog.h.
|
private |
Definition at line 116 of file PreferencesDialog.h.
|
private |
Definition at line 172 of file PreferencesDialog.h.
|
private |
Definition at line 117 of file PreferencesDialog.h.
|
private |
Definition at line 143 of file PreferencesDialog.h.
|
private |
Definition at line 142 of file PreferencesDialog.h.
|
private |
Definition at line 192 of file PreferencesDialog.h.
|
private |
Definition at line 191 of file PreferencesDialog.h.
|
private |
Definition at line 271 of file PreferencesDialog.h.
|
private |
Definition at line 139 of file PreferencesDialog.h.
|
private |
Definition at line 138 of file PreferencesDialog.h.
|
private |
Definition at line 201 of file PreferencesDialog.h.
|
private |
Definition at line 200 of file PreferencesDialog.h.
|
private |
Definition at line 351 of file PreferencesDialog.h.
|
private |
Definition at line 326 of file PreferencesDialog.h.
|
private |
Definition at line 322 of file PreferencesDialog.h.
|
private |
Definition at line 321 of file PreferencesDialog.h.
|
private |
Definition at line 114 of file PreferencesDialog.h.
|
private |
Definition at line 325 of file PreferencesDialog.h.
|
private |
Definition at line 324 of file PreferencesDialog.h.
|
private |
Definition at line 323 of file PreferencesDialog.h.
|
private |
Definition at line 320 of file PreferencesDialog.h.
|
private |
Definition at line 319 of file PreferencesDialog.h.
|
private |
Definition at line 133 of file PreferencesDialog.h.
|
private |
Definition at line 132 of file PreferencesDialog.h.
|
private |
Definition at line 131 of file PreferencesDialog.h.
|
private |
Definition at line 130 of file PreferencesDialog.h.
|
private |
Definition at line 101 of file PreferencesDialog.h.
|
private |
Definition at line 176 of file PreferencesDialog.h.
|
private |
Definition at line 177 of file PreferencesDialog.h.
|
private |
Definition at line 180 of file PreferencesDialog.h.
|
private |
Definition at line 235 of file PreferencesDialog.h.
|
private |
Definition at line 236 of file PreferencesDialog.h.
|
private |
Definition at line 184 of file PreferencesDialog.h.
|
private |
Definition at line 234 of file PreferencesDialog.h.
|
private |
Definition at line 237 of file PreferencesDialog.h.
|
private |
Definition at line 238 of file PreferencesDialog.h.
|
private |
Definition at line 182 of file PreferencesDialog.h.
|
private |
Definition at line 102 of file PreferencesDialog.h.
|
private |
Definition at line 103 of file PreferencesDialog.h.
|
private |
Definition at line 275 of file PreferencesDialog.h.
|
private |
Definition at line 257 of file PreferencesDialog.h.
|
private |
Definition at line 225 of file PreferencesDialog.h.
|
private |
Definition at line 249 of file PreferencesDialog.h.
|
private |
Definition at line 165 of file PreferencesDialog.h.
|
private |
Definition at line 276 of file PreferencesDialog.h.
|
private |
Definition at line 149 of file PreferencesDialog.h.
|
private |
Definition at line 331 of file PreferencesDialog.h.
|
private |
Definition at line 233 of file PreferencesDialog.h.
|
private |
Definition at line 148 of file PreferencesDialog.h.
|
private |
Definition at line 270 of file PreferencesDialog.h.
|
private |
Definition at line 241 of file PreferencesDialog.h.
|
private |
Definition at line 112 of file PreferencesDialog.h.
|
private |
Definition at line 100 of file PreferencesDialog.h.
|
private |
Definition at line 277 of file PreferencesDialog.h.
|
private |
Definition at line 122 of file PreferencesDialog.h.
|
private |
Definition at line 115 of file PreferencesDialog.h.
|
private |
Definition at line 120 of file PreferencesDialog.h.
|
private |
Definition at line 244 of file PreferencesDialog.h.
|
private |
Definition at line 243 of file PreferencesDialog.h.
|
private |
Definition at line 242 of file PreferencesDialog.h.
|
private |
Definition at line 245 of file PreferencesDialog.h.
|
private |
Definition at line 246 of file PreferencesDialog.h.
|
private |
Definition at line 285 of file PreferencesDialog.h.
|
private |
Definition at line 283 of file PreferencesDialog.h.
|
private |
Definition at line 282 of file PreferencesDialog.h.
|
private |
Definition at line 284 of file PreferencesDialog.h.
|
private |
Definition at line 344 of file PreferencesDialog.h.
|
private |
Definition at line 106 of file PreferencesDialog.h.
|
private |
Definition at line 199 of file PreferencesDialog.h.
|
private |
Definition at line 164 of file PreferencesDialog.h.
|
private |
Definition at line 195 of file PreferencesDialog.h.
|
private |
Definition at line 196 of file PreferencesDialog.h.