OpenMW
|
#include <datadisplaydelegate.hpp>
Public Member Functions | |
virtual CommandDelegate * | makeDelegate (CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent) const |
The ownership of the returned CommandDelegate is transferred to the caller. More... | |
Public Member Functions inherited from CSVWorld::EnumDelegateFactory | |
EnumDelegateFactory () | |
EnumDelegateFactory (const char **names, bool allowNone=false) | |
EnumDelegateFactory (const std::vector< std::string > &names, bool allowNone=false) | |
void | add (int value, const QString &name) |
Public Member Functions inherited from CSVWorld::CommandDelegateFactory | |
virtual | ~CommandDelegateFactory () |
Protected Member Functions | |
void | add (int enumValue, const QString &enumName, const QString &iconFilename) |
Protected Attributes | |
DataDisplayDelegate::IconList | mIcons |
Protected Attributes inherited from CSVWorld::EnumDelegateFactory | |
std::vector< std::pair< int, QString > > | mValues |
|
protected |
|
virtual |
The ownership of the returned CommandDelegate is transferred to the caller.
Reimplemented from CSVWorld::EnumDelegateFactory.
Reimplemented in CSVWorld::RecordStatusDelegateFactory, and CSVWorld::IdTypeDelegateFactory.
|
protected |