C# Класс atkSharpHelloWorld.HelloChild

Наследование: Atk.Object, Atk.ComponentImplementor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
OnGetNChildren ( ) : int
OnRefChild ( int i ) : Atk.Object

Описание методов

AddFocusHandler() публичный Метод

public AddFocusHandler ( Atk handler ) : uint
handler Atk
Результат uint

Contains() публичный Метод

public Contains ( int x, int y, Atk coord_type ) : bool
x int
y int
coord_type Atk
Результат bool

GetExtents() публичный Метод

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
Результат void

GetPosition() публичный Метод

public GetPosition ( int &x, int &y, Atk coord_type ) : void
x int
y int
coord_type Atk
Результат void

GetSize() публичный Метод

public GetSize ( int &width, int &height ) : void
width int
height int
Результат void

GrabFocus() публичный Метод

public GrabFocus ( ) : bool
Результат bool

HelloChild() публичный Метод

public HelloChild ( string name ) : System
name string
Результат System

OnGetNChildren() защищенный Метод

protected OnGetNChildren ( ) : int
Результат int

OnRefChild() защищенный Метод

protected OnRefChild ( int i ) : Atk.Object
i int
Результат Atk.Object

PushButton() публичный Метод

public PushButton ( ) : void
Результат void

RefAccessibleAtPoint() публичный Метод

public RefAccessibleAtPoint ( int x, int y, Atk coord_type ) : Atk.Object
x int
y int
coord_type 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 coord_type ) : bool
x int
y int
width int
height int
coord_type Atk
Результат bool

SetPosition() публичный Метод

public SetPosition ( int x, int y, Atk coord_type ) : bool
x int
y int
coord_type Atk
Результат bool

SetSize() публичный Метод

public SetSize ( int width, int height ) : bool
width int
height int
Результат bool