Crossfire Server, Trunk
|
#include <RecipePanel.h>
Public Member Functions | |
RecipePanel (QWidget *parent) | |
virtual void | updateItem () override |
Public Member Functions inherited from AssetTWrapperPanel< recipe > | |
AssetTWrapperPanel (QWidget *parent) | |
virtual void | setAsset (AssetWrapper *asset) override |
Public Member Functions inherited from AssetWrapperPanel | |
ArchetypeComboBox * | addArchetype (const QString &label, const char *property, bool readOnly=false, bool allowNone=true) |
AssetUseTree * | addAssetUseTree (const QString &label, AssetModel *assets, const char *property) |
void | addBottomFiller () |
QCheckBox * | addCheckBox (const QString &label, const char *property, bool readOnly=true) |
void | addFaceChoice (const QString &label, const char *property, bool readOnly=true, bool allowNone=true) |
QLabel * | addLabel (const QString &label, const char *property, bool wrapText=false) |
QLineEdit * | addLineEdit (const QString &label, const char *property, bool readOnly=true) |
void | addQuestChoice (const QString &label, const char *property, bool readOnly=true, bool allowNone=true) |
QSpinBox * | addSpinBox (const QString &label, const char *property, int min=0, int max=100, bool readOnly=true) |
void | addTab (const QString &title) |
QTextEdit * | addTextEdit (const QString &label, const char *property, bool readOnly=true) |
TreasureListComboBox * | addTreasureList (const QString &label, const char *property, bool readOnly=true, bool allowNone=true) |
AssetWrapperPanel (QWidget *parent) | |
virtual | ~AssetWrapperPanel () |
Protected Attributes | |
QTreeWidget * | myArchetypes |
QTextEdit * | myIngredients |
Protected Attributes inherited from AssetTWrapperPanel< recipe > | |
recipe * | myItem |
Protected Attributes inherited from AssetWrapperPanel | |
AssetWrapper * | myAsset |
QMetaObject::Connection | myChanged |
QMetaObject::Connection | myDelete |
bool | myInhibit |
QGridLayout * | myLayout |
QList< PropertyLink > | myLinks |
QTabWidget * | myTab |
Additional Inherited Members | |
Protected Slots inherited from AssetWrapperPanel | |
void | dataChanged () |
void | itemChanged () |
Protected Member Functions inherited from AssetWrapperPanel | |
template<class T > | |
T * | addWidget (const QString &label, T *widget, bool sideBySide, const char *property, const char *widgetProperty) |
Display details of a crafting recipe.
Definition at line 27 of file RecipePanel.h.
RecipePanel::RecipePanel | ( | QWidget * | parent | ) |
Definition at line 23 of file RecipePanel.cpp.
References AssetWrapperPanel::addCheckBox(), AssetWrapperPanel::addLineEdit(), AssetWrapperPanel::addTextEdit(), myArchetypes, myIngredients, and AssetWrapperPanel::myLayout.
|
overridevirtual |
Called when myItem is updated.
Implements AssetTWrapperPanel< recipe >.
Definition at line 42 of file RecipePanel.cpp.
References archininventory::arch, CREUtils::archetypeNode(), AssetsManager::archetypes(), AssetsCollection< T, Key >::find(), getManager(), myArchetypes, AssetWrapperPanel::myAsset, myIngredients, and give::name.
|
protected |
Definition at line 36 of file RecipePanel.h.
Referenced by RecipePanel(), and updateItem().
|
protected |
Definition at line 37 of file RecipePanel.h.
Referenced by RecipePanel(), and updateItem().