Method | Description | |
---|---|---|
Component ( |
||
Contains ( int x, int y, CoordType coordType ) : bool | ||
GetAccessibleAtPoint ( int x, int y, CoordType coordType ) : |
||
GetExtents ( CoordType coordType ) : |
||
GetPosition ( CoordType coordType, int &x, int &y ) : void | ||
GetSize ( int &x, int &y ) : void | ||
GrabFocus ( ) : bool | ||
SetExtents ( |
||
SetPosition ( int x, int y, CoordType coordType ) : bool | ||
SetSize ( int x, int y ) : bool |
public Component ( |
||
accessible | ||
return | System |
public Contains ( int x, int y, CoordType coordType ) : bool | ||
x | int | |
y | int | |
coordType | CoordType | |
return | bool |
public GetAccessibleAtPoint ( int x, int y, CoordType coordType ) : |
||
x | int | |
y | int | |
coordType | CoordType | |
return |
public GetExtents ( CoordType coordType ) : |
||
coordType | CoordType | |
return |
public GetPosition ( CoordType coordType, int &x, int &y ) : void | ||
coordType | CoordType | |
x | int | |
y | int | |
return | void |
public SetExtents ( |
||
extents | ||
coordType | CoordType | |
return | bool |
public SetPosition ( int x, int y, CoordType coordType ) : bool | ||
x | int | |
y | int | |
coordType | CoordType | |
return | bool |