Go to the documentation of this file.
23 #ifndef __MYGUI_ROTATING_SKIN_H__
24 #define __MYGUI_ROTATING_SKIN_H__
41 virtual ~RotatingSkin();
44 void setAngle(
float _angle);
46 float getAngle()
const {
return mAngle; }
52 void setCenter(
const IntPoint &_center,
bool _local =
true);
54 IntPoint getCenter(
bool _local =
true)
const;
57 virtual void doRender();
60 void recalculateAngles();
72 float mBaseDistances[4];
77 #endif // __MYGUI_ROTATING_SKIN_H__