C# Class Smartmobili.Cocoa.NSControl

Inheritance: NSView, IAction
Exibir arquivo Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_cell id
_ignoresMultiClick bool
_tag int

Private Properties

Property Type Description
NSControl System

Public Methods

Method Description
AbortEditing ( ) : bool
CalcSize ( ) : void
DrawCell ( NSCell aCell ) : void
DrawCellInside ( NSCell aCell ) : void
DrawRect ( NSRect aRect ) : void
InitWithCoder ( NSCoder aDecoder ) : id
Initialize ( ) : void
MouseDown ( NSEvent theEvent ) : void
ResetCursorRects ( ) : void
SelectCell ( NSCell aCell ) : void
SetNeedsDisplay ( ) : void
ShouldBeTreatedAsInkEvent ( NSEvent theEvent ) : bool
SizeToFit ( ) : void
TextDidBeginEditing ( NSNotification aNotification ) : void
TextDidChange ( NSNotification aNotification ) : void
TextDidEndEditing ( NSNotification aNotification ) : void
UpdateCell ( NSCell aCell ) : void
UpdateCellInside ( NSCell aCell ) : void
ValidateEditing ( ) : void
performClick ( id sender ) : void

Private Methods

Method Description
NSControl ( ) : System

Method Details

AbortEditing() public method

public AbortEditing ( ) : bool
return bool

CalcSize() public method

public CalcSize ( ) : void
return void

DrawCell() public method

public DrawCell ( NSCell aCell ) : void
aCell NSCell
return void

DrawCellInside() public method

public DrawCellInside ( NSCell aCell ) : void
aCell NSCell
return void

DrawRect() public method

public DrawRect ( NSRect aRect ) : void
aRect NSRect
return void

InitWithCoder() public method

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

Initialize() public static method

public static Initialize ( ) : void
return void

MouseDown() public method

public MouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void

ResetCursorRects() public method

public ResetCursorRects ( ) : void
return void

SelectCell() public method

public SelectCell ( NSCell aCell ) : void
aCell NSCell
return void

SetNeedsDisplay() public method

public SetNeedsDisplay ( ) : void
return void

ShouldBeTreatedAsInkEvent() public method

public ShouldBeTreatedAsInkEvent ( NSEvent theEvent ) : bool
theEvent NSEvent
return bool

SizeToFit() public method

public SizeToFit ( ) : void
return void

TextDidBeginEditing() public method

public TextDidBeginEditing ( NSNotification aNotification ) : void
aNotification NSNotification
return void

TextDidChange() public method

public TextDidChange ( NSNotification aNotification ) : void
aNotification NSNotification
return void

TextDidEndEditing() public method

public TextDidEndEditing ( NSNotification aNotification ) : void
aNotification NSNotification
return void

UpdateCell() public method

public UpdateCell ( NSCell aCell ) : void
aCell NSCell
return void

UpdateCellInside() public method

public UpdateCellInside ( NSCell aCell ) : void
aCell NSCell
return void

ValidateEditing() public method

public ValidateEditing ( ) : void
return void

performClick() public method

public performClick ( id sender ) : void
sender id
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_cell protected_oe property

protected id,Smartmobili.Cocoa _cell
return id

_ignoresMultiClick protected_oe property

protected bool _ignoresMultiClick
return bool

_tag protected_oe property

protected int _tag
return int