C# 클래스 UiaAtkBridge.ComponentAdapter

상속: Adapter, Atk.IComponentImplementor
파일 보기 프로젝트 열기: mono/uia2atk

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
OnRefStateSet ( ) : Atk.StateSet

메소드 상세

AddFocusHandler() 공개 메소드

public AddFocusHandler ( Atk handler ) : uint
handler Atk
리턴 uint

ComponentAdapter() 공개 메소드

public ComponentAdapter ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
리턴 System

Contains() 공개 메소드

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

GetExtents() 공개 메소드

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

GetPosition() 공개 메소드

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

GetSize() 공개 메소드

public GetSize ( int &width, int &height ) : void
width int
height int
리턴 void

GrabFocus() 공개 메소드

public GrabFocus ( ) : bool
리턴 bool

OnRefStateSet() 보호된 메소드

protected OnRefStateSet ( ) : Atk.StateSet
리턴 Atk.StateSet

RaiseAutomationEvent() 공개 메소드

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs args ) : void
eventId System.Windows.Automation.AutomationEvent
args System.Windows.Automation.AutomationEventArgs
리턴 void

RaiseAutomationPropertyChangedEvent() 공개 메소드

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

RefAccessibleAtPoint() 공개 메소드

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

RemoveFocusHandler() 공개 메소드

public RemoveFocusHandler ( uint handlerId ) : void
handlerId uint
리턴 void

SetExtents() 공개 메소드

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

SetPosition() 공개 메소드

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

SetSize() 공개 메소드

public SetSize ( int width, int height ) : bool
width int
height int
리턴 bool