Crossfire Server, Trunk
|
#include <RegionsWrapper.h>
Public Member Functions | |
virtual AssetWrapper * | child (int index) |
virtual int | childIndex (AssetWrapper *child) |
virtual int | childrenCount () const |
virtual QString | displayName () const |
RegionsWrapper (AssetWrapper *parent, ResourcesManager *resources) | |
virtual PossibleUse | uses (const AssetWrapper *asset, std::string &) const override |
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 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 | ~AssetWrapper () override |
Private Attributes | |
QVector< AssetWrapper * > | myRegions |
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 AssetWrapper | |
QString | myPanelName |
AssetWrapper * | myParent |
Properties inherited from AssetWrapper | |
QString | displayName |
AssetWrapper | self |
Definition at line 20 of file RegionsWrapper.h.
RegionsWrapper::RegionsWrapper | ( | AssetWrapper * | parent, |
ResourcesManager * | resources | ||
) |
Definition at line 18 of file RegionsWrapper.cpp.
References all_regions, AssetWrapper::compareByDisplayName(), myRegions, AssetWrapper::tipProperty, and ResourcesManager::wrap().
|
inlinevirtual |
Reimplemented from AssetWrapper.
Definition at line 27 of file RegionsWrapper.h.
References npc_dialog::index, and myRegions.
Referenced by childIndex().
|
inlinevirtual |
Reimplemented from AssetWrapper.
Definition at line 28 of file RegionsWrapper.h.
References child(), and myRegions.
|
inlinevirtual |
Reimplemented from AssetWrapper.
Definition at line 26 of file RegionsWrapper.h.
References myRegions.
|
inlinevirtual |
Implements AssetWrapper.
Definition at line 24 of file RegionsWrapper.h.
|
overridevirtual |
Reimplemented from AssetWrapper.
Definition at line 26 of file RegionsWrapper.cpp.
References AssetWrapper::ChildrenMayUse, and AssetWrapper::DoesntUse.
|
private |
Definition at line 33 of file RegionsWrapper.h.
Referenced by child(), childIndex(), childrenCount(), and RegionsWrapper().