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.
- (
CGFloat)
imageWidth;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isHighlighted;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
keyEquivalentRectForBounds: (
NSRect)cellFrame;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
keyEquivalentWidth;
Availability: OpenStep
Description forthcoming.
- (
NSMenuItem*)
menuItem;
Availability: OpenStep
Description forthcoming.
- (
NSMenuView*)
menuView;
Availability: OpenStep
Description forthcoming.
- (BOOL)
needsDisplay;
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)
setNeedsDisplay: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setNeedsSizing: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
stateImageRectForBounds: (
NSRect)cellFrame;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
stateImageWidth;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
titleRectForBounds: (
NSRect)cellFrame;
Availability: OpenStep
Description forthcoming.
- (
CGFloat)
titleWidth;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSMenuItemCell Class
@protected NSSize _imageSize;
Availability: OpenStep
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;
Availability: OpenStep
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 CGFloat _imageWidth;
Availability: OpenStep
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 CGFloat _keyEquivalentWidth;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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 CGFloat _menuItemHeight;
Availability: OpenStep
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;
Availability: OpenStep
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_display;
Availability: OpenStep
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;
Availability: OpenStep
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 _pad;
Availability: OpenStep
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 CGFloat _stateImageWidth;
Availability: OpenStep
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;
Availability: OpenStep
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 CGFloat _titleWidth;
Availability: OpenStep
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