[Previous]
[Up]
[Next]
NSCell
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSCell.h
Inherits from: NSObject
Conforms to: NSCoding
+ (NSMenu*) defaultMenu
+ (BOOL) prefersTrackingUntilMouseUp
- (BOOL) acceptsFirstResponder
- (SEL) action
- (NSTextAlignment) alignment
- (BOOL) allowsEditingTextAttributes
- (BOOL) allowsMixedState
- (NSAttributedString*) attributedStringValue
- (void) calcDrawInfo: (NSRect)aRect
- (int) cellAttribute: (NSCellAttribute)aParameter
- (NSSize) cellSize
- (NSSize) cellSizeForBounds: (NSRect)aRect
- (NSComparisonResult) compare: (id)otherCell
- (BOOL) continueTracking: (NSPoint)lastPoint at: (NSPoint)currentPoint inView: (NSView*)controlView
- (NSView*) controlView
- (double) doubleValue
- (void) drawInteriorWithFrame: (NSRect)cellFrame
- (void) drawWithFrame: (NSRect)cellFrame
- (NSRect) drawingRectForBounds: (NSRect)theRect
- (void) editWithFrame: (NSRect)aRect inView: (NSView*)controlView editor: (NSText *)textObj delegate: (id)anObject
- (void) endEditing: (NSText*)textObj
- (int) entryType
- (float) floatValue
- (NSFont*) font
- (id) formatter
- (void) getPeriodicDelay: (float*)delay interval: (float*)interval
- (BOOL) hasValidObjectValue
- (void) highlight: (BOOL)flag withFrame: (NSRect)cellFrame
- (NSImage*) image
- (NSRect) imageRectForBounds: (NSRect)theRect
- (BOOL) importsGraphics
- (id) initImageCell: (NSImage*)anImage
- (id) initTextCell: (NSString*)aString
- (int) intValue
- (BOOL) isBezeled
- (BOOL) isBordered
- (BOOL) isContinuous
- (BOOL) isEditable
- (BOOL) isEnabled
- (BOOL) isEntryAcceptable: (NSString*)aString
- (BOOL) isHighlighted
- (BOOL) isOpaque
- (BOOL) isScrollable
- (BOOL) isSelectable
- (NSString*) keyEquivalent
- (NSMenu*) menu
- (NSMenu*) menuForEvent: (NSEvent*)anEvent inRect: (NSRect)cellFrame ofView: (NSView*)aView
- (NSString*) mnemonic
- (unsigned int) mnemonicLocation
- (int) mouseDownFlags
- (int) nextState
- (id) objectValue
- (void) performClick: (id)sender
- (BOOL) refusesFirstResponder
- (id) representedObject
- (void) resetCursorRect: (NSRect)cellFrame
- (int) sendActionOn: (int)mask
- (BOOL) sendsActionOnEndEditing
- (void) setAction: (SEL)aSelector
- (void) setAlignment: (NSTextAlignment)mode
- (void) setAllowsEditingTextAttributes: (BOOL)flag
- (void) setAllowsMixedState: (BOOL)flag
- (void) setAttributedStringValue: (NSAttributedString*)attribStr
- (void) setBezeled: (BOOL)flag
- (void) setBordered: (BOOL)flag
- (void) setCellAttribute: (NSCellAttribute)aParameter
- (void) setContinuous: (BOOL)flag
- (void) setDoubleValue: (double)aDouble
- (void) setEditable: (BOOL)flag
- (void) setEnabled: (BOOL)flag
- (void) setEntryType: (int)aType
- (void) setFloatingPointFormat: (BOOL)autoRange left: (unsigned int)leftDigits right: (unsigned int)rightDigits
- (void) setFloatValue: (float)aFloat
- (void) setFont: (NSFont*)fontObj
- (void) setFormatter: (NSFormatter*)newFormatter
- (void) setImage: (NSImage*)image
- (void) setImportsGraphics: (BOOL)flag
- (void) setIntValue: (int)anInt
- (void) setMenu: (NSMenu*)aMenu
- (void) setMnemonicLocation: (unsigned int)location
- (void) setNextState
- (void) setObjectValue: (id)object
- (void) setRefusesFirstResponder: (BOOL)flag
- (void) setRepresentedObject: (id)anObject
- (void) setScrollable: (BOOL)flag
- (void) setSelectable: (BOOL)flag
- (void) setSendsActionOnEndEditing: (BOOL)flag
- (void) setShowsFirstResponder: (BOOL)flag
- (void) setState: (int)value
- (void) setStringValue: (NSString*)aString
- (void) setTag: (int)anInt
- (void) setTarget: (id)anObject
- (void) setTitleWithMnemonic: (NSString*)aString
- (void) setType: (NSCellType)aType
- (NSText*) setUpFieldEditorAttributes: (NSText*)textObj
- (void) setWraps: (BOOL)flag
- (BOOL) showsFirstResponder
- (BOOL) startTrackingAt: (NSPoint)startPoint
- (int) state
- (void) stopTracking: (NSPoint)lastPoint at: (NSPoint)stopPoint inView: (NSView*)controlView
- (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
- (NSRect) titleRectForBounds: (NSRect)theRect
- (BOOL) trackMouse: (NSEvent*)theEvent inRect: (NSRect)cellFrame ofView: (NSView*)controlView untilMouseUp: (BOOL)untilMouseUp
- (NSCellType) type
- (BOOL) wraps