Classes

NSActionCell
NSAlert
NSApplication
NSArrayController
NSBezierPath
NSBitmapImageRep
NSBox
NSBrowser
NSBrowserCell
NSButton
NSButtonCell
NSCachedImageRep
NSCell
NSClipView
NSCollectionView
NSCollectionViewItem
NSColor
NSColorList
NSColorPanel
NSColorPicker
NSColorWell
NSComboBox
NSComboBoxCell
NSControl
NSController
NSCursor
NSCustomImageRep
NSDataLink
NSDataLinkManager
NSDataLinkPanel
NSDatePicker
NSDatePickerCell
NSDocument
NSDocumentController
NSDrawer
NSDrawerDelegate
NSEPSImageRep
NSEvent
NSFont
NSFontDescriptor
NSFontManager
NSFontPanel
NSForm
NSFormCell
NSGraphicsContext
NSHelpManager
NSHelpPanel
NSImage
NSImageCell
NSImageRep
NSImageView
NSInputServer
NSMatrix
NSMenu
NSMenuItem
NSMenuItemCell
NSMenuView
NSMovie
NSMovieView
NSMutableParagraphStyle
NSNib
NSObjectController
NSOpenGLContext
NSOpenGLPixelFormat
NSOpenGLView
NSOpenPanel
NSOutlineView
NSPageLayout
NSPanel
NSParagraphStyle
NSPasteboard
NSPasteboardItem
NSPopUpButton
NSPopUpButtonCell
NSPredicateEditor
NSPredicateEditorRowTemplate
NSPrintInfo
NSPrintOperation
NSPrintPanel
NSPrinter
NSProgressIndicator
NSResponder
NSRuleEditor
NSRulerMarker
NSSavePanel
NSScreen
NSScrollView
NSScroller
NSSecureTextField
NSSecureTextFieldCell
NSSelection
NSSharingService
NSSharingServicePicker
NSSlider
NSSliderCell
NSSound
NSSpeechSynthesizer
NSSpellChecker
NSSplitView
NSStepper
NSStepperCell
NSTabView
NSTabViewItem
NSTableColumn
NSTableHeaderCell
NSTableHeaderView
NSTableView
NSText
NSTextAttachment
NSTextAttachmentCell
NSTextContainer
NSTextField
NSTextFieldCell
NSTextStorage
NSTextTab
NSTextView
NSTokenField
NSTokenFieldCell
NSUserDefaultsController
NSView
NSWindow
NSWindowController
NSWorkspace

Protocols

<GSImageDelegateProtocol>
<NSAlertDelegate>
<NSApplicationDelegate>
<NSBrowserDelegate>
<NSCollectionViewDataSource>
<NSCollectionViewDelegate>
<NSCollectionViewElement>
<NSCollectionViewPrefetching>
<NSComboBoxCellDataSource>
<NSComboBoxDataSource>
<NSComboBoxDelegate>
<NSControlTextEditingDelegate>
<NSInputServerMouseTracker>
<NSInputServiceProvider>
<NSMatrixDelegate>
<NSMenuDelegate>
<NSMenuItem>
<NSMenuValidation>
<NSMenuView>
<NSOpenSavePanelDelegate>
<NSOutlineViewDataSource>
<NSOutlineViewDelegate>
<NSPasteboardItemDataProvider>
<NSPasteboardReading>
<NSPasteboardWriting>
<NSPrintPanelAccessorizing>
<NSRuleEditorDelegate>
<NSSharingServiceDelegate>
<NSSharingServicePickerDelegate>
<NSSpeechSynthesizerDelegate>
<NSSplitViewDelegate>
<NSTabViewDelegate>
<NSTableViewDataSource>
<NSTableViewDelegate>
<NSTextAttachmentCell>
<NSTextFieldDelegate>
<NSTextViewDelegate>
<NSWindowDelegate>
(NSAlertDelegate)
(NSApplicationDelegate)
(NSBrowserDelegate)
(NSComboBoxCellDataSource)
(NSControlDelegate)
(NSControlTextEditingDelegate)
(NSDataLinkManagerDelegate)
(NSDataPickerCellDelegate)
(NSEditor)
(NSEditorRegistration)
(NSFontManagerDelegate)
(NSFontPanelValidation)
(NSMenuActionResponder)
(NSMenuDelegate)
(NSOpenSavePanelDelegate)
(NSPasteboardItemDataProvider)
(NSPasteboardOwner)
(NSPasteboardReading)
(NSPasteboardWriting)
(NSPlaceholder)
(NSSavePanelDelegate)
(NSServicesRequests)
(NSSoundDelegate)
(NSSpeechSynthesizerDelegate)
(NSSplitViewDelegate)
(NSTableDataSource)
(NSTableViewDelegate)
(NSTextDelegate)
(NSTextStorageDelegate)
(NSTextViewDelegate)
(NSWindowDelegate)
(NSWindowDelegateAdditions)

Constants

Functions

Macros

Types

Variables

Up

NSPredicateEditorRowTemplate

Authors

Fred Kiefer (fredkiefer@gmx.de)

Date: Generated at 2025-07-12 14:18:56 +0000

The template rows for the predicate editor

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

Software documentation for the NSPredicateEditorRowTemplate class

NSPredicateEditorRowTemplate : NSObject

Declared in:
AppKit/NSPredicateEditorRowTemplate.h
Availability: MacOS-X 10.5.0

Description forthcoming.

Method summary


templatesWithAttributeKeyPaths: inEntityDescription: 

+ (NSArray*) templatesWithAttributeKeyPaths: (NSArray*)paths inEntityDescription: (NSEntityDescription*)entityDesc;
Availability: MacOS-X 10.5.0

Description forthcoming.

compoundTypes 

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

Description forthcoming.

displayableSubpredicatesOfPredicate: 

- (NSArray*) displayableSubpredicatesOfPredicate: (NSPredicate*)pred;
Availability: MacOS-X 10.5.0

Description forthcoming.

initWithCompoundTypes: 

- (id) initWithCompoundTypes: (NSArray*)types;
Availability: MacOS-X 10.5.0

Description forthcoming.

initWithLeftExpressions: rightExpressionAttributeType: modifier: operators: options: 

- (id) initWithLeftExpressions: (NSArray*)leftExprs rightExpressionAttributeType: (NSAttributeType)attrType modifier: (NSComparisonPredicateModifier)modif operators: (NSArray*)ops options: (NSUInteger)opts;
Availability: MacOS-X 10.5.0

Description forthcoming.

initWithLeftExpressions: rightExpressions: modifier: operators: options: 

- (id) initWithLeftExpressions: (NSArray*)leftExprs rightExpressions: (NSArray*)rightExprs modifier: (NSComparisonPredicateModifier)modif operators: (NSArray*)ops options: (NSUInteger)opts;
Availability: MacOS-X 10.5.0

Description forthcoming.

leftExpressions 

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

Description forthcoming.

matchForPredicate: 

- (double) matchForPredicate: (NSPredicate*)pred;
Availability: MacOS-X 10.5.0

Description forthcoming.

modifier 

- (NSComparisonPredicateModifier) modifier;
Availability: MacOS-X 10.5.0

Description forthcoming.

operators 

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

Description forthcoming.

options 

- (NSUInteger) options;
Availability: MacOS-X 10.5.0

Description forthcoming.

predicateWithSubpredicates: 

- (NSPredicate*) predicateWithSubpredicates: (NSArray*)subpred;
Availability: MacOS-X 10.5.0

Description forthcoming.

rightExpressionAttributeType 

- (NSAttributeType) rightExpressionAttributeType;
Availability: MacOS-X 10.5.0

Description forthcoming.

rightExpressions 

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

Description forthcoming.

setPredicate: 

- (void) setPredicate: (NSPredicate*)pred;
Availability: MacOS-X 10.5.0

Description forthcoming.

templateViews 

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

Description forthcoming.


Up