C# Class Smartmobili.Cocoa.NSCell

Inheritance: NSObject, INSNumber, IAction
Mostra file Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_action_mask uint
_cell GSCellFlagsType
_cell_image NSImage
_contents object
_font NSFont
_formatter NSFormatter
_menu NSMenu
_mouse_down_flags uint
_object_value id

Private Properties

Property Type Description
Init id
InitImageCell id
InitTextCell id
InitWithCoder id

Public Methods

Method Description
Alloc ( ) : NSCell
CellAttribute ( NSCellAttribute aParameter ) : int
NSCell ( ) : System
NextState ( ) : int
SendActionOn ( int mask ) : int
SetCellAttribute ( NSCellAttribute aParameter, int toValue ) : void
SetNextState ( ) : void

Private Methods

Method Description
Init ( ) : id
InitImageCell ( NSImage anImage ) : id
InitTextCell ( NSString aString ) : id
InitWithCoder ( NSCoder aDecoder ) : id

Method Details

Alloc() public static method

public static Alloc ( ) : NSCell
return NSCell

CellAttribute() public method

public CellAttribute ( NSCellAttribute aParameter ) : int
aParameter NSCellAttribute
return int

NSCell() public method

public NSCell ( ) : System
return System

NextState() public method

public NextState ( ) : int
return int

SendActionOn() public method

public SendActionOn ( int mask ) : int
mask int
return int

SetCellAttribute() public method

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

SetNextState() public method

public SetNextState ( ) : void
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_action_mask protected_oe property

protected uint _action_mask
return uint

_cell protected_oe property

protected GSCellFlagsType _cell
return GSCellFlagsType

_cell_image protected_oe property

protected NSImage,Smartmobili.Cocoa _cell_image
return NSImage

_contents protected_oe property

protected object _contents
return object

_font protected_oe property

protected NSFont,Smartmobili.Cocoa _font
return NSFont

_formatter protected_oe property

protected NSFormatter,Smartmobili.Cocoa _formatter
return NSFormatter

_menu protected_oe property

protected NSMenu,Smartmobili.Cocoa _menu
return NSMenu

_mouse_down_flags protected_oe property

protected uint _mouse_down_flags
return uint

_object_value protected_oe property

protected id,Smartmobili.Cocoa _object_value
return id