메소드 | 설명 | |
---|---|---|
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 |
public Contains ( int x, int y, Atk coord_type ) : bool | ||
x | int | |
y | int | |
coord_type | Atk | |
리턴 | bool |
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 |
public GetPosition ( int &x, int &y, Atk coord_type ) : void | ||
x | int | |
y | int | |
coord_type | Atk | |
리턴 | void |
public RefAccessibleAtPoint ( int x, int y, Atk coord_type ) : Atk.Object | ||
x | int | |
y | int | |
coord_type | Atk | |
리턴 | Atk.Object |
public RemoveFocusHandler ( uint handler_id ) : void | ||
handler_id | uint | |
리턴 | void |
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 |
public SetPosition ( int x, int y, Atk coord_type ) : bool | ||
x | int | |
y | int | |
coord_type | Atk | |
리턴 | bool |