C# Class Smartmobili.Cocoa.NSCell

Inheritance: NSObject, INSNumber, IAction
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

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

Protected Properties

Свойство 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

Свойство Type Description
Init id
InitImageCell id
InitTextCell id
InitWithCoder id

Méthodes publiques

Méthode 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

Méthode Description
Init ( ) : id
InitImageCell ( NSImage anImage ) : id
InitTextCell ( NSString aString ) : id
InitWithCoder ( NSCoder aDecoder ) : id

Method Details

Alloc() public static méthode

public static Alloc ( ) : NSCell
Résultat NSCell

CellAttribute() public méthode

public CellAttribute ( NSCellAttribute aParameter ) : int
aParameter NSCellAttribute
Résultat int

NSCell() public méthode

public NSCell ( ) : System
Résultat System

NextState() public méthode

public NextState ( ) : int
Résultat int

SendActionOn() public méthode

public SendActionOn ( int mask ) : int
mask int
Résultat int

SetCellAttribute() public méthode

public SetCellAttribute ( NSCellAttribute aParameter, int toValue ) : void
aParameter NSCellAttribute
toValue int
Résultat void

SetNextState() public méthode

public SetNextState ( ) : void
Résultat void

Property Details

Class public_oe static_oe property

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

_action_mask protected_oe property

protected uint _action_mask
Résultat uint

_cell protected_oe property

protected GSCellFlagsType _cell
Résultat GSCellFlagsType

_cell_image protected_oe property

protected NSImage,Smartmobili.Cocoa _cell_image
Résultat NSImage

_contents protected_oe property

protected object _contents
Résultat object

_font protected_oe property

protected NSFont,Smartmobili.Cocoa _font
Résultat NSFont

_formatter protected_oe property

protected NSFormatter,Smartmobili.Cocoa _formatter
Résultat NSFormatter

_menu protected_oe property

protected NSMenu,Smartmobili.Cocoa _menu
Résultat NSMenu

_mouse_down_flags protected_oe property

protected uint _mouse_down_flags
Résultat uint

_object_value protected_oe property

protected id,Smartmobili.Cocoa _object_value
Résultat id