summaryrefslogtreecommitdiff
path: root/src/diagramdocument.h
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2008-12-11 12:34:38 +0100
committerLukáš Lalinský <lalinsky@gmail.com>2008-12-11 12:34:38 +0100
commit3b49b6a0d4c4d2ee94faeff207da10c452f70b07 (patch)
tree69ed42124a9b94be0f126c3b78e86f23812f3b3f /src/diagramdocument.h
parentf4d9a3f2ad1896c5117ce1d3af3b8b3a433b3961 (diff)
downloaddbmodel-3b49b6a0d4c4d2ee94faeff207da10c452f70b07.tar.gz
dbmodel-3b49b6a0d4c4d2ee94faeff207da10c452f70b07.tar.bz2
Support for generic diagram item properties editors + add relationship props editor UI
Diffstat (limited to 'src/diagramdocument.h')
-rw-r--r--src/diagramdocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/diagramdocument.h b/src/diagramdocument.h
index 350879c..ffb38ac 100644
--- a/src/diagramdocument.h
+++ b/src/diagramdocument.h
@@ -53,6 +53,8 @@ public:
DatabaseTable *selectedTable();
void deleteSelectedItems();
+ QList<DiagramItem *> selectedItems();
+
void save(const QString &fileName);
void load(const QString &fileName);