C# Class Smartmobili.Cocoa.NSActionCell

Inheritance: NSCell
Show file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_action SEL
_control_view NSView
_tag int
_target id

Private Properties

Property Type Description

Public Methods

Method Description
EncodeWithCoder ( NSCoder aCoder ) : void
InitWithCoder ( NSCoder aDecoder ) : id
NSActionCell ( ) : System

Protected Methods

Method Description
_UpdateCell ( ) : void

Method Details

EncodeWithCoder() public method

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
return void

InitWithCoder() public method

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

NSActionCell() public method

public NSActionCell ( ) : System
return System

_UpdateCell() protected method

protected _UpdateCell ( ) : void
return void

Property Details

Class public static property

public static Class,Smartmobili.Cocoa Class
return Class

_action protected property

protected SEL,Smartmobili.Cocoa _action
return SEL

_control_view protected property

protected NSView,Smartmobili.Cocoa _control_view
return NSView

_tag protected property

protected int _tag
return int

_target protected property

protected id,Smartmobili.Cocoa _target
return id