1 #ifndef CSVWORLD_TABLEEDITIDACTION_HPP
2 #define CSVWORLD_TABLEEDITIDACTION_HPP
6 #include "../../model/world/columnbase.hpp"
7 #include "../../model/world/universalid.hpp"
18 typedef std::pair<CSMWorld::ColumnBase::Display, QString>
CellData;
24 void setCell(
int row,
int column);
std::pair< CSMWorld::ColumnBase::Display, QString > CellData
Definition: tableeditidaction.hpp:18
CSMWorld::UniversalId mCurrentId
Definition: tableeditidaction.hpp:16
TableEditIdAction(const QTableView &table, QWidget *parent=0)
Definition: tableeditidaction.cpp:19
bool isValidIdCell(int row, int column) const
Definition: tableeditidaction.cpp:42
CSMWorld::UniversalId getCurrentId() const
Definition: tableeditidaction.cpp:37
const QTableView & mTable
Definition: tableeditidaction.hpp:15
Definition: tableeditidaction.hpp:13
CellData getCellData(int row, int column) const
Definition: tableeditidaction.cpp:7
void setCell(int row, int column)
Definition: tableeditidaction.cpp:25
Definition: universalid.hpp:12