summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/GraphicsView.h
diff options
context:
space:
mode:
authorakissinger <akissinger@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-16 17:00:11 +0000
committerakissinger <akissinger@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-16 17:00:11 +0000
commitcaaac57631bda3df581eac462cddd9473bc05b28 (patch)
treea87654230dc1e137937cd60fe0ced1cc5efb7302 /tikzit/src/osx/GraphicsView.h
parent525059964fbaf380ad2c3079b965d64e7c6d06d1 (diff)
graphs now store edges and nodes in an array, GraphicsView has actions for re-ordering the z-index of nodes and edges
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@380 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/src/osx/GraphicsView.h')
-rw-r--r--tikzit/src/osx/GraphicsView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tikzit/src/osx/GraphicsView.h b/tikzit/src/osx/GraphicsView.h
index ddd005f..e963ac7 100644
--- a/tikzit/src/osx/GraphicsView.h
+++ b/tikzit/src/osx/GraphicsView.h
@@ -121,6 +121,7 @@ typedef enum {
- (void)copy:(id)sender;
- (void)paste:(id)sender;
- (void)delete:(id)sender;
+- (void)bringForward:(id)sender;
- (void)flipHorizonal:(id)sender;
- (void)flipVertical:(id)sender;
- (void)reverseEdgeDirection:(id)sender;