C# 클래스 Atspi.Accessible

상속: IDisposable
파일 보기 프로젝트 열기: mono/at-spi-sharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
children IList
role Role

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FindDescendant() 공개 메소드

public FindDescendant ( FindPredicate d ) : Accessible
d FindPredicate
리턴 Accessible

FindDescendant() 공개 메소드

public FindDescendant ( FindPredicate d, bool breadthFirst ) : Accessible
d FindPredicate
breadthFirst bool
리턴 Accessible

GetAttributes() 공개 메소드

public GetAttributes ( ) : string>.IDictionary
리턴 string>.IDictionary

GetChildAtIndexNoCache() 공개 메소드

public GetChildAtIndexNoCache ( int index ) : Accessible
index int
리턴 Accessible

QueryAction() 공개 메소드

public QueryAction ( ) : Action
리턴 Action

QueryComponent() 공개 메소드

public QueryComponent ( ) : Component
리턴 Component

QueryDocument() 공개 메소드

public QueryDocument ( ) : Document
리턴 Document

QueryEditableText() 공개 메소드

public QueryEditableText ( ) : EditableText
리턴 EditableText

QueryHyperlink() 공개 메소드

public QueryHyperlink ( ) : Hyperlink
리턴 Hyperlink

QueryHypertext() 공개 메소드

public QueryHypertext ( ) : Hypertext
리턴 Hypertext

QueryImage() 공개 메소드

public QueryImage ( ) : Image
리턴 Image

QuerySelection() 공개 메소드

public QuerySelection ( ) : Selection
리턴 Selection

QueryTable() 공개 메소드

public QueryTable ( ) : Table
리턴 Table

QueryText() 공개 메소드

public QueryText ( ) : Text
리턴 Text

QueryValue() 공개 메소드

public QueryValue ( ) : Value
리턴 Value

프로퍼티 상세

children 보호되어 있는 프로퍼티

protected IList children
리턴 IList

role 보호되어 있는 프로퍼티

protected Role role
리턴 Role