|
OpenMW
|
#include <idtypedelegate.hpp>
Public Member Functions | |
| IdTypeDelegateFactory () | |
| 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 () |
Additional Inherited Members | |
Protected Member Functions inherited from CSVWorld::DataDisplayDelegateFactory | |
| void | add (int enumValue, const QString &enumName, const QString &iconFilename) |
Protected Attributes inherited from CSVWorld::DataDisplayDelegateFactory | |
| DataDisplayDelegate::IconList | mIcons |
Protected Attributes inherited from CSVWorld::EnumDelegateFactory | |
| std::vector< std::pair< int, QString > > | mValues |
| CSVWorld::IdTypeDelegateFactory::IdTypeDelegateFactory | ( | ) |
|
virtual |
The ownership of the returned CommandDelegate is transferred to the caller.
Reimplemented from CSVWorld::DataDisplayDelegateFactory.
1.8.6