C# Class UiaAtkBridge.ComponentImplementorHelper

Inheritance: Atk.IComponentImplementor
ファイルを表示 Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
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

Method Details

AddFocusHandler() public method

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

ComponentImplementorHelper() public method

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

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 handler_id ) : void
handler_id 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