#include <MyGUI_IPointer.h>
Public Member Functions | |
IPointer () | |
virtual | ~IPointer () |
virtual void | setImage (StaticImagePtr _image)=0 |
virtual void | setPosition (StaticImagePtr _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 | ( | StaticImagePtr | _image | ) | [pure virtual] |
Implemented in MyGUI::ResourceImageSetPointer, and MyGUI::ResourceManualPointer.
virtual void MyGUI::IPointer::setPosition | ( | StaticImagePtr | _image, | |
const IntPoint & | _point | |||
) | [pure virtual] |
Implemented in MyGUI::ResourceImageSetPointer, and MyGUI::ResourceManualPointer.