Up

NSSearchFieldCell class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSSearchFieldCell class

NSSearchFieldCell : NSTextFieldCell

Declared in:
AppKit/NSSearchFieldCell.h
Availability: MacOS-X 10.3.0

Description forthcoming.

Instance Variables

Method summary

cancelButtonCell 

- (NSButtonCell*) cancelButtonCell;
Availability: MacOS-X 10.3.0

Description forthcoming.

cancelButtonRectForBounds: 

- (NSRect) cancelButtonRectForBounds: (NSRect)rect;
Availability: MacOS-X 10.3.0

Description forthcoming.

maximumRecents 

- (NSInteger) maximumRecents;
Availability: MacOS-X 10.3.0

Description forthcoming.

recentSearches 

- (NSArray*) recentSearches;
Availability: MacOS-X 10.3.0

Description forthcoming.

recentsAutosaveName 

- (NSString*) recentsAutosaveName;
Availability: MacOS-X 10.3.0

Description forthcoming.

resetCancelButtonCell 

- (void) resetCancelButtonCell;
Availability: MacOS-X 10.3.0

Description forthcoming.

resetSearchButtonCell 

- (void) resetSearchButtonCell;
Availability: MacOS-X 10.3.0

Description forthcoming.

searchButtonCell 

- (NSButtonCell*) searchButtonCell;
Availability: MacOS-X 10.3.0

Description forthcoming.

searchButtonRectForBounds: 

- (NSRect) searchButtonRectForBounds: (NSRect)rect;
Availability: MacOS-X 10.3.0

Description forthcoming.

searchMenuTemplate 

- (NSMenu*) searchMenuTemplate;
Availability: MacOS-X 10.3.0

Description forthcoming.

searchTextRectForBounds: 

- (NSRect) searchTextRectForBounds: (NSRect)rect;
Availability: MacOS-X 10.3.0

Description forthcoming.

sendsSearchStringImmediately 

- (BOOL) sendsSearchStringImmediately;
Availability: MacOS-X 10.4.0

Description forthcoming.

sendsWholeSearchString 

- (BOOL) sendsWholeSearchString;
Availability: MacOS-X 10.3.0

Description forthcoming.

setCancelButtonCell: 

- (void) setCancelButtonCell: (NSButtonCell*)cell;
Availability: MacOS-X 10.3.0

Description forthcoming.

setMaximumRecents: 

- (void) setMaximumRecents: (NSInteger)max;
Availability: MacOS-X 10.3.0

Description forthcoming.

setRecentSearches: 

- (void) setRecentSearches: (NSArray*)searches;
Availability: MacOS-X 10.3.0

Description forthcoming.

setRecentsAutosaveName: 

- (void) setRecentsAutosaveName: (NSString*)name;
Availability: MacOS-X 10.3.0

Description forthcoming.

setSearchButtonCell: 

- (void) setSearchButtonCell: (NSButtonCell*)cell;
Availability: MacOS-X 10.3.0

Description forthcoming.

setSearchMenuTemplate: 

- (void) setSearchMenuTemplate: (NSMenu*)menu;
Availability: MacOS-X 10.3.0

Description forthcoming.

setSendsSearchStringImmediately: 

- (void) setSendsSearchStringImmediately: (BOOL)flag;
Availability: MacOS-X 10.4.0

Description forthcoming.

setSendsWholeSearchString: 

- (void) setSendsWholeSearchString: (BOOL)flag;
Availability: MacOS-X 10.3.0

Description forthcoming.



Instance Variables for NSSearchFieldCell Class

_cancel_button_cell

@protected NSButtonCell* _cancel_button_cell;
Availability: MacOS-X 10.3.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.

_max_recents

@protected unsigned char _max_recents;
Availability: MacOS-X 10.3.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.

_menu_template

@protected NSMenu* _menu_template;
Availability: MacOS-X 10.3.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.

_recent_searches

@protected NSMutableArray* _recent_searches;
Availability: MacOS-X 10.3.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.

_recents_autosave_name

@protected NSString* _recents_autosave_name;
Availability: MacOS-X 10.3.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.

_search_button_cell

@protected NSButtonCell* _search_button_cell;
Availability: MacOS-X 10.3.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.

_sends_search_string_immediatly

@protected BOOL _sends_search_string_immediatly;
Availability: MacOS-X 10.3.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.

_sends_whole_search_string

@protected BOOL _sends_whole_search_string;
Availability: MacOS-X 10.3.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