20class QAbstractItemModel;
24class QSortFilterProxyModel;
85 void doExport(QAbstractItemModel *proxyModel,
86 const QString &defaultName,
88 void doImport(
bool forNodes,
bool csv);
Table model that caches edge data for the current relation from Graph and writes back via the Graph A...
Definition edgetablemodel.h:30
The Graph class This is the main class for a Graph, used in conjuction with GraphVertex,...
Definition graph.h:74
Table model that caches node data from Graph and writes back via the Graph API.
Definition nodetablemodel.h:30