|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Dialog for configuring application settings. More...
#include <C:/Code/AeonEngine/tools/worldeditor/SettingsDialog.h>


Public Slots | |
| void | onChangeBackgroundColor () |
| Slot to open a color picker for the background color. | |
Signals | |
| void | backgroundColor (QColor color) |
| Emitted when the background color changes. | |
Public Member Functions | |
| SettingsDialog () | |
| Default constructor. | |
| ~SettingsDialog () | |
| Destructor. | |
Dialog for configuring application settings.
Definition at line 24 of file SettingsDialog.h.
| AeonGames::SettingsDialog::SettingsDialog | ( | ) |
Default constructor.
Definition at line 20 of file SettingsDialog.cpp.
| AeonGames::SettingsDialog::~SettingsDialog | ( | ) |
Destructor.
Definition at line 29 of file SettingsDialog.cpp.
|
signal |
Emitted when the background color changes.
| color | New background color. |
|
slot |
Slot to open a color picker for the background color.
Definition at line 33 of file SettingsDialog.cpp.