1 #ifndef CSV_WORLD_DIALOGUECREATOR_H
2 #define CSV_WORLD_DIALOGUECREATOR_H
Record creator UI base class.
Definition: creator.hpp:21
Definition: commands.hpp:48
virtual void configureCreateCommand(CSMWorld::CreateCommand &command) const
Allow subclasses to add additional data to command.
Definition: dialoguecreator.cpp:12
Definition: dialoguecreator.hpp:22
virtual Creator * makeCreator(CSMDoc::Document &document, const CSMWorld::UniversalId &id) const
The ownership of the returned Creator is transferred to the caller.
Definition: dialoguecreator.cpp:26
Definition: dialoguecreator.hpp:8
DialogueCreator(CSMWorld::Data &data, QUndoStack &undoStack, const CSMWorld::UniversalId &id, int type)
Definition: dialoguecreator.cpp:21
int mType
Definition: dialoguecreator.hpp:10
Base class for Creator factory.
Definition: creator.hpp:54
Definition: genericcreator.hpp:28
Definition: document.hpp:57
Definition: dialoguecreator.hpp:30
virtual Creator * makeCreator(CSMDoc::Document &document, const CSMWorld::UniversalId &id) const
The ownership of the returned Creator is transferred to the caller.
Definition: dialoguecreator.cpp:32
Definition: universalid.hpp:12