OpenMW
Public Member Functions | Private Attributes
CSVWorld::VarTypeDelegateFactory Class Reference

#include <vartypedelegate.hpp>

List of all members.

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 (QUndoStack &undoStack, QObject *parent) const
 The ownership of the returned CommandDelegate is transferred to the caller.
void add (ESM::VarType type)

Private Attributes

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

Constructor & Destructor Documentation


Member Function Documentation

CSVWorld::CommandDelegate * CSVWorld::VarTypeDelegateFactory::makeDelegate ( QUndoStack &  undoStack,
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: