C# Class CocoaSharp.Samples.Controller

Inheritance: Cocoa.View
Afficher le fichier Open project: mono/cocoa-sharp

Méthodes publiques

Свойство Type Description
timer Cocoa.Timer

Méthodes publiques

Méthode Description
Controller ( IntPtr raw ) : System

Private Methods

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

public Controller ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

Property Details

timer public_oe property

public Timer,Cocoa timer
Résultat Cocoa.Timer