OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
globalcreator.hpp
Go to the documentation of this file.
1 #ifndef CSV_WORLD_GLOBALCREATOR_H
2 #define CSV_WORLD_GLOBALCREATOR_H
3 
4 #include "genericcreator.hpp"
5 
6 namespace CSVWorld
7 {
9  {
10  Q_OBJECT
11 
12  public:
13 
14  GlobalCreator(CSMWorld::Data& data, QUndoStack& undoStack, const CSMWorld::UniversalId& id);
15 
16  protected:
17 
18  virtual void configureCreateCommand(CSMWorld::CreateCommand& command) const;
19  };
20 }
21 
22 #endif
GlobalCreator(CSMWorld::Data &data, QUndoStack &undoStack, const CSMWorld::UniversalId &id)
Definition: globalcreator.cpp:22
Definition: commands.hpp:48
virtual void configureCreateCommand(CSMWorld::CreateCommand &command) const
Allow subclasses to add additional data to command.
Definition: globalcreator.cpp:12
Definition: data.hpp:77
Definition: genericcreator.hpp:28
Definition: globalcreator.hpp:8
Definition: universalid.hpp:12