Crossfire Server, Trunk
|
#include <CRESmoothFaceMaker.h>
Public Member Functions | |
CRESmoothFaceMaker () | |
QString | destination () const |
void | setAutoClose (bool autoClose=true) |
void | setSelectedFace (const Face *face) |
virtual | ~CRESmoothFaceMaker () |
Protected Slots | |
void | browse (bool) |
void | destinationEdited (const QString &) |
void | makeSmooth () |
Private Attributes | |
bool | myAutoClose |
QLineEdit * | myDestination |
FaceComboBox * | myFace |
bool | myOverwrite |
Definition at line 23 of file CRESmoothFaceMaker.h.
CRESmoothFaceMaker::CRESmoothFaceMaker | ( | ) |
Definition at line 24 of file CRESmoothFaceMaker.cpp.
References say::box, browse(), destinationEdited(), is_valid_types_gen::line, makeSmooth(), myAutoClose, myDestination, myFace, and myOverwrite.
|
virtual |
Definition at line 57 of file CRESmoothFaceMaker.cpp.
|
protectedslot |
Definition at line 202 of file CRESmoothFaceMaker.cpp.
References convert::dest, myDestination, and myOverwrite.
Referenced by CRESmoothFaceMaker().
QString CRESmoothFaceMaker::destination | ( | ) | const |
Definition at line 66 of file CRESmoothFaceMaker.cpp.
References myDestination.
Referenced by makeSmooth().
|
protectedslot |
Definition at line 212 of file CRESmoothFaceMaker.cpp.
References myOverwrite.
Referenced by CRESmoothFaceMaker().
|
protectedslot |
Definition at line 76 of file CRESmoothFaceMaker.cpp.
References altar_valkyrie::accept(), destination(), FaceComboBox::face, CREPixmap::getIcon(), myAutoClose, myFace, myOverwrite, Face::number, diamondslots::x, and diamondslots::y.
Referenced by CRESmoothFaceMaker().
void CRESmoothFaceMaker::setAutoClose | ( | bool | autoClose = true | ) |
Definition at line 71 of file CRESmoothFaceMaker.cpp.
References myAutoClose.
Referenced by CREFacePanel::makeSmooth().
void CRESmoothFaceMaker::setSelectedFace | ( | const Face * | face | ) |
Definition at line 61 of file CRESmoothFaceMaker.cpp.
References myFace, and FaceComboBox::setFace().
Referenced by CREFacePanel::makeSmooth().
|
private |
Definition at line 42 of file CRESmoothFaceMaker.h.
Referenced by CRESmoothFaceMaker(), makeSmooth(), and setAutoClose().
|
private |
Definition at line 44 of file CRESmoothFaceMaker.h.
Referenced by browse(), CRESmoothFaceMaker(), and destination().
|
private |
Definition at line 45 of file CRESmoothFaceMaker.h.
Referenced by CRESmoothFaceMaker(), makeSmooth(), and setSelectedFace().
|
private |
Definition at line 43 of file CRESmoothFaceMaker.h.
Referenced by browse(), CRESmoothFaceMaker(), destinationEdited(), and makeSmooth().