[Previous]
[Up]
[Next]
NSMenuItemCell
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSMenuItemCell.h
Inherits from: NSButtonCell
Conforms to: NSCoding
Instance Variables
Methods
Instances Methods
- (void) calcSize;
- (void) drawBorderAndBackgroundWithFrame: (NSRect)cellFrame;
- (void) drawImageWithFrame: (NSRect)cellFrame;
- (void) drawKeyEquivalentWithFrame: (NSRect)cellFrame;
- (void) drawSeparatorItemWithFrame: (NSRect)cellFrame;
- (void) drawStateImageWithFrame: (NSRect)cellFrame;
- (void) drawTitleWithFrame: (NSRect)cellFrame;
- (NSRect) imageRectForBounds: (NSRect)cellFrame;
- (float) imageWidth;
- (BOOL) isHighlighted;
- (NSRect) keyEquivalentRectForBounds: (NSRect)cellFrame;
- (float) keyEquivalentWidth;
- (NSMenuItem*) menuItem;
- (NSMenuView*) menuView;
- (BOOL) needsDisplay;
- (BOOL) needsSizing;
- (void) setHighlighted: (BOOL)flag;
- (void) setMenuItem: (NSMenuItem*)item;
- (void) setMenuView: (NSMenuView*)menuView;
- (void) setNeedsDisplay: (BOOL)flag;
- (void) setNeedsSizing: (BOOL)flag;
- (NSRect) stateImageRectForBounds: (NSRect)cellFrame;
- (float) stateImageWidth;
- (NSRect) titleRectForBounds: (NSRect)cellFrame;
- (float) titleWidth;