Crossfire Server, Branch 1.12  R12190
Static Public Member Functions | Static Public Attributes | Static Protected Attributes
CREPixmap Class Reference

#include <CREPixmap.h>

Static Public Member Functions

static QIcon getIcon (int faceNumber)
static QIcon getTreasureIcon ()
static QIcon getTreasureNoIcon ()
static QIcon getTreasureOneIcon ()
static QIcon getTreasureYesIcon ()
static void init ()

Static Public Attributes

static int faceset

Static Protected Attributes

static QHash< int, QIcon > allFaces
static QIcon * myTreasureIcon
static QIcon * myTreasureNoIcon
static QIcon * myTreasureOneIcon
static QIcon * myTreasureYesIcon

Detailed Description

Definition at line 6 of file CREPixmap.h.


Member Function Documentation

QIcon CREPixmap::getIcon ( int  faceNumber) [static]
QIcon CREPixmap::getTreasureIcon ( ) [static]

Definition at line 45 of file CREPixmap.cpp.

References myTreasureIcon.

Referenced by CREUtils::treasureNode().

Here is the caller graph for this function:

QIcon CREPixmap::getTreasureNoIcon ( ) [static]

Definition at line 63 of file CREPixmap.cpp.

References myTreasureNoIcon.

QIcon CREPixmap::getTreasureOneIcon ( ) [static]

Definition at line 51 of file CREPixmap.cpp.

References myTreasureOneIcon.

Referenced by CREUtils::treasureNode().

Here is the caller graph for this function:

QIcon CREPixmap::getTreasureYesIcon ( ) [static]

Definition at line 57 of file CREPixmap.cpp.

References myTreasureYesIcon.

void CREPixmap::init ( ) [static]

Definition at line 17 of file CREPixmap.cpp.

References faceset, myTreasureIcon, myTreasureNoIcon, myTreasureOneIcon, and myTreasureYesIcon.

Referenced by main().

Here is the caller graph for this function:


Field Documentation

QHash< int, QIcon > CREPixmap::allFaces [static, protected]

Definition at line 20 of file CREPixmap.h.

Referenced by getIcon().

int CREPixmap::faceset [static]

Definition at line 11 of file CREPixmap.h.

Referenced by getIcon(), and init().

QIcon * CREPixmap::myTreasureIcon [static, protected]

Definition at line 21 of file CREPixmap.h.

Referenced by getTreasureIcon(), and init().

QIcon * CREPixmap::myTreasureNoIcon [static, protected]

Definition at line 24 of file CREPixmap.h.

Referenced by getTreasureNoIcon(), and init().

QIcon * CREPixmap::myTreasureOneIcon [static, protected]

Definition at line 22 of file CREPixmap.h.

Referenced by getTreasureOneIcon(), and init().

QIcon * CREPixmap::myTreasureYesIcon [static, protected]

Definition at line 23 of file CREPixmap.h.

Referenced by getTreasureYesIcon(), and init().


The documentation for this class was generated from the following files: