|
Crossfire Server, Trunk
|
#include <FacesetsWrapper.h>


Public Member Functions | |
| virtual QString | displayName () const override |
| QString | extension () const |
| FacesetsWrapper (AssetWrapper *parent, face_sets *fs, ResourcesManager *) | |
| QString | fallback () const |
| QString | fullname () const |
| QString | prefix () const |
| QString | size () const |
Public Member Functions inherited from AssetTWrapper< face_sets > | |
| AssetTWrapper (AssetWrapper *parent, const QString &panelName, face_sets *wrappedItem) | |
| face_sets * | wrappedItem () const |
Public Member Functions inherited from AssetWrapper | |
| AssetWrapper (AssetWrapper *parent, const QString &panelName="empty") | |
| virtual bool | canDrag () const |
| virtual bool | canDrop (const QMimeData *, int) const |
| virtual AssetWrapper * | child (int) |
| virtual int | childIndex (AssetWrapper *) |
| virtual int | childrenCount () const |
| virtual QIcon | displayIcon () const |
| virtual QString | displayPanelName () const |
| AssetWrapper * | displayParent () const |
| virtual void | drag (QMimeData *) const |
| virtual void | drop (const QMimeData *, int) |
| virtual void | fillMenu (QMenu *) |
| void | markModified (ChangeType change, int extra=0) |
| AssetWrapper * | self () |
| void | setDisplayParent (AssetWrapper *parent) |
| virtual PossibleUse | uses (const AssetWrapper *, std::string &) const |
| virtual | ~AssetWrapper () override |
Properties | |
| QString | extension |
| QString | fallback |
| QString | fullname |
| QString | prefix |
| QString | size |
Properties inherited from AssetWrapper | |
| QString | displayName |
| AssetWrapper | self |
Additional Inherited Members | |
Public Types inherited from AssetWrapper | |
| enum | ChangeType { AssetUpdated, BeforeChildAdd, AfterChildAdd, BeforeChildRemove, AfterChildRemove, BeforeLayoutChange, AfterLayoutChange } |
| enum | PossibleUse { Uses, ChildrenMayUse, DoesntUse } |
Public Slots inherited from AssetWrapper | |
| virtual void | removeChild (AssetWrapper *) |
Signals inherited from AssetWrapper | |
| void | dataModified (AssetWrapper *asset, AssetWrapper::ChangeType type, int extra) |
| void | modified () |
Static Public Member Functions inherited from AssetWrapper | |
| static bool | compareByDisplayName (const AssetWrapper *left, const AssetWrapper *right) |
Static Public Attributes inherited from AssetWrapper | |
| static const char * | tipProperty = "_cre_internal" |
Protected Member Functions inherited from AssetWrapper | |
| virtual void | wasModified (AssetWrapper *asset, ChangeType type, int extra) |
Protected Attributes inherited from AssetTWrapper< face_sets > | |
| face_sets * | myWrappedItem |
Protected Attributes inherited from AssetWrapper | |
| QString | myPanelName |
| AssetWrapper * | myParent |
Definition at line 25 of file FacesetsWrapper.h.
|
inline |
Definition at line 35 of file FacesetsWrapper.h.
|
inlineoverridevirtual |
Implements AssetWrapper.
Definition at line 37 of file FacesetsWrapper.h.
References AssetTWrapper< face_sets >::myWrappedItem, and face_sets::prefix.
|
inline |
Definition at line 43 of file FacesetsWrapper.h.
References face_sets::extension, and AssetTWrapper< face_sets >::myWrappedItem.
|
inline |
Definition at line 41 of file FacesetsWrapper.h.
References face_sets::fallback, AssetTWrapper< face_sets >::myWrappedItem, and face_sets::prefix.
|
inline |
Definition at line 40 of file FacesetsWrapper.h.
References face_sets::fullname, and AssetTWrapper< face_sets >::myWrappedItem.
|
inline |
Definition at line 39 of file FacesetsWrapper.h.
References AssetTWrapper< face_sets >::myWrappedItem, and face_sets::prefix.
|
inline |
Definition at line 42 of file FacesetsWrapper.h.
References AssetTWrapper< face_sets >::myWrappedItem, and face_sets::size.
|
read |
Definition at line 32 of file FacesetsWrapper.h.
|
read |
Definition at line 30 of file FacesetsWrapper.h.
|
read |
Definition at line 29 of file FacesetsWrapper.h.
|
read |
Definition at line 28 of file FacesetsWrapper.h.
|
read |
Definition at line 31 of file FacesetsWrapper.h.