Crossfire Server, Trunk
|
#include <ArtifactListWrapper.h>
Public Member Functions | |
ArtifactListWrapper (AssetWrapper *parent, artifactlist *list, ResourcesManager *resourcesManager) | |
virtual AssetWrapper * | child (int) override |
virtual int | childIndex (AssetWrapper *) override |
virtual int | childrenCount () const override |
virtual QString | displayName () const override |
virtual PossibleUse | uses (const AssetWrapper *asset, std::string &) const override |
virtual void | wasModified (AssetWrapper *asset, ChangeType type, int extra) override |
Public Member Functions inherited from AssetTWrapper< artifactlist > | |
AssetTWrapper (AssetWrapper *parent, const QString &panelName, artifactlist *wrappedItem) | |
artifactlist * | 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 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 |
Protected Attributes | |
ResourcesManager * | myResourcesManager |
Protected Attributes inherited from AssetTWrapper< artifactlist > | |
artifactlist * | myWrappedItem |
Protected Attributes inherited from AssetWrapper | |
QString | myPanelName |
AssetWrapper * | myParent |
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" |
Properties inherited from AssetWrapper | |
QString | displayName |
AssetWrapper | self |
Definition at line 24 of file ArtifactListWrapper.h.
ArtifactListWrapper::ArtifactListWrapper | ( | AssetWrapper * | parent, |
artifactlist * | list, | ||
ResourcesManager * | resourcesManager | ||
) |
Definition at line 18 of file ArtifactListWrapper.cpp.
|
overridevirtual |
Reimplemented from AssetWrapper.
Definition at line 26 of file ArtifactListWrapper.cpp.
References npc_dialog::index, artifactlist::items, myResourcesManager, AssetTWrapper< artifactlist >::myWrappedItem, and ResourcesManager::wrap().
Referenced by childIndex().
|
overridevirtual |
Reimplemented from AssetWrapper.
Definition at line 33 of file ArtifactListWrapper.cpp.
References child(), npc_dialog::index, artifactlist::items, myResourcesManager, AssetTWrapper< artifactlist >::myWrappedItem, and ResourcesManager::wrap().
Referenced by wasModified().
|
overridevirtual |
Reimplemented from AssetWrapper.
Definition at line 22 of file ArtifactListWrapper.cpp.
References artifactlist::items, and AssetTWrapper< artifactlist >::myWrappedItem.
|
inlineoverridevirtual |
Implements AssetWrapper.
Definition at line 30 of file ArtifactListWrapper.h.
References navar-midane_time::data, get_typedata(), AssetTWrapper< artifactlist >::myWrappedItem, and artifactlist::type.
|
overridevirtual |
Reimplemented from AssetWrapper.
Definition at line 44 of file ArtifactListWrapper.cpp.
References AssetWrapper::ChildrenMayUse, and AssetWrapper::DoesntUse.
|
overridevirtual |
Reimplemented from AssetWrapper.
Definition at line 51 of file ArtifactListWrapper.cpp.
References AssetWrapper::AssetUpdated, childIndex(), artifactlist::items, AssetWrapper::markModified(), AssetTWrapper< artifactlist >::myWrappedItem, artifactlist::total_chance, is_valid_types_gen::type, and AssetWrapper::wasModified().
|
protected |
Definition at line 44 of file ArtifactListWrapper.h.
Referenced by child(), and childIndex().