OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
CSVWorld::IdTypeDelegateFactory Class Reference

#include <idtypedelegate.hpp>

Inheritance diagram for CSVWorld::IdTypeDelegateFactory:
Collaboration diagram for CSVWorld::IdTypeDelegateFactory:

Public Member Functions

 IdTypeDelegateFactory ()
 
virtual CommandDelegatemakeDelegate (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
 

Constructor & Destructor Documentation

CSVWorld::IdTypeDelegateFactory::IdTypeDelegateFactory ( )

Here is the call graph for this function:

Member Function Documentation

CSVWorld::CommandDelegate * CSVWorld::IdTypeDelegateFactory::makeDelegate ( CSMWorld::CommandDispatcher dispatcher,
CSMDoc::Document document,
QObject parent 
) const
virtual

The ownership of the returned CommandDelegate is transferred to the caller.

Reimplemented from CSVWorld::DataDisplayDelegateFactory.

Here is the caller graph for this function:


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