C# Class CocoaSharp.Samples.Controller

Inheritance: Cocoa.View
Mostra file Open project: mono/cocoa-sharp

Public Properties

Property Type Description
timer Cocoa.Timer

Public Methods

Method Description
Controller ( IntPtr raw ) : System

Private Methods

Method Description
ConcludeDrag ( DragDestination sender ) : void
Controller ( Rect frame ) : System
DraggingEntered ( DragDestination sender ) : int
DraggingExited ( DragDestination sender ) : void
DraggingUpdated ( DragDestination sender ) : int
EndTimer ( Cocoa sender ) : void
InterfaceChanged ( Cocoa sender ) : void
PerformDrag ( DragDestination sender ) : bool
PrepareForDrag ( DragDestination sender ) : bool
StartTimer ( Cocoa sender ) : void
ValidateDrag ( DragDestination sender ) : string
WindowDidResize ( Notification notification ) : void

Method Details

Controller() public method

public Controller ( IntPtr raw ) : System
raw System.IntPtr
return System

Property Details

timer public_oe property

public Timer,Cocoa timer
return Cocoa.Timer