aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/modeleditor.h
diff options
context:
space:
mode:
authorJochen Becher <jochen_becher@gmx.de>2015-09-25 17:18:50 +0200
committerJochen Becher <jochen_becher@gmx.de>2015-09-30 18:54:13 +0000
commit0954b3869781768b3466f98a70473a5c8a0f0667 (patch)
tree945163b514db142fa1c9b7227d4e3ef4b6e781c2 /src/plugins/modeleditor/modeleditor.h
parentc39242c16638bf80a8325ea796c15feb4200510a (diff)
ModelEditor: Add new button to open parent diagram
If the currently open diagram has a parent diagram (that is: a diagram in the package one hierarchy step up) it can now be opened by pressing a button in the toolbar. Default short cut is Ctrl+Shift+P. This change completes the navigation features. Change-Id: Ie073676644a6283842b2bbb0d14aca1dfe2706e7 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/modeleditor/modeleditor.h')
-rw-r--r--src/plugins/modeleditor/modeleditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/modeleditor/modeleditor.h b/src/plugins/modeleditor/modeleditor.h
index 67f2e10502..09d62c3af4 100644
--- a/src/plugins/modeleditor/modeleditor.h
+++ b/src/plugins/modeleditor/modeleditor.h
@@ -88,6 +88,7 @@ public:
void removeSelectedElements();
void deleteSelectedElements();
void selectAll();
+ void openParentDiagram();
void editProperties();
qmt::MPackage *guessSelectedPackage() const;