kgoldrunner
#include <kgrglobals.h>
Public Attributes | |
QByteArray | content |
int | controlMode |
QString | dateTime |
QByteArray | draws |
QString | gameName |
int | height |
QString | hint |
int | keyOption |
QByteArray | layout |
int | level |
QString | levelName |
long | lives |
Owner | owner |
QString | prefix |
char | rules |
long | score |
int | speed |
int | width |
Detailed Description
KGrRecording structure: contains a record of play in a KGoldrunner level.
Definition at line 115 of file kgrglobals.h.
Member Data Documentation
QByteArray KGrRecording::content |
The encoded recording of play.
Definition at line 134 of file kgrglobals.h.
int KGrRecording::controlMode |
Control mode during recording (mouse, etc).
Definition at line 132 of file kgrglobals.h.
QString KGrRecording::dateTime |
Date+time of recording (UTC in ISO format).
Definition at line 118 of file kgrglobals.h.
QByteArray KGrRecording::draws |
The random numbers used during play.
Definition at line 135 of file kgrglobals.h.
QString KGrRecording::gameName |
Name of the game (translated at rec time).
Definition at line 122 of file kgrglobals.h.
int KGrRecording::height |
Height of grid, in cells (at rec time).
Definition at line 125 of file kgrglobals.h.
QString KGrRecording::hint |
Hint (translated at recording time).
Definition at line 128 of file kgrglobals.h.
int KGrRecording::keyOption |
Click/hold option for keyboard mode.
Definition at line 133 of file kgrglobals.h.
QByteArray KGrRecording::layout |
Codes for the level layout (at rec time).
Definition at line 126 of file kgrglobals.h.
int KGrRecording::level |
Level number (at time of recording).
Definition at line 123 of file kgrglobals.h.
QString KGrRecording::levelName |
Name of the level (translated at rec time).
Definition at line 127 of file kgrglobals.h.
long KGrRecording::lives |
Number of lives at start of level.
Definition at line 129 of file kgrglobals.h.
Owner KGrRecording::owner |
Original owner, at time of recording.
Definition at line 119 of file kgrglobals.h.
QString KGrRecording::prefix |
Game's filename prefix.
Definition at line 121 of file kgrglobals.h.
char KGrRecording::rules |
Rules that applied at time of recording.
Definition at line 120 of file kgrglobals.h.
long KGrRecording::score |
Score at start of level.
Definition at line 130 of file kgrglobals.h.
int KGrRecording::speed |
Speed of game during recording (normal=10).
Definition at line 131 of file kgrglobals.h.
int KGrRecording::width |
Width of grid, in cells (at rec time).
Definition at line 124 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.