C# Class atkSharpHelloWorld.HelloChild

Inheritance: Atk.Object, Atk.ComponentImplementor
Mostrar archivo Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
AddFocusHandler ( Atk handler ) : uint
Contains ( int x, int y, Atk coord_type ) : bool
GetExtents ( int &x, int &y, int &width, int &height, Atk coord_type ) : void
GetPosition ( int &x, int &y, Atk coord_type ) : void
GetSize ( int &width, int &height ) : void
GrabFocus ( ) : bool
HelloChild ( string name ) : System
PushButton ( ) : void
RefAccessibleAtPoint ( int x, int y, Atk coord_type ) : Atk.Object
RemoveFocusHandler ( uint handler_id ) : void
SetExtents ( int x, int y, int width, int height, Atk coord_type ) : bool
SetPosition ( int x, int y, Atk coord_type ) : bool
SetSize ( int width, int height ) : bool

Protected Methods

Method Description
OnGetNChildren ( ) : int
OnRefChild ( int i ) : Atk.Object

Method Details

AddFocusHandler() public method

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

Contains() public method

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

GetExtents() public method

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

GetPosition() public method

public GetPosition ( int &x, int &y, Atk coord_type ) : void
x int
y int
coord_type 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

HelloChild() public method

public HelloChild ( string name ) : System
name string
return System

OnGetNChildren() protected method

protected OnGetNChildren ( ) : int
return int

OnRefChild() protected method

protected OnRefChild ( int i ) : Atk.Object
i int
return Atk.Object

PushButton() public method

public PushButton ( ) : void
return void

RefAccessibleAtPoint() public method

public RefAccessibleAtPoint ( int x, int y, Atk coord_type ) : Atk.Object
x int
y int
coord_type 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 coord_type ) : bool
x int
y int
width int
height int
coord_type Atk
return bool

SetPosition() public method

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

SetSize() public method

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