#include <ObjectWrapper.h>
|
| AssetWrapper * | arch () |
| |
| QString | archName () const |
| |
| virtual QString | displayName () const override |
| |
| float | dps () const |
| |
| const Face * | face () const |
| |
| object * | getObject () |
| |
| | ObjectWrapper (AssetWrapper *parent, object *ob, ResourcesManager *resourcesManager) |
| |
| AssetWrapper * | randomItems () |
| |
| float | regen () const |
| |
| int | suggested_level () const |
| |
| virtual | ~ObjectWrapper () |
| |
| | AssetTWrapper (AssetWrapper *parent, const QString &panelName, object *wrappedItem) |
| |
| object * | wrappedItem () const |
| |
| | AssetWrapper (AssetWrapper *parent, const QString &panelName="empty") |
| |
| virtual bool | canDrag () const |
| |
| virtual bool | canDrop (const QMimeData *, int) const |
| |
| virtual bool | canExportAsCsv () 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 | exportAsCSV (const AssetWrapper *, QString &) const |
| |
| virtual void | fillCsvHeader (QString &) const |
| |
| virtual void | fillMenu (QMenu *) |
| |
| void | markModified (ChangeType change, int extra=0) |
| |
| AssetWrapper * | self () |
| |
| void | setDisplayParent (AssetWrapper *parent) |
| |
| virtual QString | tooltip () const |
| |
| virtual PossibleUse | uses (const AssetWrapper *, std::string &) const |
| |
| virtual | ~AssetWrapper () override |
| |
|
| | ATW_PROP (float, speed, speed) |
| |
| | ATW_PROP (int, cha, stats.Cha) |
| |
| | ATW_PROP (int, con, stats.Con) |
| |
| | ATW_PROP (int, dex, stats.Dex) |
| |
| | ATW_PROP (int, intl, stats.Int) |
| |
| | ATW_PROP (int, pow, stats.Pow) |
| |
| | ATW_PROP (int, str, stats.Str) |
| |
| | ATW_PROP (int, wis, stats.Wis) |
| |
| | ATW_PROP (quint32, path_attuned, path_attuned) |
| |
| | ATW_PROP (quint32, path_denied, path_denied) |
| |
| | ATW_PROP (quint32, path_repelled, path_repelled) |
| |
| | ATW_RPROP (int, nrof, nrof) |
| |
|
| enum | ChangeType {
AssetUpdated,
BeforeChildAdd,
AfterChildAdd,
BeforeChildRemove,
AfterChildRemove,
BeforeLayoutChange,
AfterLayoutChange
} |
| |
| enum | PossibleUse { Uses,
ChildrenMayUse,
DoesntUse
} |
| |
| virtual void | removeChild (AssetWrapper *) |
| |
| void | dataModified (AssetWrapper *asset, AssetWrapper::ChangeType type, int extra) |
| |
| void | modified () |
| |
| static bool | compareByDisplayName (const AssetWrapper *left, const AssetWrapper *right) |
| |
| static const char * | tipProperty = "_cre_internal" |
| |
| virtual void | wasModified (AssetWrapper *asset, ChangeType type, int extra) |
| |
Definition at line 36 of file ObjectWrapper.h.
◆ ObjectWrapper()
◆ ~ObjectWrapper()
| ObjectWrapper::~ObjectWrapper |
( |
| ) |
|
|
virtual |
◆ arch()
◆ archName()
| QString ObjectWrapper::archName |
( |
| ) |
const |
|
inline |
◆ ATW_PROP() [1/11]
| ObjectWrapper::ATW_PROP |
( |
float |
, |
|
|
speed |
, |
|
|
speed |
|
|
) |
| |
|
private |
◆ ATW_PROP() [2/11]
| ObjectWrapper::ATW_PROP |
( |
int |
, |
|
|
cha |
, |
|
|
stats. |
Cha |
|
) |
| |
|
private |
◆ ATW_PROP() [3/11]
| ObjectWrapper::ATW_PROP |
( |
int |
, |
|
|
con |
, |
|
|
stats. |
Con |
|
) |
| |
|
private |
◆ ATW_PROP() [4/11]
| ObjectWrapper::ATW_PROP |
( |
int |
, |
|
|
dex |
, |
|
|
stats. |
Dex |
|
) |
| |
|
private |
◆ ATW_PROP() [5/11]
| ObjectWrapper::ATW_PROP |
( |
int |
, |
|
|
intl |
, |
|
|
stats. |
Int |
|
) |
| |
|
private |
◆ ATW_PROP() [6/11]
| ObjectWrapper::ATW_PROP |
( |
int |
, |
|
|
pow |
, |
|
|
stats. |
Pow |
|
) |
| |
|
private |
◆ ATW_PROP() [7/11]
| ObjectWrapper::ATW_PROP |
( |
int |
, |
|
|
str |
, |
|
|
stats. |
Str |
|
) |
| |
|
private |
◆ ATW_PROP() [8/11]
| ObjectWrapper::ATW_PROP |
( |
int |
, |
|
|
wis |
, |
|
|
stats. |
Wis |
|
) |
| |
|
private |
◆ ATW_PROP() [9/11]
| ObjectWrapper::ATW_PROP |
( |
quint32 |
, |
|
|
path_attuned |
, |
|
|
path_attuned |
|
|
) |
| |
|
private |
◆ ATW_PROP() [10/11]
| ObjectWrapper::ATW_PROP |
( |
quint32 |
, |
|
|
path_denied |
, |
|
|
path_denied |
|
|
) |
| |
|
private |
◆ ATW_PROP() [11/11]
| ObjectWrapper::ATW_PROP |
( |
quint32 |
, |
|
|
path_repelled |
, |
|
|
path_repelled |
|
|
) |
| |
|
private |
◆ ATW_RPROP()
| ObjectWrapper::ATW_RPROP |
( |
int |
, |
|
|
nrof |
, |
|
|
nrof |
|
|
) |
| |
|
private |
◆ displayName()
| virtual QString ObjectWrapper::displayName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ dps()
| float ObjectWrapper::dps |
( |
| ) |
const |
◆ face()
| const Face* ObjectWrapper::face |
( |
| ) |
const |
|
inline |
◆ getObject()
| object* ObjectWrapper::getObject |
( |
| ) |
|
|
inline |
◆ randomItems()
◆ regen()
| float ObjectWrapper::regen |
( |
| ) |
const |
◆ suggested_level()
| int ObjectWrapper::suggested_level |
( |
| ) |
const |
◆ myResourcesManager
◆ arch
◆ arch_name
| QString ObjectWrapper::arch_name |
|
read |
◆ dps
◆ randomItems
◆ regen
| float ObjectWrapper::regen |
|
read |
◆ suggested_level
| int ObjectWrapper::suggested_level |
|
read |
The documentation for this class was generated from the following files: