|
| basic_AnimatedPointer (basic_AnimatedPointer &&other) |
|
| basic_AnimatedPointer (const basic_AnimatedPointer &)=delete |
|
| basic_AnimatedPointer (const basic_PointerProvider< A_ > &parent, typename A_::AnimationType &anim) |
|
| ~basic_AnimatedPointer () |
|
Gorgon::Animation::ControllerBase & | GetController () const |
|
bool | HasController () const override |
|
void | RemoveController () const |
|
void | SetController (Gorgon::Animation::ControllerBase &controller) override |
|
virtual | ~Pointer () |
|
virtual | ~Drawable () |
|
void | Draw (TextureTarget &target, const Geometry::Point &p, RGBAf color=RGBAf(1.f)) const |
| Draw to the given coordinates. More...
|
|
void | Draw (TextureTarget &target, const Geometry::Pointf &p, RGBAf color=RGBAf(1.f)) const |
| Draw to the given coordinates. More...
|
|
void | Draw (TextureTarget &target, float x, float y, RGBAf color=RGBAf(1.f)) const |
| Draw to the given coordinates. More...
|
|
void | Draw (TextureTarget &target, int x, int y, RGBAf color=RGBAf(1.f)) const |
| Draw to the given coordinates. More...
|
|
template<class A_>
class Gorgon::Graphics::basic_AnimatedPointer< A_ >
Represents animated pointer.