C# 클래스 atkSharpHelloWorld.HelloChild

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

공개 메소드들

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