summaryrefslogtreecommitdiff
path: root/tikzit/src/common/NodeStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/NodeStyle.h')
-rw-r--r--tikzit/src/common/NodeStyle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tikzit/src/common/NodeStyle.h b/tikzit/src/common/NodeStyle.h
index 68aafad..034f95d 100644
--- a/tikzit/src/common/NodeStyle.h
+++ b/tikzit/src/common/NodeStyle.h
@@ -115,6 +115,11 @@
*/
+ (NodeStyle*)defaultNodeStyleWithName:(NSString *)nm;
+/*!
+ * Make this style the same as the given one
+ */
+- (void) updateFromStyle:(NodeStyle*)style;
+
@end
// vi:ft=objc:noet:ts=4:sts=4:sw=4