C# Class UiaAtkBridge.ComponentImplementorHelper

Inheritance: Atk.IComponentImplementor
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
AddFocusHandler ( Atk handler ) : uint
ComponentImplementorHelper ( Adapter resource ) : System
Contains ( int x, int y, Atk coordType ) : bool
GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
GetPosition ( int &x, int &y, Atk coordType ) : void
GetSize ( int &width, int &height ) : void
GrabFocus ( ) : bool
RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
RemoveFocusHandler ( uint handler_id ) : void
SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
SetPosition ( int x, int y, Atk coordType ) : bool
SetSize ( int width, int height ) : bool

Method Details

AddFocusHandler() public méthode

public AddFocusHandler ( Atk handler ) : uint
handler Atk
Résultat uint

ComponentImplementorHelper() public méthode

public ComponentImplementorHelper ( Adapter resource ) : System
resource Adapter
Résultat System

Contains() public méthode

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Résultat bool

GetExtents() public méthode

public GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
x int
y int
width int
height int
coordType Atk
Résultat void

GetPosition() public méthode

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
Résultat void

GetSize() public méthode

public GetSize ( int &width, int &height ) : void
width int
height int
Résultat void

GrabFocus() public méthode

public GrabFocus ( ) : bool
Résultat bool

RefAccessibleAtPoint() public méthode

public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
x int
y int
coordType Atk
Résultat Atk.Object

RemoveFocusHandler() public méthode

public RemoveFocusHandler ( uint handler_id ) : void
handler_id uint
Résultat void

SetExtents() public méthode

public SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
x int
y int
width int
height int
coordType Atk
Résultat bool

SetPosition() public méthode

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
Résultat bool

SetSize() public méthode

public SetSize ( int width, int height ) : bool
width int
height int
Résultat bool