C# 클래스 UiaAtkBridge.ComponentImplementorHelper

상속: Atk.IComponentImplementor
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
AddFocusHandler ( Atk handler ) : uint
ComponentImplementorHelper ( Adapter resource ) : 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
RefAccessibleAtPoint ( int x, int y, Atk coordType ) : Atk.Object
RemoveFocusHandler ( uint handler_id ) : 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

메소드 상세

AddFocusHandler() 공개 메소드

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

ComponentImplementorHelper() 공개 메소드

public ComponentImplementorHelper ( Adapter resource ) : System
resource Adapter
리턴 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

RefAccessibleAtPoint() 공개 메소드

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

RemoveFocusHandler() 공개 메소드

public RemoveFocusHandler ( uint handler_id ) : void
handler_id 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