summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/TikzDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/TikzDocument.h')
-rw-r--r--tikzit/src/gtk/TikzDocument.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/tikzit/src/gtk/TikzDocument.h b/tikzit/src/gtk/TikzDocument.h
index 79a9b17..da73fac 100644
--- a/tikzit/src/gtk/TikzDocument.h
+++ b/tikzit/src/gtk/TikzDocument.h
@@ -128,26 +128,9 @@
- (void) removeSelected;
- (void) addNode:(Node*)node;
-/*!
- * Convenience function to add a node in the active style
- * at the given point.
- *
- * @param pos the position (in graph co-ordinates) of the new node
- * @return the added node
- */
-- (Node*) addNodeAt:(NSPoint)pos;
- (void) removeNode:(Node*)node;
- (void) addEdge:(Edge*)edge;
- (void) removeEdge:(Edge*)edge;
-/*!
- * Convenience function to add an edge in the active style
- * between the given nodes.
- *
- * @param source the source node
- * @param target the target node
- * @return the added edge
- */
-- (Edge*) addEdgeFrom:(Node*)source to:(Node*)target;
- (void) shiftSelectedNodesByPoint:(NSPoint)offset;
- (void) insertGraph:(Graph*)g;
- (void) flipSelectedNodesHorizontally;