Up

NSMenuItemCell

Authors

Michael Hanni (mhanni@sprintmail.com)

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

Software documentation for the NSMenuItemCell class

NSMenuItemCell : NSButtonCell

Declared in:
AppKit/NSMenuItemCell.h
Conforms to:
NSCopying
NSCoding
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

calcSize 

- (void) calcSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawBorderAndBackgroundWithFrame: inView: 

- (void) drawBorderAndBackgroundWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawImageWithFrame: inView: 

- (void) drawImageWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawKeyEquivalentWithFrame: inView: 

- (void) drawKeyEquivalentWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawSeparatorItemWithFrame: inView: 

- (void) drawSeparatorItemWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawStateImageWithFrame: inView: 

- (void) drawStateImageWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawTitleWithFrame: inView: 

- (void) drawTitleWithFrame: (NSRect)cellFrame inView: (NSView*)controlView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


imageRectForBounds: 

- (NSRect) imageRectForBounds: (NSRect)cellFrame;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


imageWidth 

- (float) imageWidth;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isHighlighted 

- (BOOL) isHighlighted;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


keyEquivalentRectForBounds: 

- (NSRect) keyEquivalentRectForBounds: (NSRect)cellFrame;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


keyEquivalentWidth 

- (float) keyEquivalentWidth;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


menuItem 

- (NSMenuItem*) menuItem;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


menuView 

- (NSMenuView*) menuView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


needsSizing 

- (BOOL) needsSizing;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setHighlighted: 

- (void) setHighlighted: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setMenuItem: 

- (void) setMenuItem: (NSMenuItem*)item;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setMenuView: 

- (void) setMenuView: (NSMenuView*)menuView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setNeedsSizing: 

- (void) setNeedsSizing: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


stateImageRectForBounds: 

- (NSRect) stateImageRectForBounds: (NSRect)cellFrame;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


stateImageWidth 

- (float) stateImageWidth;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


titleRectForBounds: 

- (NSRect) titleRectForBounds: (NSRect)cellFrame;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


titleWidth 

- (float) titleWidth;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSMenuItemCell Class

_imageSize

@protected NSSize _imageSize;

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.


_imageToDisplay

@protected NSImage* _imageToDisplay;

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.


_imageWidth

@protected float _imageWidth;

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.


_keyEquivalentWidth

@protected float _keyEquivalentWidth;

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.


_mcell_belongs_to_popupbutton

@protected BOOL _mcell_belongs_to_popupbutton;

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.


_menuItem

@protected NSMenuItem* _menuItem;

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.


_menuItemHeight

@protected float _menuItemHeight;

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.


_menuView

@protected NSMenuView* _menuView;

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.


_needs_sizing

@protected BOOL _needs_sizing;

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.


_stateImageWidth

@protected float _stateImageWidth;

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.


_titleToDisplay

@protected NSString* _titleToDisplay;

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.


_titleWidth

@protected float _titleWidth;

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