Crossfire Server, Branches 1.12  R18729
CREPixmap Class Reference

#include <CREPixmap.h>

+ Collaboration diagram for CREPixmap:

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
staticprotected

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
staticprotected

Definition at line 21 of file CREPixmap.h.

Referenced by getTreasureIcon(), and init().

QIcon * CREPixmap::myTreasureNoIcon
staticprotected

Definition at line 24 of file CREPixmap.h.

Referenced by getTreasureNoIcon(), and init().

QIcon * CREPixmap::myTreasureOneIcon
staticprotected

Definition at line 22 of file CREPixmap.h.

Referenced by getTreasureOneIcon(), and init().

QIcon * CREPixmap::myTreasureYesIcon
staticprotected

Definition at line 23 of file CREPixmap.h.

Referenced by getTreasureYesIcon(), and init().


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