ksquares
Settings Class Reference
#include <settings.h>
Inheritance diagram for Settings:

Detailed Description
Definition at line 9 of file settings.h.
Public Member Functions | |
| ~Settings () | |
Static Public Member Functions | |
| static int | boardHeight () |
| static int | boardWidth () |
| static int | difficulty () |
| static QColor | highlightColor () |
| static QList< int > | humanList () |
| static QColor | indicatorLineColor () |
| static QColor | lineColor () |
| static int | numOfPlayers () |
| static QStringList | playerNames () |
| static int | quickStart () |
| static Settings * | self () |
| static void | setBoardHeight (int v) |
| static void | setBoardWidth (int v) |
| static void | setDifficulty (int v) |
| static void | setHumanList (const QList< int > &v) |
| static void | setIndicatorLineColor (const QColor &v) |
| static void | setLineColor (const QColor &v) |
| static void | setNumOfPlayers (int v) |
| static void | setPlayerNames (const QStringList &v) |
| static void | setQuickStart (int v) |
Protected Member Functions | |
| Settings () | |
Protected Attributes | |
| int | mBoardHeight |
| int | mBoardWidth |
| int | mDifficulty |
| QColor | mHighlightColor |
| QList< int > | mHumanList |
| QColor | mIndicatorLineColor |
| QColor | mLineColor |
| int | mNumOfPlayers |
| QStringList | mPlayerNames |
| int | mQuickStart |
Constructor & Destructor Documentation
| Settings::~Settings | ( | ) |
Definition at line 78 of file settings.cpp.
| Settings::Settings | ( | ) | [protected] |
Definition at line 27 of file settings.cpp.
Member Function Documentation
| static int Settings::boardHeight | ( | ) | [inline, static] |
| static int Settings::boardWidth | ( | ) | [inline, static] |
| static int Settings::difficulty | ( | ) | [inline, static] |
| static QColor Settings::highlightColor | ( | ) | [inline, static] |
| static QList<int> Settings::humanList | ( | ) | [inline, static] |
| static QColor Settings::indicatorLineColor | ( | ) | [inline, static] |
| static QColor Settings::lineColor | ( | ) | [inline, static] |
| static int Settings::numOfPlayers | ( | ) | [inline, static] |
| static QStringList Settings::playerNames | ( | ) | [inline, static] |
| static int Settings::quickStart | ( | ) | [inline, static] |
| Settings * Settings::self | ( | ) | [static] |
Definition at line 17 of file settings.cpp.
| static void Settings::setBoardHeight | ( | int | v | ) | [inline, static] |
| static void Settings::setBoardWidth | ( | int | v | ) | [inline, static] |
| static void Settings::setDifficulty | ( | int | v | ) | [inline, static] |
| static void Settings::setHumanList | ( | const QList< int > & | v | ) | [inline, static] |
| static void Settings::setIndicatorLineColor | ( | const QColor & | v | ) | [inline, static] |
| static void Settings::setLineColor | ( | const QColor & | v | ) | [inline, static] |
| static void Settings::setNumOfPlayers | ( | int | v | ) | [inline, static] |
| static void Settings::setPlayerNames | ( | const QStringList & | v | ) | [inline, static] |
| static void Settings::setQuickStart | ( | int | v | ) | [inline, static] |
Member Data Documentation
int Settings::mBoardHeight [protected] |
Definition at line 207 of file settings.h.
int Settings::mBoardWidth [protected] |
Definition at line 206 of file settings.h.
int Settings::mDifficulty [protected] |
Definition at line 211 of file settings.h.
QColor Settings::mHighlightColor [protected] |
Definition at line 216 of file settings.h.
QList<int> Settings::mHumanList [protected] |
Definition at line 205 of file settings.h.
QColor Settings::mIndicatorLineColor [protected] |
Definition at line 215 of file settings.h.
QColor Settings::mLineColor [protected] |
Definition at line 214 of file settings.h.
int Settings::mNumOfPlayers [protected] |
Definition at line 203 of file settings.h.
QStringList Settings::mPlayerNames [protected] |
Definition at line 204 of file settings.h.
int Settings::mQuickStart [protected] |
Definition at line 208 of file settings.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference