summaryrefslogtreecommitdiff
path: root/tikzit/src/common/TikzGraphAssembler.h
diff options
context:
space:
mode:
authorJohan Paulsson <gonz@users.sourceforge.net>2013-01-24 16:30:02 +0000
committerJohan Paulsson <gonz@users.sourceforge.net>2013-01-24 16:30:02 +0000
commit702a3875c5c7c5c937e55d50039ccb0c7bced754 (patch)
treeee41f8802ec6b7904de7921fb97fa7f262e129aa /tikzit/src/common/TikzGraphAssembler.h
parent310d4379dd0f439e9a988c3202add12021384690 (diff)
Anchor support for the parser and osx gui
Diffstat (limited to 'tikzit/src/common/TikzGraphAssembler.h')
-rw-r--r--tikzit/src/common/TikzGraphAssembler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tikzit/src/common/TikzGraphAssembler.h b/tikzit/src/common/TikzGraphAssembler.h
index 1b006dd..adaf443 100644
--- a/tikzit/src/common/TikzGraphAssembler.h
+++ b/tikzit/src/common/TikzGraphAssembler.h
@@ -45,7 +45,8 @@
- (void)finishNode;
- (void)prepareEdge;
-- (void)setEdgeSource:(NSString*)src target:(NSString*)targ;
+- (void)setEdgeSource:(NSString*)edge anchor:(NSString*)anch;
+- (void)setEdgeTarget:(NSString*)edge anchor:(NSString*)anch;
- (void)finishEdge;
- (void)invalidate;