#include <Pointer.h>
List of all members.
Constructor & Destructor Documentation
| Pointer::Pointer |
( |
Image * |
image, |
|
|
int |
hotspotX = 0, |
|
|
int |
hotspotY = 0 | |
|
) |
| | |
Member Function Documentation
| int Pointer::getHotspotX |
( |
|
) |
const [inline] |
| int Pointer::getHotspotY |
( |
|
) |
const [inline] |
| Image * Pointer::getPointerImage |
( |
|
) |
const |
| int Pointer::getX |
( |
|
) |
const [inline] |
| int Pointer::getY |
( |
|
) |
const [inline] |
| void Pointer::setHotspot |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | [inline] |
| void Pointer::setPointerImage |
( |
Image * |
image |
) |
|
Sets the internal pointer Image.
- Warning:
- The pointer to an Image resource is owned by the Pointer object. When Pointer goes out of scope the pointer to Image will be invalidated.
Member Data Documentation
The documentation for this class was generated from the following files: