|
Crossfire Server, Branches 1.12
R18729
|
#include <CREArtifactPanel.h>
Inheritance diagram for CREArtifactPanel:
Collaboration diagram for CREArtifactPanel:Public Member Functions | |
| CREArtifactPanel () | |
| void | setArtifact (const artifact *artifact) |
Protected Attributes | |
| QTreeWidget * | myArchetypes |
| const artifact * | myArtifact |
| QLineEdit * | myChance |
| QLineEdit * | myName |
| QLineEdit * | myType |
Definition at line 12 of file CREArtifactPanel.h.
| CREArtifactPanel::CREArtifactPanel | ( | ) |
Definition at line 11 of file CREArtifactPanel.cpp.
References myArchetypes, myArtifact, myChance, myName, and myType.
| void CREArtifactPanel::setArtifact | ( | const artifact * | artifact | ) |
Definition at line 42 of file CREArtifactPanel.cpp.
References artifactstruct::allowed, CREUtils::archetypeNode(), artifactstruct::chance, find_archetype_by_object_name(), artifactstruct::item, myArchetypes, myArtifact, myChance, myName, myType, obj::name, linked_char::next, try_find_archetype(), and obj::type.
Referenced by CRETreeItemArtifact::fillPanel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file CREArtifactPanel.h.
Referenced by CREArtifactPanel(), and setArtifact().
|
protected |
Definition at line 21 of file CREArtifactPanel.h.
Referenced by CREArtifactPanel(), and setArtifact().
|
protected |
Definition at line 23 of file CREArtifactPanel.h.
Referenced by CREArtifactPanel(), and setArtifact().
|
protected |
Definition at line 22 of file CREArtifactPanel.h.
Referenced by CREArtifactPanel(), and setArtifact().
|
protected |
Definition at line 24 of file CREArtifactPanel.h.
Referenced by CREArtifactPanel(), and setArtifact().