C# Class UiaAtkBridge.ComponentParentAdapter

Inheritance: ParentAdapter, Atk.IComponentImplementor
Mostrar archivo Open project: mono/uia2atk Class Usage Examples

Private Properties

Property Type Description
AddOneChild void
RemoveChild void

Public Methods

Method Description
AddFocusHandler ( Atk handler ) : uint
ComponentParentAdapter ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
Contains ( int x, int y, Atk coordType ) : bool
GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
GetPosition ( int &x, int &y, Atk coordType ) : void
GetSize ( int &width, int &height ) : void
GrabFocus ( ) : bool
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
RemoveFocusHandler ( uint handlerId ) : void
SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
SetPosition ( int x, int y, Atk coordType ) : bool
SetSize ( int width, int height ) : bool

Protected Methods

Method Description
ComponentParentAdapter ( IntPtr ptr ) : System
OnRefStateSet ( ) : Atk.StateSet

Private Methods

Method Description
AddOneChild ( Atk child ) : void
RemoveChild ( Atk childToRemove ) : void

Method Details

AddFocusHandler() public method

public AddFocusHandler ( Atk handler ) : uint
handler Atk
return uint

ComponentParentAdapter() public method

public ComponentParentAdapter ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
return System

ComponentParentAdapter() protected method

protected ComponentParentAdapter ( IntPtr ptr ) : System
ptr System.IntPtr
return System

Contains() public method

public Contains ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
return bool

GetExtents() public method

public GetExtents ( int &x, int &y, int &width, int &height, Atk coordType ) : void
x int
y int
width int
height int
coordType Atk
return void

GetPosition() public method

public GetPosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
return void

GetSize() public method

public GetSize ( int &width, int &height ) : void
width int
height int
return void

GrabFocus() public method

public GrabFocus ( ) : bool
return bool

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

RaiseAutomationEvent() public method

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
return void

RaiseAutomationPropertyChangedEvent() public method

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
return void

RefAccessibleAtPoint() public method

public RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
x int
y int
coordType Atk
return Atk.Object

RemoveFocusHandler() public method

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
return void

SetExtents() public method

public SetExtents ( int x, int y, int width, int height, Atk coordType ) : bool
x int
y int
width int
height int
coordType Atk
return bool

SetPosition() public method

public SetPosition ( int x, int y, Atk coordType ) : bool
x int
y int
coordType Atk
return bool

SetSize() public method

public SetSize ( int width, int height ) : bool
width int
height int
return bool