Crossfire Server, Trunk
|
#include <SoundFile.h>
Public Member Functions | |
virtual QString | displayName () const override |
const std::vector< std::string > & | events () const |
std::vector< LicenseManager::LicenseItem > & | license () |
SoundFile (const std::vector< std::string > &events, AssetWrapper *parent, const QString &name) | |
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 |
Private Attributes | |
std::vector< std::string > | myEvents |
std::vector< LicenseManager::LicenseItem > | myLicense |
QString | myName |
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 19 of file SoundFile.h.
SoundFile::SoundFile | ( | const std::vector< std::string > & | events, |
AssetWrapper * | parent, | ||
const QString & | name | ||
) |
Definition at line 16 of file SoundFile.cpp.
|
inlineoverridevirtual |
|
inline |
Definition at line 27 of file SoundFile.h.
References myEvents.
|
inline |
Definition at line 25 of file SoundFile.h.
References myLicense.
Referenced by SoundFilePanel::updateItem().
|
private |
Definition at line 32 of file SoundFile.h.
Referenced by events().
|
private |
Definition at line 31 of file SoundFile.h.
Referenced by license().
|
private |
Definition at line 30 of file SoundFile.h.
Referenced by displayName().