C# Class UiaAtkBridge.ComponentAdapter

Inheritance: Adapter, Atk.IComponentImplementor
显示文件 Open project: mono/uia2atk

Private Properties

Property Type Description

Public Methods

Method Description
AddFocusHandler ( Atk handler ) : uint
ComponentAdapter ( 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 args ) : 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
OnRefStateSet ( ) : Atk.StateSet

Method Details

AddFocusHandler() public method

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

ComponentAdapter() public method

public ComponentAdapter ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
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 args ) : void
eventId System.Windows.Automation.AutomationEvent
args 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