1 #ifndef CSV_WORLD_CELLCREATOR_H
2 #define CSV_WORLD_CELLCREATOR_H
24 virtual std::string
getId()
const;
35 virtual void cloneMode(
const std::string& originId,
virtual void cloneMode(const std::string &originId, const CSMWorld::UniversalId::Type type)
Definition: cellcreator.cpp:95
Definition: commands.hpp:48
virtual void configureCreateCommand(CSMWorld::CreateCommand &command) const
Allow subclasses to add additional data to command.
Definition: cellcreator.cpp:25
virtual std::string getErrors() const
Definition: cellcreator.cpp:109
QSpinBox * mY
Definition: cellcreator.hpp:20
CellCreator(CSMWorld::Data &data, QUndoStack &undoStack, const CSMWorld::UniversalId &id)
Definition: cellcreator.cpp:34
QSpinBox * mX
Definition: cellcreator.hpp:18
Type
Definition: universalid.hpp:40
void setType(int index)
Definition: cellcreator.cpp:79
Definition: cellcreator.hpp:12
QLabel * mYLabel
Definition: cellcreator.hpp:19
void valueChanged(int index)
Definition: cellcreator.cpp:90
QComboBox * mType
Definition: cellcreator.hpp:16
Definition: genericcreator.hpp:28
virtual std::string getId() const
Definition: cellcreator.cpp:13
QLabel * mXLabel
Definition: cellcreator.hpp:17
virtual void reset()
Definition: cellcreator.cpp:70
Definition: universalid.hpp:12