Up
Authors
- Michael Hanni (
mhanni@sprintmail.com
)
-
Copyright: (C) 1999 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSMenuItemCell.h
- Conforms to:
- NSCopying
- NSCoding
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (void)
calcSize;
Availability: OpenStep
Description forthcoming.
- (void)
drawBorderAndBackgroundWithFrame: (NSRect)cellFrame
inView: (
NSView*)controlView;
Availability: OpenStep
Description forthcoming.
- (void)
drawImageWithFrame: (NSRect)cellFrame
inView: (
NSView*)controlView;
Availability: OpenStep
Description forthcoming.
- (void)
drawKeyEquivalentWithFrame: (NSRect)cellFrame
inView: (
NSView*)controlView;
Availability: OpenStep
Description forthcoming.
- (void)
drawSeparatorItemWithFrame: (NSRect)cellFrame
inView: (
NSView*)controlView;
Availability: OpenStep
Description forthcoming.
- (void)
drawStateImageWithFrame: (NSRect)cellFrame
inView: (
NSView*)controlView;
Availability: OpenStep
Description forthcoming.
- (void)
drawTitleWithFrame: (NSRect)cellFrame
inView: (
NSView*)controlView;
Availability: OpenStep
Description forthcoming.
- (NSRect)
imageRectForBounds: (NSRect)cellFrame;
Availability: OpenStep
Description forthcoming.
- (float)
imageWidth;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isHighlighted;
Availability: OpenStep
Description forthcoming.
- (NSRect)
keyEquivalentRectForBounds: (NSRect)cellFrame;
Availability: OpenStep
Description forthcoming.
- (float)
keyEquivalentWidth;
Availability: OpenStep
Description forthcoming.
- (
NSMenuItem*)
menuItem;
Availability: OpenStep
Description forthcoming.
- (
NSMenuView*)
menuView;
Availability: OpenStep
Description forthcoming.
- (BOOL)
needsSizing;
Availability: OpenStep
Description forthcoming.
- (void)
setHighlighted: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setMenuItem: (
NSMenuItem*)item;
Availability: OpenStep
Description forthcoming.
- (void)
setMenuView: (
NSMenuView*)menuView;
Availability: OpenStep
Description forthcoming.
- (void)
setNeedsSizing: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (NSRect)
stateImageRectForBounds: (NSRect)cellFrame;
Availability: OpenStep
Description forthcoming.
- (float)
stateImageWidth;
Availability: OpenStep
Description forthcoming.
- (NSRect)
titleRectForBounds: (NSRect)cellFrame;
Availability: OpenStep
Description forthcoming.
- (float)
titleWidth;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSMenuItemCell Class
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@protected char _pad1;
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.
@protected char _pad2;
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.
@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.
@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.
@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