summaryrefslogtreecommitdiff
path: root/tikzit/src/common/TikzShape.h
diff options
context:
space:
mode:
authorJohan Paulsson <gonz@badcode.net>2014-03-25 17:30:35 +0000
committerJohan Paulsson <gonz@badcode.net>2014-03-25 17:30:35 +0000
commit4c3a82c9146aa0e147b49b429b49fefb0e785a17 (patch)
tree532436ec35f19d6de54579734df22c20a8d67ca5 /tikzit/src/common/TikzShape.h
parent5532f8878b7219720de6145eabbe57efb894957c (diff)
osx gui: custom nodes preference panel shows tikzit preview and tikz code for selected custom node.
Diffstat (limited to 'tikzit/src/common/TikzShape.h')
-rw-r--r--tikzit/src/common/TikzShape.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/common/TikzShape.h b/tikzit/src/common/TikzShape.h
index 1ccf658..6a91f91 100644
--- a/tikzit/src/common/TikzShape.h
+++ b/tikzit/src/common/TikzShape.h
@@ -25,8 +25,11 @@
#import "Shape.h"
@interface TikzShape : Shape {
+ NSString *tikzSrc;
}
+@property (copy) NSString *tikzSrc;
+
- (id)initWithTikzFile:(NSString*)file;
@end