kapman
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
Settings Class Reference
#include <settings.h>
Inheritance diagram for Settings:
Public Member Functions | |
~Settings () | |
Static Public Member Functions | |
static Settings * | self () |
static void | setSounds (bool v) |
static void | setTheme (const QString &v) |
static bool | sounds () |
static QString | theme () |
Protected Member Functions | |
Settings () | |
Protected Attributes | |
bool | mSounds |
QString | mTheme |
Detailed Description
Definition at line 9 of file settings.h.
Constructor & Destructor Documentation
Settings::~Settings | ( | ) |
Definition at line 42 of file settings.cpp.
|
protected |
Definition at line 27 of file settings.cpp.
Member Function Documentation
|
static |
Definition at line 17 of file settings.cpp.
|
inlinestatic |
Set Whether sound effects should be played.
Definition at line 39 of file settings.h.
|
inlinestatic |
Set The graphical theme to be used.
Definition at line 20 of file settings.h.
|
inlinestatic |
Get Whether sound effects should be played.
Definition at line 49 of file settings.h.
|
inlinestatic |
Get The graphical theme to be used.
Definition at line 30 of file settings.h.
Member Data Documentation
|
protected |
Definition at line 61 of file settings.h.
|
protected |
Definition at line 60 of file settings.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:16 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:16 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.