C# Class Atspi.Component

Afficher le fichier Open project: mono/at-spi-sharp

Méthodes publiques

Méthode Description
Component ( Accessible accessible ) : System
Contains ( int x, int y, CoordType coordType ) : bool
GetAccessibleAtPoint ( int x, int y, CoordType coordType ) : Accessible
GetExtents ( CoordType coordType ) : BoundingBox
GetPosition ( CoordType coordType, int &x, int &y ) : void
GetSize ( int &x, int &y ) : void
GrabFocus ( ) : bool
SetExtents ( BoundingBox extents, CoordType coordType ) : bool
SetPosition ( int x, int y, CoordType coordType ) : bool
SetSize ( int x, int y ) : bool

Method Details

Component() public méthode

public Component ( Accessible accessible ) : System
accessible Accessible
Résultat System

Contains() public méthode

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

GetAccessibleAtPoint() public méthode

public GetAccessibleAtPoint ( int x, int y, CoordType coordType ) : Accessible
x int
y int
coordType CoordType
Résultat Accessible

GetExtents() public méthode

public GetExtents ( CoordType coordType ) : BoundingBox
coordType CoordType
Résultat BoundingBox

GetPosition() public méthode

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

GetSize() public méthode

public GetSize ( int &x, int &y ) : void
x int
y int
Résultat void

GrabFocus() public méthode

public GrabFocus ( ) : bool
Résultat bool

SetExtents() public méthode

public SetExtents ( BoundingBox extents, CoordType coordType ) : bool
extents BoundingBox
coordType CoordType
Résultat bool

SetPosition() public méthode

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

SetSize() public méthode

public SetSize ( int x, int y ) : bool
x int
y int
Résultat bool