OpenMW
|
#include <cursor.hpp>
Public Member Functions | |
ResourceImageSetPointerFix () | |
virtual | ~ResourceImageSetPointerFix () |
virtual void | deserialization (MyGUI::xml::ElementPtr _node, MyGUI::Version _version) |
virtual void | setImage (MyGUI::ImageBox *_image) |
virtual void | setPosition (MyGUI::ImageBox *_image, const MyGUI::IntPoint &_point) |
virtual MyGUI::ResourceImageSetPtr | getImageSet () |
virtual MyGUI::IntPoint | getHotSpot () |
virtual MyGUI::IntSize | getSize () |
virtual int | getRotation () |
Private Attributes | |
MyGUI::IntPoint | mPoint |
MyGUI::IntSize | mSize |
MyGUI::ResourceImageSetPtr | mImageSet |
int | mRotation |
void MWGui::ResourceImageSetPointerFix::deserialization | ( | MyGUI::xml::ElementPtr | _node, |
MyGUI::Version | _version | ||
) | [virtual] |
MyGUI::IntPoint MWGui::ResourceImageSetPointerFix::getHotSpot | ( | ) | [virtual] |
MyGUI::ResourceImageSetPtr MWGui::ResourceImageSetPointerFix::getImageSet | ( | ) | [virtual] |
int MWGui::ResourceImageSetPointerFix::getRotation | ( | ) | [virtual] |
MyGUI::IntSize MWGui::ResourceImageSetPointerFix::getSize | ( | ) | [virtual] |
void MWGui::ResourceImageSetPointerFix::setImage | ( | MyGUI::ImageBox * | _image | ) | [virtual] |
void MWGui::ResourceImageSetPointerFix::setPosition | ( | MyGUI::ImageBox * | _image, |
const MyGUI::IntPoint & | _point | ||
) | [virtual] |
MyGUI::ResourceImageSetPtr MWGui::ResourceImageSetPointerFix::mImageSet [private] |
MyGUI::IntPoint MWGui::ResourceImageSetPointerFix::mPoint [private] |
int MWGui::ResourceImageSetPointerFix::mRotation [private] |
MyGUI::IntSize MWGui::ResourceImageSetPointerFix::mSize [private] |