kgoldrunner
#include <kgrglobals.h>
Public Attributes | |
QByteArray | about |
int | height |
QString | name |
int | nLevels |
Owner | owner |
QString | prefix |
char | rules |
char | skill |
int | width |
Detailed Description
KGrGameData structure: contains attributes of a KGoldrunner game.
Definition at line 88 of file kgrglobals.h.
Member Data Documentation
QByteArray KGrGameData::about |
Optional info about game (untranslated).
Definition at line 99 of file kgrglobals.h.
int KGrGameData::height |
Height of grid, in cells.
Definition at line 97 of file kgrglobals.h.
QString KGrGameData::name |
Name of game (translated, if System game).
Definition at line 98 of file kgrglobals.h.
int KGrGameData::nLevels |
Number of levels in the game.
Definition at line 92 of file kgrglobals.h.
Owner KGrGameData::owner |
Owner of the game: "System" or "User".
Definition at line 91 of file kgrglobals.h.
QString KGrGameData::prefix |
Game's filename prefix.
Definition at line 94 of file kgrglobals.h.
char KGrGameData::rules |
Game's rules: KGoldrunner or Traditional.
Definition at line 93 of file kgrglobals.h.
char KGrGameData::skill |
Game's skill: Tutorial, Normal or Champion.
Definition at line 95 of file kgrglobals.h.
int KGrGameData::width |
Width of grid, in cells.
Definition at line 96 of file kgrglobals.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.