C# Class Smartmobili.Cocoa.NSMenuView

Inheritance: NSView, INSMenuView
Afficher le fichier Open project: smartmobili/CocoaBuilder

Méthodes publiques

Свойство Type Description
Class Class

Protected Properties

Свойство Type Description
_cellSize NSSize
_font NSFont
_highlightedItemIndex int
_horizontal bool
_horizontalEdgePad float
_imageAndTitleOffset float
_imageAndTitleWidth float
_itemCells NSMutableArray
_keyEqOffset float
_keyEqWidth float
_needsSizing bool
_pad1 char[]
_pad2 char[]
_stateImageOffset float
_stateImageWidth float

Méthodes publiques

Méthode Description
Alloc ( ) : NSMenuView
DetachSubmenu ( ) : void
InitWithFrame ( NSRect aFrame ) : id
LocationForSubmenu ( NSMenu aSubmenu ) : NSPoint
NSMenuView ( ) : System
PerformActionWithHighlightingForItemAtIndex ( int anIndex ) : void
SizeToFit ( ) : void
TrackWithEvent ( NSEvent anEvent ) : bool
Update ( ) : void

Private Methods

Méthode Description
_RootIsHorizontal ( bool &isAppMenu ) : bool

Method Details

Alloc() public static méthode

public static Alloc ( ) : NSMenuView
Résultat NSMenuView

DetachSubmenu() public méthode

public DetachSubmenu ( ) : void
Résultat void

InitWithFrame() public méthode

public InitWithFrame ( NSRect aFrame ) : id
aFrame NSRect
Résultat id

LocationForSubmenu() public méthode

public LocationForSubmenu ( NSMenu aSubmenu ) : NSPoint
aSubmenu NSMenu
Résultat NSPoint

NSMenuView() public méthode

public NSMenuView ( ) : System
Résultat System

PerformActionWithHighlightingForItemAtIndex() public méthode

public PerformActionWithHighlightingForItemAtIndex ( int anIndex ) : void
anIndex int
Résultat void

SizeToFit() public méthode

public SizeToFit ( ) : void
Résultat void

TrackWithEvent() public méthode

public TrackWithEvent ( NSEvent anEvent ) : bool
anEvent NSEvent
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class

_cellSize protected_oe property

protected NSSize,Smartmobili.Cocoa _cellSize
Résultat NSSize

_font protected_oe property

protected NSFont,Smartmobili.Cocoa _font
Résultat NSFont

_highlightedItemIndex protected_oe property

protected int _highlightedItemIndex
Résultat int

_horizontal protected_oe property

protected bool _horizontal
Résultat bool

_horizontalEdgePad protected_oe property

protected float _horizontalEdgePad
Résultat float

_imageAndTitleOffset protected_oe property

protected float _imageAndTitleOffset
Résultat float

_imageAndTitleWidth protected_oe property

protected float _imageAndTitleWidth
Résultat float

_itemCells protected_oe property

protected NSMutableArray,Smartmobili.Cocoa _itemCells
Résultat NSMutableArray

_keyEqOffset protected_oe property

protected float _keyEqOffset
Résultat float

_keyEqWidth protected_oe property

protected float _keyEqWidth
Résultat float

_needsSizing protected_oe property

protected bool _needsSizing
Résultat bool

_pad1 protected_oe property

protected char[] _pad1
Résultat char[]

_pad2 protected_oe property

protected char[] _pad2
Résultat char[]

_stateImageOffset protected_oe property

protected float _stateImageOffset
Résultat float

_stateImageWidth protected_oe property

protected float _stateImageWidth
Résultat float