C# Class Cocoa.View

Inheritance: Responder
Afficher le fichier Open project: mono/cocoa-sharp Class Usage Examples

Méthodes publiques

Méthode Description
AddSubview ( View view ) : void
ConvertPointFromView ( Point aPoint, View aView ) : Point

Display ( ) : void
Invalidate ( Rect bounds ) : void
NeedsDisplay ( Rect aRect ) : void

OnKeyDownArrowDown ( ) : void
OnKeyDownArrowLeft ( ) : void
OnKeyDownArrowRight ( ) : void
OnKeyDownArrowUp ( ) : void
OnKeyDownDelete ( ) : void
OnKeyDownEnd ( ) : void
OnKeyDownHome ( ) : void
OnKeyDownPageDown ( ) : void
OnKeyDownPageUp ( ) : void
RegisterDragType ( string type ) : void
RegisterDragTypes ( string types ) : void
RemoveFromSuperview ( bool update ) : void
View ( ) : System
View ( IntPtr native_object ) : System
View ( Rect frame ) : System

Private Methods

Méthode Description
AcceptsFirstResponder ( ) : bool
IsOpaque ( ) : bool
OnDrawRect ( Rect aRect ) : void
OnKeyDown ( Event aEvent ) : void
OnMouseDown ( Event aEvent ) : void

Method Details

AddSubview() public méthode

public AddSubview ( View view ) : void
view View
Résultat void

ConvertPointFromView() public méthode

public ConvertPointFromView ( Point aPoint, View aView ) : Point
aPoint Point
aView View
Résultat Point

Display() public méthode

public Display ( ) : void
Résultat void

Invalidate() public méthode

public Invalidate ( Rect bounds ) : void
bounds Rect
Résultat void

NeedsDisplay() public méthode

public NeedsDisplay ( Rect aRect ) : void
aRect Rect
Résultat void

OnKeyDownArrowDown() public méthode

public OnKeyDownArrowDown ( ) : void
Résultat void

OnKeyDownArrowLeft() public méthode

public OnKeyDownArrowLeft ( ) : void
Résultat void

OnKeyDownArrowRight() public méthode

public OnKeyDownArrowRight ( ) : void
Résultat void

OnKeyDownArrowUp() public méthode

public OnKeyDownArrowUp ( ) : void
Résultat void

OnKeyDownDelete() public méthode

public OnKeyDownDelete ( ) : void
Résultat void

OnKeyDownEnd() public méthode

public OnKeyDownEnd ( ) : void
Résultat void

OnKeyDownHome() public méthode

public OnKeyDownHome ( ) : void
Résultat void

OnKeyDownPageDown() public méthode

public OnKeyDownPageDown ( ) : void
Résultat void

OnKeyDownPageUp() public méthode

public OnKeyDownPageUp ( ) : void
Résultat void

RegisterDragType() public méthode

public RegisterDragType ( string type ) : void
type string
Résultat void

RegisterDragTypes() public méthode

public RegisterDragTypes ( string types ) : void
types string
Résultat void

RemoveFromSuperview() public méthode

public RemoveFromSuperview ( bool update ) : void
update bool
Résultat void

View() public méthode

public View ( ) : System
Résultat System

View() public méthode

public View ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

View() public méthode

public View ( Rect frame ) : System
frame Rect
Résultat System