Fix Home and End Buttons Handling and DiagramEditor Scroll

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4613 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-08-08 16:42:47 +00:00
parent 412007bb0d
commit 8f8ede0e6c
3 changed files with 63 additions and 19 deletions

View File

@@ -72,6 +72,7 @@ class DiagramView : public QGraphicsView
QETDiagramEditor *diagramEditor() const;
bool hasSelectedItems();
bool hasCopiableItems();
bool hasTextItems();
bool hasDeletableItems();
void editSelection();
void setEventInterface (DVEventInterface *event_interface);