kblackbox
KBBPrefs Class Reference
#include <kbbprefs.h>

Detailed Description
Definition at line 9 of file kbbprefs.h.
Public Member Functions | |
| ~KBBPrefs () | |
Static Public Member Functions | |
| static KBBPrefs * | self () |
| static void | setTheme (const QString &v) |
| static QString | theme () |
| static void | setBalls (int v) |
| static int | balls () |
| static void | setColumns (int v) |
| static int | columns () |
| static void | setRows (int v) |
| static int | rows () |
| static void | setLevel (int v) |
| static int | level () |
Protected Member Functions | |
| KBBPrefs () | |
Protected Attributes | |
| QString | mTheme |
| int | mBalls |
| int | mColumns |
| int | mRows |
| int | mLevel |
Friends | |
| class | KBBPrefsHelper |
Constructor & Destructor Documentation
| KBBPrefs::~KBBPrefs | ( | ) |
Definition at line 58 of file kbbprefs.cpp.
| KBBPrefs::KBBPrefs | ( | ) | [protected] |
Definition at line 29 of file kbbprefs.cpp.
Member Function Documentation
| KBBPrefs * KBBPrefs::self | ( | ) | [static] |
Definition at line 19 of file kbbprefs.cpp.
| static void KBBPrefs::setTheme | ( | const QString & | v | ) | [inline, static] |
Set File of the current theme of the graphic elements.
(SVGZ file with path and file extension)
Definition at line 20 of file kbbprefs.h.
| static QString KBBPrefs::theme | ( | ) | [inline, static] |
Get File of the current theme of the graphic elements.
(SVGZ file with path and file extension)
Definition at line 30 of file kbbprefs.h.
| static void KBBPrefs::setBalls | ( | int | v | ) | [inline, static] |
| static int KBBPrefs::balls | ( | ) | [inline, static] |
| static void KBBPrefs::setColumns | ( | int | v | ) | [inline, static] |
Set Number of columns of the board for custom difficulty level.
Definition at line 58 of file kbbprefs.h.
| static int KBBPrefs::columns | ( | ) | [inline, static] |
Get Number of columns of the board for custom difficulty level.
Definition at line 68 of file kbbprefs.h.
| static void KBBPrefs::setRows | ( | int | v | ) | [inline, static] |
Set Number of rows of the board for custom difficuty level.
Definition at line 77 of file kbbprefs.h.
| static int KBBPrefs::rows | ( | ) | [inline, static] |
Get Number of rows of the board for custom difficuty level.
Definition at line 87 of file kbbprefs.h.
| static void KBBPrefs::setLevel | ( | int | v | ) | [inline, static] |
| static int KBBPrefs::level | ( | ) | [inline, static] |
Friends And Related Function Documentation
friend class KBBPrefsHelper [friend] |
Definition at line 113 of file kbbprefs.h.
Member Data Documentation
QString KBBPrefs::mTheme [protected] |
Definition at line 117 of file kbbprefs.h.
int KBBPrefs::mBalls [protected] |
Definition at line 118 of file kbbprefs.h.
int KBBPrefs::mColumns [protected] |
Definition at line 119 of file kbbprefs.h.
int KBBPrefs::mRows [protected] |
Definition at line 120 of file kbbprefs.h.
int KBBPrefs::mLevel [protected] |
Definition at line 121 of file kbbprefs.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference