Crossfire Server, Trunk
FacesetsPanel Class Reference

#include <FacesetsPanel.h>

+ Inheritance diagram for FacesetsPanel:
+ Collaboration diagram for FacesetsPanel:

Public Member Functions

 FacesetsPanel (QWidget *parent, LicenseManager *licenseManager)
 
virtual void updateItem () override
 
- Public Member Functions inherited from AssetTWrapperPanel< face_sets >
 AssetTWrapperPanel (QWidget *parent)
 
virtual void setAsset (AssetWrapper *asset) override
 
- Public Member Functions inherited from AssetWrapperPanel
ArchetypeComboBoxaddArchetype (const QString &label, const char *property, bool readOnly=false, bool allowNone=true)
 
AssetUseTreeaddAssetUseTree (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)
 
TreasureListComboBoxaddTreasureList (const QString &label, const char *property, bool readOnly=true, bool allowNone=true)
 
 AssetWrapperPanel (QWidget *parent)
 
virtual ~AssetWrapperPanel ()
 

Protected Attributes

QLabel * myImages
 
LicenseManagermyLicenseManager
 
QLabel * myLicenses
 
- Protected Attributes inherited from AssetTWrapperPanel< face_sets >
face_setsmyItem
 
- Protected Attributes inherited from AssetWrapperPanel
AssetWrappermyAsset
 
QMetaObject::Connection myChanged
 
QMetaObject::Connection myDelete
 
bool myInhibit
 
QGridLayout * myLayout
 
QList< PropertyLinkmyLinks
 
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)
 

Detailed Description

Display details about a faceset.

Definition at line 28 of file FacesetsPanel.h.

Constructor & Destructor Documentation

◆ FacesetsPanel()

FacesetsPanel::FacesetsPanel ( QWidget *  parent,
LicenseManager licenseManager 
)

Definition at line 22 of file FacesetsPanel.cpp.

References AssetWrapperPanel::addBottomFiller(), AssetWrapperPanel::addLabel(), AssetWrapperPanel::addWidget(), myImages, and myLicenses.

+ Here is the call graph for this function:

Member Function Documentation

◆ updateItem()

void FacesetsPanel::updateItem ( )
overridevirtual

Field Documentation

◆ myImages

QLabel* FacesetsPanel::myImages
protected

Definition at line 37 of file FacesetsPanel.h.

Referenced by FacesetsPanel().

◆ myLicenseManager

LicenseManager* FacesetsPanel::myLicenseManager
protected

Definition at line 36 of file FacesetsPanel.h.

◆ myLicenses

QLabel* FacesetsPanel::myLicenses
protected

Definition at line 38 of file FacesetsPanel.h.

Referenced by FacesetsPanel().


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