#include <MyGUI_IPointer.h>

Public Member Functions | |
| IPointer () | |
| virtual | ~IPointer () |
| virtual void | setImage (StaticImage *_image)=0 |
| virtual void | setPosition (StaticImage *_image, const IntPoint &_point)=0 |
Definition at line 32 of file MyGUI_IPointer.h.
| MyGUI::IPointer::IPointer | ( | ) | [inline] |
Definition at line 37 of file MyGUI_IPointer.h.
| virtual MyGUI::IPointer::~IPointer | ( | ) | [inline, virtual] |
Definition at line 38 of file MyGUI_IPointer.h.
| virtual void MyGUI::IPointer::setImage | ( | StaticImage * | _image | ) | [pure virtual] |
Implemented in MyGUI::ResourceImageSetPointer, and MyGUI::ResourceManualPointer.
| virtual void MyGUI::IPointer::setPosition | ( | StaticImage * | _image, | |
| const IntPoint & | _point | |||
| ) | [pure virtual] |
Implemented in MyGUI::ResourceImageSetPointer, and MyGUI::ResourceManualPointer.
1.6.3