kgoldrunner
KGrObject Class Reference
#include <kgrobject.h>
Inheritance diagram for KGrObject:

Detailed Description
Definition at line 29 of file kgrobject.h.
Public Member Functions | |
| KGrObject (char objType) | |
| void | showState (int, int) |
| char | whatIam () |
| virtual | ~KGrObject () |
Public Attributes | |
| bool | blocker |
| int | searchValue |
Static Public Attributes | |
| static bool | bugFixed = false |
| static bool | frozen = false |
| static bool | logging = false |
Protected Attributes | |
| char | iamA |
| KGrCanvas * | objectView |
| int | xpos |
| int | ypos |
Constructor & Destructor Documentation
| KGrObject::KGrObject | ( | char | objType | ) | [explicit] |
Definition at line 25 of file kgrobject.cpp.
| KGrObject::~KGrObject | ( | ) | [virtual] |
Definition at line 54 of file kgrobject.cpp.
Member Function Documentation
| void KGrObject::showState | ( | int | i, | |
| int | j | |||
| ) |
| char KGrObject::whatIam | ( | ) |
Definition at line 42 of file kgrobject.cpp.
Member Data Documentation
| bool KGrObject::blocker |
Definition at line 43 of file kgrobject.h.
bool KGrObject::bugFixed = false [static] |
Definition at line 38 of file kgrobject.h.
bool KGrObject::frozen = false [static] |
Definition at line 37 of file kgrobject.h.
char KGrObject::iamA [protected] |
Definition at line 50 of file kgrobject.h.
bool KGrObject::logging = false [static] |
Definition at line 39 of file kgrobject.h.
KGrCanvas* KGrObject::objectView [protected] |
Definition at line 47 of file kgrobject.h.
Definition at line 42 of file kgrobject.h.
int KGrObject::xpos [protected] |
Definition at line 48 of file kgrobject.h.
int KGrObject::ypos [protected] |
Definition at line 49 of file kgrobject.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference