1 #ifndef CSV_WORLD_NESTEDTABLE_H
2 #define CSV_WORLD_NESTEDTABLE_H
9 class QContextMenuEvent;
13 class NestedTableProxyModel;
15 class CommandDispatcher;
25 class TableEditIdAction;
43 bool fixedRows =
false);
void addNewRowActionTriggered()
Definition: nestedtable.cpp:128
void editCell()
Definition: nestedtable.cpp:141
static const struct @2 signals[]
QAction * mRemoveRowAction
Definition: nestedtable.hpp:32
Definition: dragrecordtable.hpp:24
virtual std::vector< CSMWorld::UniversalId > getDraggedRecords() const
Definition: nestedtable.cpp:82
Definition: tableeditidaction.hpp:13
TableEditIdAction * mEditIdAction
Definition: nestedtable.hpp:33
void removeRowActionTriggered()
Definition: nestedtable.cpp:115
QAction * mAddNewRowAction
Definition: nestedtable.hpp:31
Definition: commanddispatcher.hpp:20
void contextMenuEvent(QContextMenuEvent *event)
Definition: nestedtable.cpp:88
Definition: nestedtableproxymodel.hpp:22
Definition: document.hpp:57
CSMWorld::CommandDispatcher * mDispatcher
Definition: nestedtable.hpp:35
NestedTable(CSMDoc::Document &document, CSMWorld::UniversalId id, CSMWorld::NestedTableProxyModel *model, QWidget *parent=NULL, bool editable=true, bool fixedRows=false)
Definition: nestedtable.cpp:19
void editRequest(const CSMWorld::UniversalId &id, const std::string &hint)
CSMWorld::NestedTableProxyModel * mModel
Definition: nestedtable.hpp:34
Definition: nestedtable.hpp:27
Definition: universalid.hpp:12