Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
AeonGames::SettingsDialog Class Reference

Dialog for configuring application settings. More...

#include <C:/Code/AeonEngine/tools/worldeditor/SettingsDialog.h>

Inheritance diagram for AeonGames::SettingsDialog:
Inheritance graph
Collaboration diagram for AeonGames::SettingsDialog:
Collaboration graph

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.

Detailed Description

Dialog for configuring application settings.

Definition at line 24 of file SettingsDialog.h.

Constructor & Destructor Documentation

◆ SettingsDialog()

AeonGames::SettingsDialog::SettingsDialog ( )

Default constructor.

Definition at line 20 of file SettingsDialog.cpp.

◆ ~SettingsDialog()

AeonGames::SettingsDialog::~SettingsDialog ( )

Destructor.

Definition at line 29 of file SettingsDialog.cpp.

Member Function Documentation

◆ backgroundColor

void AeonGames::SettingsDialog::backgroundColor ( QColor color)
signal

Emitted when the background color changes.

Parameters
colorNew background color.

◆ onChangeBackgroundColor

void AeonGames::SettingsDialog::onChangeBackgroundColor ( )
slot

Slot to open a color picker for the background color.

Definition at line 33 of file SettingsDialog.cpp.


The documentation for this class was generated from the following files: