NSMenuView Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in OS X v10.0 and later. Not available to 64-bit applications. |
| Companion guide | |
| Declared in | NSMenuView.h |
Overview
The NSMenuView class handles the display of menus on the user’s screen. A menu view displays its menu either horizontally or vertically and allows the user to interact with the items of that menu, either to navigate through hierarchical menus or to select a particular item.
Tasks
Initializing a Menu View
Managing Menu View Attributes
-
+ menuBarHeight -
– setMenu: -
– menu -
– setHorizontal: -
– isHorizontal -
– setFont: -
– font -
– setHighlightedItemIndex: -
– highlightedItemIndex -
– setMenuItemCell:forItemAtIndex: -
– menuItemCellForItemAtIndex: -
– attachedMenuView -
– attachedMenu -
– isAttached -
– isTornOff -
– horizontalEdgePadding -
– setHorizontalEdgePadding:
Responding to Notifications
Working With Submenus
Calculating Menu Geometry
-
– update -
– setNeedsSizing: -
– needsSizing -
– sizeToFit -
– stateImageOffset -
– stateImageWidth -
– imageAndTitleOffset -
– imageAndTitleWidth -
– keyEquivalentOffset -
– keyEquivalentWidth -
– innerRect -
– rectOfItemAtIndex: -
– indexOfItemAtPoint: -
– setNeedsDisplayForItemAtIndex: -
– locationForSubmenu: -
– setWindowFrameForAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:
Handling Events
Class Methods
menuBarHeight
Returns the height of the menu bar.
Discussion
This method is superseded in OS X v10.4 by the NSMenu menuBarHeight instance method.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hInstance Methods
attachedMenu
Returns the menu object associated with this object’s attached menu view.
Discussion
The attached menu view is the one associated with the currently visible submenu, if any.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hattachedMenuView
Returns the receiver’s attached menu view.
Discussion
The attached menu view is the one associated with the currently visible submenu, if any.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hattachSubmenuForItemAtIndex:
Attaches the submenu associated with the menu item at index.
Discussion
This method prepares the submenu for display by positioning its window and ordering it to the front.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hdetachSubmenu
Detaches the window associated with the currently visible submenu and removes any menu item highlights.
Discussion
If the submenu itself displays further submenus, this method detaches the windows associated with those submenus as well.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hfont
Returns the default font used to draw the menu text.
Discussion
New items use this font by default, although the item’s menu item cell can use a different font.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hhighlightedItemIndex
Returns the index of the currently highlighted menu item, or –1 if no menu item in the menu is highlighted.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hhorizontalEdgePadding
Returns the amount of horizontal space used for padding menu item components.
Discussion
The edge padding is added to the sides of each menu item component. This space is used to provide a visual separation between components of the menu item.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.himageAndTitleOffset
Returns the offset to the starting point of a menu item’s image and title section.
Discussion
The image and title section of a menu item displays an image, a title, or possibly both as a way to identify the purpose of the menu item. The value returned by this method is used for all menu items of the menu.
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.himageAndTitleWidth
Returns the maximum width of a menu item’s image and title section.
Discussion
The image and title section of a menu item displays an image, a title, or possibly both as a way to identify the purpose of the menu item. The value returned by this method is used for all menu items of the menu.
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hindexOfItemAtPoint:
Returns the index of the menu item underneath the specified or –1 if no menu item is underneath that point.
Discussion
This method considers the menu borders as part of the item when calculating whether point is in the menu item rectangle. This method invokes the rectOfItemAtIndex: method to obtain the basic rectangle for each menu item but may adjust that rectangle before testing.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hinitAsTearOff
Deprecated. Tear-off menus are not supported in OS X.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hinitWithFrame:
Initialized a newly allocated menu view with a specified frame rectangle.
Discussion
This method is the designated initialization method for NSMenuView.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hinnerRect
Returns the drawing rectangle for the menu contents.
Discussion
This rectangle is different (typically smaller) from the view bounds in that it does not include the space used to draw the menu borders.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
-
– bounds(NSView)
Declared In
NSMenuView.hisAttached
Returns YES if this menu is currently attached to its parent menu, NO otherwise.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hisHorizontal
Returns YES if the menu is displayed horizontally; such as for a menu bar, otherwise returns NO.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hisTornOff
Deprecated. Tear-off menus are not supported in OS X.
Discussion
Returns YES if this menu view’s window is disassociated from its parent menu.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hitemAdded:
Creates a new menu item cell for the newly created item and marks the menu view as needing to be resized.
Discussion
This method is registered with the menu view’s associated NSMenu object for notifications of the type NSMenuDidAddItemNotification. The notification parameter contains the notification data.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hitemChanged:
Marks the menu view as needing to be resized so changes in size resulting from a change in the menu will be tracked.
Discussion
This method is registered with the menu view’s associated NSMenu object for notifications of the type NSMenuDidChangeItemNotification. The notification parameter contains the notification data.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hitemRemoved:
Removes the removed item’s menu item cell and marks the menu view as needing to be resized.
Discussion
This method is registered with the menu view’s associated NSMenu object for notifications of the type NSMenuDidRemoveItemNotification. The notification parameter contains the notification data.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hkeyEquivalentOffset
Returns the beginning position of the menu’s key equivalent text.
Discussion
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hkeyEquivalentWidth
Returns the width of the menu’s key equivalent text.
Discussion
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hlocationForSubmenu:
Returns the origin of the submenu view’s window.
Discussion
The aSubmenu parameter specifies the submenu being positioned and must belong to a menu item of this menu view. This method positions the submenu adjacent to its menu item as well as possible given the type of menu and the space constraints of the user’s screen.
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hmenu
Returns the menu object associated with this menu view.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hmenuItemCellForItemAtIndex:
Returns the menu item cell at the specified location.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hneedsSizing
Returns YES if the menu view needs to be resized due to changes in the menu object, NO otherwise.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hperformActionWithHighlightingForItemAtIndex:
Uses the associated menu object to perform the action associated with the specified item when a key equivalent is pressed.
Discussion
Because the menu item at index might not currently be visible, this method provides visual feedback by highlighting the nearest visible parent menu item before performing the action. After the action has been sent, this method removes the highlighting for the menu item.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
-
– performActionForItemAtIndex:(NSMenu)
Declared In
NSMenuView.hrectOfItemAtIndex:
Returns the drawing rectangle of the specified menu item.
Discussion
The drawing rectangle may not be the same width or height as the actual menu and in fact is typically smaller to account for borders drawn by the menu view.
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hsetFont:
Sets the default font to use when drawing the menu text.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hsetHighlightedItemIndex:
Highlights the menu item at a specific location.
Discussion
Specify –1 for index to remove all highlighting from the menu.
The rectangle of the menu item is marked as invalid and is redrawn the next time the event loop comes around. If another menu item was previously highlighted, that menu item is redrawn without highlights when the event loop comes around again.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hsetHorizontal:
Sets the orientation of the menu.
Discussion
If flag is YES, the menu’s items are displayed horizontally; otherwise the menu’s items are displayed vertically.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hsetHorizontalEdgePadding:
Sets the horizontal padding for menu item components.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hsetMenu:
Sets the menu to be displayed in the receiver
Discussion
This method invokes the setNeedsSizing: method to force the menu view’s layout to be recalculated before drawing.
This method adds the menu view to the new NSMenu object’s list of observers. The notifications this method establishes notify this menu view when menu items in the NSMenu object are added, removed, or changed. This method removes the menu view from its previous NSMenu object’s list of observers.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hsetMenuItemCell:forItemAtIndex:
Replaces the menu item cell at a specific location.
Discussion
This method does not change the contents of the menu itself; it changes only the cell used to display the menu item at index. The old cell is released, and both the new cell and the menu view are marked as needing resizing.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hsetNeedsDisplayForItemAtIndex:
Adds the region occupied by the menu item at a specific location to the menu view’s invalid region.
Discussion
The region to be redrawn includes the space occupied by the menu borders. This invalid region is redrawn the next time the event loop comes around.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hsetNeedsSizing:
Sets a flag that indicates whether the layout is invalid and needs resizing.
Discussion
If flag is YES, the menu contents have changed or the menu appearance has changed. This method is used internally; you should not need to invoke it directly unless you are implementing a subclass that can cause the layout to become invalid.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hsetWindowFrameForAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:
Causes the menu view to resize its window so its frame is the appropriate size to attach to a specified rectangle within the screen.
Discussion
If selectedItemIndex contains a value other than –1, this method attempts to position the menu such that the item at selectedItemIndex appears on top of screenRect.
The selectedItemIndex parameter specifies the amount by which the selected item’s rectangle overlaps screenRect.
If the preferred edge, edge, cannot be honored, because there is not enough room, the opposite edge is used. If the rectangle does not completely fit either edge, this method uses the edge where there is more room.
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.hsizeToFit
Used internally by the menu view to cache information about the menu item geometry.
Discussion
This cache is updated as necessary when menu items are added, removed, or changed.
The geometry of each menu item is determined by asking its corresponding menu item cell. The menu item cell is obtained from the menuItemCellForItemAtIndex: method.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hstateImageOffset
Returns the offset to the space reserved for state images of this menu.
Discussion
The offset is used for all menu items of the menu.
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hstateImageWidth
Returns the maximum width of the state images used by this menu.
Discussion
The width is used for all menu items of the menu.
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view information.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
Declared In
NSMenuView.htrackWithEvent:
Handles events sent to this menu view.
Discussion
If event is a mouse event, this method tracks the cursor position in the menu and displays the menus as appropriate. This method also handles mouse clicks that result in the selection of a menu item, in which case the menu item’s action is performed.
You should not need to use this method directly.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
Declared In
NSMenuView.hupdate
Asks the associated menu object to update itself.
Discussion
If any changes have been made to the menu’s contents, this method invokes sizeToFit to update the menu view’s layout.
Availability
- Available in OS X v10.0 and later.
- Not available to 64-bit applications.
See Also
-
– sizeToFit -
– setNeedsSizing: -
– update(NSMenu)
Declared In
NSMenuView.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-02-04)