Crossfire Server, Branches 1.12
R18729
|
#include <CREResourcesWindow.h>
Public Member Functions | |
CREResourcesWindow (DisplayMode mode=DisplayAll) | |
Protected Slots | |
void | tree_currentItemChanged (QTreeWidgetItem *, QTreeWidgetItem *) |
Protected Member Functions | |
void | addPanel (QString name, QWidget *panel) |
void | fillAnimations () |
void | fillArchetypes () |
void | fillArtifacts () |
void | fillFaces () |
void | fillFormulae () |
void | fillTreasures () |
Protected Attributes | |
QWidget * | myCurrentPanel |
QHash< QString, QPointer < QWidget > > | myPanels |
QSplitter * | mySplitter |
QTreeWidget * | myTree |
Definition at line 9 of file CREResourcesWindow.h.
CREResourcesWindow::CREResourcesWindow | ( | DisplayMode | mode = DisplayAll | ) |
Definition at line 27 of file CREResourcesWindow.cpp.
References DisplayAll, DisplayAnimations, DisplayArchetypes, DisplayArtifacts, DisplayFaces, DisplayFormulae, DisplayTreasures, fillAnimations(), fillArchetypes(), fillArtifacts(), fillFaces(), fillFormulae(), fillTreasures(), myCurrentPanel, mySplitter, myTree, and tree_currentItemChanged().
|
protected |
Definition at line 253 of file CREResourcesWindow.cpp.
References myPanels, and mySplitter.
Referenced by fillAnimations(), fillArchetypes(), fillArtifacts(), fillFaces(), fillFormulae(), and fillTreasures().
|
protected |
Definition at line 114 of file CREResourcesWindow.cpp.
References addPanel(), CREUtils::animationNode(), animations, myTree, and num_animations.
Referenced by CREResourcesWindow().
|
protected |
Definition at line 161 of file CREResourcesWindow.cpp.
References addPanel(), CREUtils::archetypeNode(), first_archetype, archt::more, myTree, archt::next, and root.
Referenced by CREResourcesWindow().
|
protected |
Definition at line 211 of file CREResourcesWindow.cpp.
References addPanel(), CREUtils::artifactNode(), first_artifactlist, get_typedata(), artifactliststruct::items, myTree, typedata::name, artifactstruct::next, artifactliststruct::next, root, and artifactliststruct::type.
Referenced by CREResourcesWindow().
|
protected |
Definition at line 235 of file CREResourcesWindow.cpp.
References addPanel(), CREUtils::faceNode(), myTree, new_faces, nrofpixmaps, and root.
Referenced by CREResourcesWindow().
|
protected |
Definition at line 184 of file CREResourcesWindow.cpp.
References addPanel(), CREUtils::formulaeNode(), get_formulalist(), recipeliststruct::items, myTree, recipestruct::next, and root.
Referenced by CREResourcesWindow().
|
protected |
Definition at line 131 of file CREResourcesWindow.cpp.
References addPanel(), treasurestruct::chance, first_treasurelist, treasureliststruct::items, myTree, treasurestruct::next, treasureliststruct::next, treasureliststruct::total_chance, and CREUtils::treasureNode().
Referenced by CREResourcesWindow().
|
protectedslot |
Definition at line 87 of file CREResourcesWindow.cpp.
References CRETreeItem::fillPanel(), CRETreeItem::getPanelName(), myCurrentPanel, and myPanels.
Referenced by CREResourcesWindow().
|
protected |
Definition at line 18 of file CREResourcesWindow.h.
Referenced by CREResourcesWindow(), and tree_currentItemChanged().
|
protected |
Definition at line 19 of file CREResourcesWindow.h.
Referenced by addPanel(), and tree_currentItemChanged().
|
protected |
Definition at line 20 of file CREResourcesWindow.h.
Referenced by addPanel(), and CREResourcesWindow().
|
protected |
Definition at line 17 of file CREResourcesWindow.h.
Referenced by CREResourcesWindow(), fillAnimations(), fillArchetypes(), fillArtifacts(), fillFaces(), fillFormulae(), and fillTreasures().