summaryrefslogtreecommitdiff
path: root/platform/macos/app/FeatureAttributePredicateEditorRowTemplate.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-12-27 11:58:20 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-10-26 12:32:44 -0700
commitc3b17357f91f768ba7b0fa17254bbd7cccdb8300 (patch)
tree55f7e442fa77979e5f15b52ebf3b724e24e87e95 /platform/macos/app/FeatureAttributePredicateEditorRowTemplate.h
parentab3547a21614605f8acef606226b33c874b4c2dd (diff)
downloadqtlocation-mapboxgl-upstream/1ec5-predicate-editor.tar.gz
[macos] Layer filter editorupstream/1ec5-predicate-editor
Added a Layer Filter panel to the bottom of the macosapp document window that edits the selected layer’s predicate. Subclassed NSPredicateEditorRowTemplate to allow for arbitrary key paths in a single template and also to represent an aggregate value as a token field.
Diffstat (limited to 'platform/macos/app/FeatureAttributePredicateEditorRowTemplate.h')
-rw-r--r--platform/macos/app/FeatureAttributePredicateEditorRowTemplate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/macos/app/FeatureAttributePredicateEditorRowTemplate.h b/platform/macos/app/FeatureAttributePredicateEditorRowTemplate.h
new file mode 100644
index 0000000000..6fe6b1b911
--- /dev/null
+++ b/platform/macos/app/FeatureAttributePredicateEditorRowTemplate.h
@@ -0,0 +1,5 @@
+#import <Cocoa/Cocoa.h>
+
+@interface FeatureAttributePredicateEditorRowTemplate : NSPredicateEditorRowTemplate
+
+@end