Up

NSPredicateEditor

Authors

Fred Kiefer (fredkiefer@gmx.de)

Date: Generated at 2024-11-13 12:52:37 -0500

The predicate editor class

Copyright: (C) 2020 Free Software Foundation, Inc.

Software documentation for the NSPredicateEditor class

NSPredicateEditor : NSRuleEditor

class_NSPredicateEditor NSRuleEditor NSRuleEditor NSPredicateEditor NSPredicateEditor NSRuleEditor->NSPredicateEditor
Declared in:
AppKit/NSPredicateEditor.h
Availability: MacOS-X 10.5.0

Description forthcoming.

Instance Variables

Method summary


rowTemplates 

- (NSArray*) rowTemplates;
Availability: MacOS-X 10.5.0

Description forthcoming.

setRowTemplates: 

- (void) setRowTemplates: (NSArray*)templates;
Availability: MacOS-X 10.5.0

Description forthcoming.



Instance Variables for NSPredicateEditor Class

_rowTemplates

@protected NSArray* _rowTemplates;
Availability: MacOS-X 10.5.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up