summaryrefslogtreecommitdiff
path: root/tikzit/src/common/GraphElementProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/GraphElementProperty.h')
-rw-r--r--tikzit/src/common/GraphElementProperty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/common/GraphElementProperty.h b/tikzit/src/common/GraphElementProperty.h
index 3ca93dc..029e7f3 100644
--- a/tikzit/src/common/GraphElementProperty.h
+++ b/tikzit/src/common/GraphElementProperty.h
@@ -46,6 +46,7 @@
@result A key-matching object.
*/
- (id)initWithKeyMatching:(NSString*)k;
++ (id)keyMatching:(NSString*)k;
/*!
@brief Initialize a new atomic property.
@@ -53,6 +54,7 @@
@result An atom.
*/
- (id)initWithAtomName:(NSString*)n;
++ (id)atom:(NSString*)n;
/*!
@brief Initialize a new property.
@@ -61,6 +63,7 @@
@result A property.
*/
- (id)initWithPropertyValue:(NSString*)v forKey:(NSString*)k;
++ (id)property:(NSString*)k withValue:(NSString*)v;
/*!
@brief A matching function for properties.