C# Class Atspi.Accessible

Inheritance: IDisposable
Afficher le fichier Open project: mono/at-spi-sharp Class Usage Examples

Protected Properties

Свойство Type Description
children IList
role Role

Private Properties

Свойство Type Description
Accessible System
Accessible System
AddInterface void
FindDescendantBreadthFirst Accessible
FindDescendantDepthFirst Accessible
InitEvents void
InitStateMapping void
OnChildrenChanged void
OnPropertyChange void
OnStateChanged void
PathListContains bool
RefreshChildren void
SetInterface void
Update void
UpdateChildren void

Méthodes publiques

Méthode Description
Dispose ( ) : void
FindDescendant ( FindPredicate d ) : Accessible
FindDescendant ( FindPredicate d, bool breadthFirst ) : Accessible
GetAttributes ( ) : string>.IDictionary
GetChildAtIndexNoCache ( int index ) : Accessible
QueryAction ( ) : Action
QueryComponent ( ) : Component
QueryDocument ( ) : Document
QueryEditableText ( ) : EditableText
QueryHyperlink ( ) : Hyperlink
QueryHypertext ( ) : Hypertext
QueryImage ( ) : Image
QuerySelection ( ) : Selection
QueryTable ( ) : Table
QueryText ( ) : Text
QueryValue ( ) : Value

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Accessible ( Application application, AccessibleProxy e ) : System
Accessible ( Application application, string path ) : System
AddInterface ( string name ) : void
FindDescendantBreadthFirst ( FindPredicate d, object args ) : Accessible
FindDescendantDepthFirst ( FindPredicate d, object args ) : Accessible
InitEvents ( ) : void
InitStateMapping ( ) : void
OnChildrenChanged ( Accessible sender, string detail, int n, Accessible child ) : void
OnPropertyChange ( Accessible sender, string property, object value ) : void
OnStateChanged ( Accessible sender, string state, bool set ) : void
PathListContains ( AccessiblePath paths, string bus_name, string path ) : bool
RefreshChildren ( ) : void
SetInterface ( string name, bool val ) : void
Update ( AccessibleProxy e ) : void
UpdateChildren ( AccessiblePath childPaths ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FindDescendant() public méthode

public FindDescendant ( FindPredicate d ) : Accessible
d FindPredicate
Résultat Accessible

FindDescendant() public méthode

public FindDescendant ( FindPredicate d, bool breadthFirst ) : Accessible
d FindPredicate
breadthFirst bool
Résultat Accessible

GetAttributes() public méthode

public GetAttributes ( ) : string>.IDictionary
Résultat string>.IDictionary

GetChildAtIndexNoCache() public méthode

public GetChildAtIndexNoCache ( int index ) : Accessible
index int
Résultat Accessible

QueryAction() public méthode

public QueryAction ( ) : Action
Résultat Action

QueryComponent() public méthode

public QueryComponent ( ) : Component
Résultat Component

QueryDocument() public méthode

public QueryDocument ( ) : Document
Résultat Document

QueryEditableText() public méthode

public QueryEditableText ( ) : EditableText
Résultat EditableText

QueryHyperlink() public méthode

public QueryHyperlink ( ) : Hyperlink
Résultat Hyperlink

QueryHypertext() public méthode

public QueryHypertext ( ) : Hypertext
Résultat Hypertext

QueryImage() public méthode

public QueryImage ( ) : Image
Résultat Image

QuerySelection() public méthode

public QuerySelection ( ) : Selection
Résultat Selection

QueryTable() public méthode

public QueryTable ( ) : Table
Résultat Table

QueryText() public méthode

public QueryText ( ) : Text
Résultat Text

QueryValue() public méthode

public QueryValue ( ) : Value
Résultat Value

Property Details

children protected_oe property

protected IList children
Résultat IList

role protected_oe property

protected Role role
Résultat Role