C# Class Smartmobili.Cocoa.NSButtonCell

Inheritance: NSActionCell
Show file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_altContents NSString
_altImage NSImage
_backgroundColor NSColor
_bezel_style NSBezelStyle
_delayInterval float
_gradient_type NSGradientType
_highlightsByMask uint
_imageScaling NSImageScaling
_keyEquivalent NSString
_keyEquivalentFont NSFont
_keyEquivalentModifierMask uint
_repeatInterval float
_showAltStateMask uint
_sound NSSound

Private Properties

Property Type Description

Public Methods

Method Description
GetPeriodicDelay ( float &delay, float &interval ) : void
Init ( ) : id
InitImageCell ( NSImage anImage ) : id
InitTextCell ( NSString aString ) : id
InitWithCoder ( NSCoder aDecoder ) : id
NSButtonCell ( ) : System
SetCellAttribute ( NSCellAttribute aParameter, int toValue ) : void
SetPeriodicDelay ( int delay, int interval ) : void
_Init ( ) : id

Method Details

GetPeriodicDelay() public method

public GetPeriodicDelay ( float &delay, float &interval ) : void
delay float
interval float
return void

Init() public method

public Init ( ) : id
return id

InitImageCell() public method

public InitImageCell ( NSImage anImage ) : id
anImage NSImage
return id

InitTextCell() public method

public InitTextCell ( NSString aString ) : id
aString NSString
return id

InitWithCoder() public method

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
return id

NSButtonCell() public method

public NSButtonCell ( ) : System
return System

SetCellAttribute() public method

public SetCellAttribute ( NSCellAttribute aParameter, int toValue ) : void
aParameter NSCellAttribute
toValue int
return void

SetPeriodicDelay() public method

public SetPeriodicDelay ( int delay, int interval ) : void
delay int
interval int
return void

_Init() public method

public _Init ( ) : id
return id

Property Details

Class public static property

public static Class,Smartmobili.Cocoa Class
return Class

_altContents protected property

protected NSString _altContents
return NSString

_altImage protected property

protected NSImage,Smartmobili.Cocoa _altImage
return NSImage

_backgroundColor protected property

protected NSColor,Smartmobili.Cocoa _backgroundColor
return NSColor

_bezel_style protected property

protected NSBezelStyle _bezel_style
return NSBezelStyle

_delayInterval protected property

protected float _delayInterval
return float

_gradient_type protected property

protected NSGradientType _gradient_type
return NSGradientType

_highlightsByMask protected property

protected uint _highlightsByMask
return uint

_imageScaling protected property

protected NSImageScaling _imageScaling
return NSImageScaling

_keyEquivalent protected property

protected NSString _keyEquivalent
return NSString

_keyEquivalentFont protected property

protected NSFont,Smartmobili.Cocoa _keyEquivalentFont
return NSFont

_keyEquivalentModifierMask protected property

protected uint _keyEquivalentModifierMask
return uint

_repeatInterval protected property

protected float _repeatInterval
return float

_showAltStateMask protected property

protected uint _showAltStateMask
return uint

_sound protected property

protected NSSound,Smartmobili.Cocoa _sound
return NSSound