#include <CREArtifactPanel.h>

Public Member Functions | |
| CREArtifactPanel () | |
| void | setArtifact (const artifact *artifact) |
Protected Attributes | |
| const artifact * | myArtifact |
| QLineEdit * | myName |
| QLineEdit * | myChance |
| QLineEdit * | myType |
| QTreeWidget * | myArchetypes |
Definition at line 12 of file CREArtifactPanel.h.
| CREArtifactPanel | ( | ) |
Definition at line 11 of file CREArtifactPanel.cpp.
| void setArtifact | ( | const artifact * | artifact | ) |
Definition at line 42 of file CREArtifactPanel.cpp.


QTreeWidget* myArchetypes [protected] |
Definition at line 25 of file CREArtifactPanel.h.
const artifact* myArtifact [protected] |
Definition at line 21 of file CREArtifactPanel.h.
QLineEdit* myChance [protected] |
Definition at line 23 of file CREArtifactPanel.h.
QLineEdit* myName [protected] |
Definition at line 22 of file CREArtifactPanel.h.
QLineEdit* myType [protected] |
Definition at line 24 of file CREArtifactPanel.h.
1.5.8