OpenMW
|
#include <cellcreator.hpp>
Public Member Functions | |
CellCreator (CSMWorld::Data &data, QUndoStack &undoStack, const CSMWorld::UniversalId &id) | |
virtual void | reset () |
Protected Member Functions | |
virtual std::string | getId () const |
Private Slots | |
void | setType (int index) |
void | valueChanged (int index) |
Private Attributes | |
QComboBox * | mType |
QLabel * | mXLabel |
QSpinBox * | mX |
QLabel * | mYLabel |
QSpinBox * | mY |
CSVWorld::CellCreator::CellCreator | ( | CSMWorld::Data & | data, |
QUndoStack & | undoStack, | ||
const CSMWorld::UniversalId & | id | ||
) |
std::string CSVWorld::CellCreator::getId | ( | ) | const [protected, virtual] |
Reimplemented from CSVWorld::GenericCreator.
void CSVWorld::CellCreator::reset | ( | ) | [virtual] |
Reimplemented from CSVWorld::GenericCreator.
void CSVWorld::CellCreator::setType | ( | int | index | ) | [private, slot] |
void CSVWorld::CellCreator::valueChanged | ( | int | index | ) | [private, slot] |
QComboBox* CSVWorld::CellCreator::mType [private] |
QSpinBox* CSVWorld::CellCreator::mX [private] |
QLabel* CSVWorld::CellCreator::mXLabel [private] |
QSpinBox* CSVWorld::CellCreator::mY [private] |
QLabel* CSVWorld::CellCreator::mYLabel [private] |