![]() |
Crossfire Resources Editor
|
#include <CRESmoothFaceMaker.h>
Inheritance diagram for CRESmoothFaceMaker:
Collaboration diagram for CRESmoothFaceMaker: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 browse(), destinationEdited(), makeSmooth(), myAutoClose, myDestination, myFace, and myOverwrite.
Here is the call graph for this function:
|
virtual |
Definition at line 57 of file CRESmoothFaceMaker.cpp.
|
protectedslot |
Definition at line 202 of file CRESmoothFaceMaker.cpp.
References myDestination, and myOverwrite.
Referenced by CRESmoothFaceMaker().
Here is the caller graph for this function:| QString CRESmoothFaceMaker::destination | ( | ) | const |
Definition at line 66 of file CRESmoothFaceMaker.cpp.
References myDestination.
Referenced by makeSmooth().
Here is the caller graph for this function:
|
protectedslot |
Definition at line 212 of file CRESmoothFaceMaker.cpp.
References myOverwrite.
Referenced by CRESmoothFaceMaker().
Here is the caller graph for this function:
|
protectedslot |
Definition at line 76 of file CRESmoothFaceMaker.cpp.
References destination(), FaceComboBox::face, CREPixmap::getIcon(), myAutoClose, myFace, and myOverwrite.
Referenced by CRESmoothFaceMaker().
Here is the call graph for this function:
Here is the caller graph for this function:| void CRESmoothFaceMaker::setAutoClose | ( | bool | autoClose = true | ) |
Definition at line 71 of file CRESmoothFaceMaker.cpp.
References myAutoClose.
Referenced by CREFacePanel::makeSmooth().
Here is the caller graph for this function:| void CRESmoothFaceMaker::setSelectedFace | ( | const Face * | face | ) |
Definition at line 61 of file CRESmoothFaceMaker.cpp.
References myFace, and FaceComboBox::setFace().
Referenced by CREFacePanel::makeSmooth().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().