C# Class AtSpiTest.Base

Datei anzeigen Open project: mono/at-spi-sharp

Protected Properties

Property Type Description
registry Atspi.Registry

Public Methods

Method Description
GetAppPath ( string filename ) : string
StartApplication ( string name ) : void
States ( Accessible accessible ) : void

Protected Methods

Method Description
Check ( Accessible accessible, object args ) : bool
CheckName ( Accessible a, object args ) : bool
Find ( Accessible accessible, Role role, string name, bool wait ) : Accessible
FindApplication ( string name ) : Accessible
FindApplicationPredicate ( Accessible a, object args ) : bool
FindByRole ( Accessible accessible, Role role ) : Accessible
FindByRole ( Accessible accessible, Role role, bool wait ) : Accessible
GetApplication ( string filename ) : Accessible
GetApplication ( string filename, string name ) : Accessible
GetFrame ( string filename ) : Accessible
GetFrame ( string filename, string name ) : Accessible
Iterate ( ) : void

Private Methods

Method Description
TearDown ( ) : void

Method Details

Check() protected method

protected Check ( Accessible accessible, object args ) : bool
accessible Atspi.Accessible
args object
return bool

CheckName() protected method

protected CheckName ( Accessible a, object args ) : bool
a Atspi.Accessible
args object
return bool

Find() protected method

protected Find ( Accessible accessible, Role role, string name, bool wait ) : Accessible
accessible Atspi.Accessible
role Role
name string
wait bool
return Atspi.Accessible

FindApplication() protected method

protected FindApplication ( string name ) : Accessible
name string
return Atspi.Accessible

FindApplicationPredicate() protected method

protected FindApplicationPredicate ( Accessible a, object args ) : bool
a Atspi.Accessible
args object
return bool

FindByRole() protected method

protected FindByRole ( Accessible accessible, Role role ) : Accessible
accessible Atspi.Accessible
role Role
return Atspi.Accessible

FindByRole() protected method

protected FindByRole ( Accessible accessible, Role role, bool wait ) : Accessible
accessible Atspi.Accessible
role Role
wait bool
return Atspi.Accessible

GetAppPath() public static method

public static GetAppPath ( string filename ) : string
filename string
return string

GetApplication() protected method

protected GetApplication ( string filename ) : Accessible
filename string
return Atspi.Accessible

GetApplication() protected method

protected GetApplication ( string filename, string name ) : Accessible
filename string
name string
return Atspi.Accessible

GetFrame() protected method

protected GetFrame ( string filename ) : Accessible
filename string
return Atspi.Accessible

GetFrame() protected method

protected GetFrame ( string filename, string name ) : Accessible
filename string
name string
return Atspi.Accessible

Iterate() protected method

protected Iterate ( ) : void
return void

StartApplication() public method

public StartApplication ( string name ) : void
name string
return void

States() public static method

public static States ( Accessible accessible ) : void
accessible Atspi.Accessible
return void

Property Details

registry protected_oe property

protected Registry,Atspi registry
return Atspi.Registry