Crossfire Server, Trunk
CRERandomMapPanel Class Reference

#include <RandomMapPanel.h>

+ Inheritance diagram for CRERandomMapPanel:
+ Collaboration diagram for CRERandomMapPanel:

Public Member Functions

 CRERandomMapPanel (QWidget *parent)
 
virtual void updateItem () override
 
- Public Member Functions inherited from AssetSWrapperPanel< const RandomMap >
 AssetSWrapperPanel (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 ()
 

Private Attributes

QTextEdit * myInformation
 
QLabel * mySource
 

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)
 
- Protected Attributes inherited from AssetSWrapperPanel< const RandomMap >
const RandomMapmyItem
 
- Protected Attributes inherited from AssetWrapperPanel
AssetWrappermyAsset
 
QMetaObject::Connection myChanged
 
QMetaObject::Connection myDelete
 
bool myInhibit
 
QGridLayout * myLayout
 
QList< PropertyLinkmyLinks
 
QTabWidget * myTab
 

Detailed Description

Display details about a random map.

Definition at line 25 of file RandomMapPanel.h.

Constructor & Destructor Documentation

◆ CRERandomMapPanel()

CRERandomMapPanel::CRERandomMapPanel ( QWidget *  parent)

Definition at line 19 of file RandomMapPanel.cpp.

References myInformation, AssetWrapperPanel::myLayout, and mySource.

Member Function Documentation

◆ updateItem()

void CRERandomMapPanel::updateItem ( )
overridevirtual

Field Documentation

◆ myInformation

QTextEdit* CRERandomMapPanel::myInformation
private

Definition at line 33 of file RandomMapPanel.h.

Referenced by CRERandomMapPanel(), and updateItem().

◆ mySource

QLabel* CRERandomMapPanel::mySource
private

Definition at line 32 of file RandomMapPanel.h.

Referenced by CRERandomMapPanel(), and updateItem().


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