OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pathgridcreator.hpp
Go to the documentation of this file.
1 #ifndef PATHGRIDCREATOR_HPP
2 #define PATHGRIDCREATOR_HPP
3 
4 #include "genericcreator.hpp"
5 
6 namespace CSVWorld
7 {
10  {
11  Q_OBJECT
12 
13  public:
14 
16  CSMWorld::Data& data,
17  QUndoStack& undoStack,
18  const CSMWorld::UniversalId& id,
19  bool relaxedIdRules = false);
20 
22  virtual std::string getErrors() const;
23  };
24 }
25 
26 #endif // PATHGRIDCREATOR_HPP
Record creator for pathgrids.
Definition: pathgridcreator.hpp:9
virtual std::string getErrors() const
Definition: pathgridcreator.cpp:13
Definition: data.hpp:77
PathgridCreator(CSMWorld::Data &data, QUndoStack &undoStack, const CSMWorld::UniversalId &id, bool relaxedIdRules=false)
Definition: pathgridcreator.cpp:5
Definition: genericcreator.hpp:28
Definition: universalid.hpp:12