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

#include <vartypedelegate.hpp>

Inheritance diagram for CSVWorld::VarTypeDelegateFactory:
Collaboration diagram for CSVWorld::VarTypeDelegateFactory:

Public Member Functions

 VarTypeDelegateFactory (ESM::VarType type0=ESM::VT_Unknown, ESM::VarType type1=ESM::VT_Unknown, ESM::VarType type2=ESM::VT_Unknown, ESM::VarType type3=ESM::VT_Unknown)
 
virtual CommandDelegatemakeDelegate (CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent) const
 The ownership of the returned CommandDelegate is transferred to the caller. More...
 
void add (ESM::VarType type)
 
- Public Member Functions inherited from CSVWorld::CommandDelegateFactory
virtual ~CommandDelegateFactory ()
 

Private Attributes

std::vector< std::pair< int,
QString > > 
mValues
 

Constructor & Destructor Documentation

CSVWorld::VarTypeDelegateFactory::VarTypeDelegateFactory ( ESM::VarType  type0 = ESM::VT_Unknown,
ESM::VarType  type1 = ESM::VT_Unknown,
ESM::VarType  type2 = ESM::VT_Unknown,
ESM::VarType  type3 = ESM::VT_Unknown 
)

Here is the call graph for this function:

Member Function Documentation

void CSVWorld::VarTypeDelegateFactory::add ( ESM::VarType  type)

Here is the call graph for this function:

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

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

Implements CSVWorld::CommandDelegateFactory.

Member Data Documentation

std::vector<std::pair<int, QString> > CSVWorld::VarTypeDelegateFactory::mValues
private

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