|
OpenMW
|
#include <util.hpp>
Public Member Functions | |
| virtual | ~CommandDelegateFactory () |
| virtual CommandDelegate * | makeDelegate (QUndoStack &undoStack, QObject *parent) const =0 |
| The ownership of the returned CommandDelegate is transferred to the caller. | |
| virtual CommandDelegate* CSVWorld::CommandDelegateFactory::makeDelegate | ( | QUndoStack & | undoStack, |
| QObject * | parent | ||
| ) | const [pure virtual] |
The ownership of the returned CommandDelegate is transferred to the caller.
Implemented in CSVWorld::DataDisplayDelegateFactory, CSVWorld::EnumDelegateFactory, CSVWorld::RecordStatusDelegateFactory, CSVWorld::VarTypeDelegateFactory, and CSVWorld::IdTypeDelegateFactory.
1.7.6.1