|
Crossfire Server, Branch 1.12
R12190
|
#include <CREFacePanel.h>

Public Member Functions | |
| CREFacePanel () | |
| void | setFace (const New_Face *face) |
Protected Attributes | |
| QComboBox * | myColor |
| const New_Face * | myFace |
| QLineEdit * | myFile |
| QPushButton * | mySave |
| QTreeWidget * | myUsing |
Private Slots | |
| void | saveClicked (bool) |
Definition at line 11 of file CREFacePanel.h.
Definition at line 30 of file CREFacePanel.cpp.
References colorname, myColor, myFace, myFile, mySave, myUsing, and saveClicked().

| void CREFacePanel::saveClicked | ( | bool | ) | [private, slot] |
Definition at line 139 of file CREFacePanel.cpp.
Referenced by CREFacePanel().

| void CREFacePanel::setFace | ( | const New_Face * | face | ) |
Definition at line 60 of file CREFacePanel.cpp.
References CREUtils::animationNode(), animations, CREUtils::archetypeNode(), CREUtils::artifactNode(), animations_struct::faces, first_archetype, first_artifactlist, get_typedata(), artifactstruct::item, artifactliststruct::items, new_face_struct::magicmap, myColor, myFace, myUsing, artifactstruct::next, artifactliststruct::next, animations_struct::num_animations, num_animations, new_face_struct::number, root, and artifactliststruct::type.
Referenced by CRETreeItemFace::fillPanel().


QComboBox* CREFacePanel::myColor [protected] |
Definition at line 23 of file CREFacePanel.h.
Referenced by CREFacePanel(), and setFace().
const New_Face* CREFacePanel::myFace [protected] |
Definition at line 20 of file CREFacePanel.h.
Referenced by CREFacePanel(), and setFace().
QLineEdit* CREFacePanel::myFile [protected] |
Definition at line 24 of file CREFacePanel.h.
Referenced by CREFacePanel().
QPushButton* CREFacePanel::mySave [protected] |
Definition at line 25 of file CREFacePanel.h.
Referenced by CREFacePanel().
QTreeWidget* CREFacePanel::myUsing [protected] |
Definition at line 22 of file CREFacePanel.h.
Referenced by CREFacePanel(), and setFace().
1.7.6.1