C# Class AtSpiTest.EventTest

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

Private Methods

Method Description
ActiveDescendantChanged ( ) : void
AssertEvent ( ) : void
AssertEvents ( int n ) : void
AssertNoEvent ( ) : void
BoundsChanged ( ) : void
ChildAdded ( ) : void
ChildRemoved ( ) : void
ColumnDeleted ( ) : void
ColumnInserted ( ) : void
ColumnReordered ( ) : void
DescriptionChanged ( ) : void
Focus ( ) : void
Init ( ) : void
LinkSelected ( ) : void
LoadComplete ( ) : void
LoadStopped ( ) : void
ModelChanged ( ) : void
NameChanged ( ) : void
OnChildAdded ( Accessible parent, Accessible child ) : void
OnChildRemoved ( Accessible parent, Accessible child ) : void
OnDescriptionChanged ( object sender, string oldDescription, string newDescription ) : void
OnEventI ( Accessible sender, int v1 ) : void
OnEventII ( Accessible sender, int v1, int v2 ) : void
OnEventO ( Accessible sender, Accessible obj ) : void
OnEventR ( Accessible sender, BoundingBox rect ) : void
OnEventSIIS ( Accessible sender, string detail, int v1, int v2, string any ) : void
OnEventSimple ( Accessible sender ) : void
OnNameChanged ( object sender, string oldName, string newName ) : void
OnRoleChanged ( object sender, Role oldRole, Role newRole ) : void
OnStateChanged ( Accessible sender, StateType state, bool set ) : void
Reload ( ) : void
RoleChanged ( ) : void
RowDeleted ( ) : void
RowInserted ( ) : void
RowReordered ( ) : void
SelectionChanged ( ) : void
StateChanged ( ) : void
Sync ( ) : void
TextAttributesChanged ( ) : void
TextCaretMoved ( ) : void
TextChanged ( ) : void
TextSelectionChanged ( ) : void
VisibleDataChanged ( ) : void