Crossfire Server, Branch 1.12
R12190
|
#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 |
Definition at line 6 of file CREPixmap.h.
QIcon CREPixmap::getIcon | ( | int | faceNumber | ) | [static] |
Definition at line 27 of file CREPixmap.cpp.
References allFaces, face_info::data, face_info::datalen, face_sets::faces, faceset, facesets, and uchar.
Referenced by CREUtils::animationNode(), CREUtils::archetypeNode(), CREUtils::artifactNode(), CREUtils::faceNode(), CREUtils::formulaeNode(), and CREAnimationWidget::paintEvent().
QIcon CREPixmap::getTreasureIcon | ( | ) | [static] |
Definition at line 45 of file CREPixmap.cpp.
References myTreasureIcon.
Referenced by CREUtils::treasureNode().
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().
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().
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.
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().