OpenMW
|
#include <tableeditidaction.hpp>
Public Member Functions | |
TableEditIdAction (const QTableView &table, QWidget *parent=0) | |
void | setCell (int row, int column) |
CSMWorld::UniversalId | getCurrentId () const |
bool | isValidIdCell (int row, int column) const |
Private Types | |
typedef std::pair < CSMWorld::ColumnBase::Display, QString > | CellData |
Private Member Functions | |
CellData | getCellData (int row, int column) const |
Private Attributes | |
const QTableView & | mTable |
CSMWorld::UniversalId | mCurrentId |
|
private |
CSVWorld::TableEditIdAction::TableEditIdAction | ( | const QTableView & | table, |
QWidget * | parent = 0 |
||
) |
|
private |
CSMWorld::UniversalId CSVWorld::TableEditIdAction::getCurrentId | ( | ) | const |
|
private |
|
private |