Crossfire Server, Trunk
RecipeListWrapper Class Reference

#include <RecipeListWrapper.h>

+ Inheritance diagram for RecipeListWrapper:
+ Collaboration diagram for RecipeListWrapper:

Public Member Functions

virtual AssetWrapperchild (int) override
 
virtual int childIndex (AssetWrapper *) override
 
virtual int childrenCount () const override
 
virtual QString displayName () const override
 
 RecipeListWrapper (AssetWrapper *parent, const recipelist *list, ResourcesManager *resources)
 
virtual PossibleUse uses (const AssetWrapper *asset, std::string &) const override
 
- Public Member Functions inherited from AssetTWrapper< const recipelist >
 AssetTWrapper (AssetWrapper *parent, const QString &panelName, const recipelist *wrappedItem)
 
const recipelistwrappedItem () 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
 
AssetWrapperdisplayParent () const
 
virtual void drag (QMimeData *) const
 
virtual void drop (const QMimeData *, int)
 
virtual void fillMenu (QMenu *)
 
void markModified (ChangeType change, int extra=0)
 
AssetWrapperself ()
 
void setDisplayParent (AssetWrapper *parent)
 
virtual ~AssetWrapper () override
 

Protected Attributes

ResourcesManagermyResourcesManager
 
- Protected Attributes inherited from AssetTWrapper< const recipelist >
const recipelistmyWrappedItem
 
- Protected Attributes inherited from AssetWrapper
QString myPanelName
 
AssetWrappermyParent
 

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)
 
- Properties inherited from AssetWrapper
QString displayName
 
AssetWrapper self
 

Detailed Description

Definition at line 24 of file RecipeListWrapper.h.

Constructor & Destructor Documentation

◆ RecipeListWrapper()

RecipeListWrapper::RecipeListWrapper ( AssetWrapper parent,
const recipelist list,
ResourcesManager resources 
)

Definition at line 19 of file RecipeListWrapper.cpp.

Member Function Documentation

◆ child()

AssetWrapper * RecipeListWrapper::child ( int  index)
overridevirtual

Reimplemented from AssetWrapper.

Definition at line 33 of file RecipeListWrapper.cpp.

References npc_dialog::index, recipelist::items, myResourcesManager, AssetTWrapper< const recipelist >::myWrappedItem, and ResourcesManager::wrap().

Referenced by childIndex().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ childIndex()

int RecipeListWrapper::childIndex ( AssetWrapper child)
overridevirtual

Reimplemented from AssetWrapper.

Definition at line 42 of file RecipeListWrapper.cpp.

References child(), npc_dialog::index, recipelist::items, myResourcesManager, AssetTWrapper< const recipelist >::myWrappedItem, and ResourcesManager::wrap().

+ Here is the call graph for this function:

◆ childrenCount()

int RecipeListWrapper::childrenCount ( ) const
overridevirtual

◆ displayName()

virtual QString RecipeListWrapper::displayName ( ) const
inlineoverridevirtual

◆ uses()

AssetWrapper::PossibleUse RecipeListWrapper::uses ( const AssetWrapper asset,
std::string &   
) const
overridevirtual

Reimplemented from AssetWrapper.

Definition at line 55 of file RecipeListWrapper.cpp.

References AssetWrapper::ChildrenMayUse, and AssetWrapper::DoesntUse.

Field Documentation

◆ myResourcesManager

ResourcesManager* RecipeListWrapper::myResourcesManager
protected

Definition at line 37 of file RecipeListWrapper.h.

Referenced by child(), and childIndex().


The documentation for this class was generated from the following files: