OpenMW
|
#include <util.hpp>
Public Member Functions | |
virtual | ~CommandDelegateFactory () |
virtual CommandDelegate * | makeDelegate (CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent) const =0 |
The ownership of the returned CommandDelegate is transferred to the caller. More... | |
|
virtual |
|
pure virtual |
The ownership of the returned CommandDelegate is transferred to the caller.
Implemented in CSVWorld::DataDisplayDelegateFactory, CSVWorld::EnumDelegateFactory, CSVWorld::VarTypeDelegateFactory, CSVWorld::RecordStatusDelegateFactory, CSVWorld::ColorDelegateFactory, CSVWorld::IdCompletionDelegateFactory, and CSVWorld::IdTypeDelegateFactory.