[Previous]
[Up]
[Next]
NSControl
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: <
Inherits from: NSView
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (Class) cellClass;
+ (void) setCellClass: (Class)class;
Instances Methods
- (BOOL) abortEditing;
- (SEL) action;
- (NSTextAlignment) alignment;
- (NSAttributedString*) attributedStringValue;
- (void) calcSize;
- (id) cell;
- (NSText*) currentEditor;
- (double) doubleValue;
- (void) drawCell: (NSCell*)aCell;
- (void) drawCellInside: (NSCell*)aCell;
- (float) floatValue;
- (NSFont*) font;
- (BOOL) ignoresMultiClick;
- (id) initWithFrame: (NSRect)frameRect;
- (int) intValue;
- (BOOL) isContinuous;
- (BOOL) isEnabled;
- (void) mouseDown: (NSEvent*)theEvent;
- (id) objectValue;
- (void) performClick: (id)sender;
- (BOOL) refusesFirstResponder;
- (void) selectCell: (NSCell*)aCell;
- (id) selectedCell;
- (int) selectedTag;
- (BOOL) sendAction: (SEL)theAction;
- (int) sendActionOn: (int)mask;
- (void) setAction: (SEL)aSelector;
- (void) setAlignment: (NSTextAlignment)mode;
- (void) setAttributedStringValue: (NSAttributedString*)object;
- (void) setCell: (NSCell*)aCell;
- (void) setContinuous: (BOOL)flag;
- (void) setDoubleValue: (double)aDouble;
- (void) setEnabled: (BOOL)flag;
- (void) setFloatValue: (float)aFloat;
- (void) setFloatingPointFormat: (BOOL)autoRange left: (unsigned int)leftDigits right: (unsigned int)rightDigits;
- (void) setFont: (NSFont*)fontObject;
- (void) setIgnoresMultiClick: (BOOL)flag;
- (void) setIntValue: (int)anInt;
- (void) setNeedsDisplay;
- (void) setObjectValue: (id)object;
- (void) setRefusesFirstResponder: (BOOL)flag;
- (void) setStringValue: (NSString*)aString;
- (void) setTag: (int)anInt;
- (void) setTarget: (id)anObject;
- (void) sizeToFit;
- (NSString*) stringValue;
- (int) tag;
- (void) takeDoubleValueFrom: (id)sender;
- (void) takeFloatValueFrom: (id)sender;
- (void) takeIntValueFrom: (id)sender;
- (void) takeObjectValueFrom: (id)sender;
- (void) takeStringValueFrom: (id)sender;
- (id) target;
- (void) updateCell: (NSCell*)aCell;
- (void) updateCellInside: (NSCell*)aCell;
- (void) validateEditing;
- (BOOL) control: (NSControl*)control didFailToFormatString: (NSString*)string errorDescription: (NSString*)error;
- (void) control: (NSControl*)control didFailToValidatePartialString: (NSString*)string errorDescription: (NSString*)error;
- (BOOL) control: (NSControl*)control isValidObject: (id)object;
- (BOOL) control: (NSControl*)control textShouldBeginEditing: (NSText*)fieldEditor;
- (BOOL) control: (NSControl*)control textShouldEndEditing: (NSText*)fieldEditor;
- (BOOL) control: (NSControl*)control textView: (NSTextView*)textView doCommandBySelector: (SEL)command;
- (void) controlTextDidBeginEditing: (NSNotification*)aNotification;
- (void) controlTextDidEndEditing: (NSNotification*)aNotification;
- (void) controlTextDidChange: (NSNotification*)aNotification;