List of all members.
Detailed Description
GUI controler.
Definition at line 4 of file Control.h.
Constructor & Destructor Documentation
Create controller with the specified geometry and texture.
Definition at line 5 of file Control.cpp.
Control::~Control |
( |
void |
|
) |
[virtual] |
Member Function Documentation
pIGeometry Control::getGeometry |
( |
|
) |
[inline, virtual] |
Get the geometry of the controller.
Implements IControl.
Definition at line 15 of file Control.h.
int Control::getHeight |
( |
|
) |
[inline, virtual] |
Get the height of the controller.
Implements IControl.
Definition at line 27 of file Control.h.
int Control::getIndex |
( |
|
) |
[inline, virtual] |
wchar* Control::getName |
( |
|
) |
[inline, virtual] |
pITexture Control::getTexture |
( |
|
) |
[inline, virtual] |
Get the texture of the controller.
Implements IControl.
Definition at line 16 of file Control.h.
bool Control::getVisible |
( |
|
) |
[inline, virtual] |
Gets the visible status of this control.
Implements IControl.
Definition at line 32 of file Control.h.
int Control::getWidth |
( |
|
) |
[inline, virtual] |
int Control::getX |
( |
|
) |
[inline, virtual] |
Get the x-coordinate of the controller.
Implements IControl.
Definition at line 21 of file Control.h.
int Control::getY |
( |
|
) |
[inline, virtual] |
Get the y-coordinate of the controller.
Implements IControl.
Definition at line 23 of file Control.h.
bool Control::hitTest |
( |
int |
mouseX, |
|
|
int |
mouseY | |
|
) |
| | [virtual] |
void Control::setHeight |
( |
int |
height |
) |
[inline, virtual] |
Set the height of the controller.
Implements IControl.
Definition at line 28 of file Control.h.
void Control::setIndex |
( |
int |
index |
) |
[inline, virtual] |
Set Index for UV Coordinate Calculation (only neccessary for elements with constantly changing texture).
Implements IControl.
Definition at line 30 of file Control.h.
void Control::setName |
( |
wchar * |
name |
) |
[inline, virtual] |
Set the null-terminated controller name.
Implements IControl.
Definition at line 19 of file Control.h.
void Control::setVisible |
( |
bool |
visible |
) |
[inline, virtual] |
Sets the visibility of this control.
Implements IControl.
Definition at line 31 of file Control.h.
void Control::setWidth |
( |
int |
width |
) |
[inline, virtual] |
void Control::setX |
( |
int |
x |
) |
[inline, virtual] |
Set the x-coordinate of the controller.
Implements IControl.
Definition at line 22 of file Control.h.
void Control::setY |
( |
int |
y |
) |
[inline, virtual] |
Set the y-coordinate of the controller.
Implements IControl.
Definition at line 24 of file Control.h.
Member Data Documentation
The documentation for this class was generated from the following files: