summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Edge.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/Edge.h')
-rw-r--r--tikzit/src/common/Edge.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tikzit/src/common/Edge.h b/tikzit/src/common/Edge.h
index 64da138..accf38c 100644
--- a/tikzit/src/common/Edge.h
+++ b/tikzit/src/common/Edge.h
@@ -274,6 +274,11 @@ typedef enum {
- (id)initWithSource:(Node*)s andTarget:(Node*)t;
/*!
+ @brief Force the recalculation of the derived properties.
+ */
+- (void)recalculateProperties;
+
+/*!
@brief Recompute the control points and midpoint.
*/
- (void)updateControls;