#include <Nux/AnimatedTextureArea.h>
Public Member Functions |
| | AnimatedTextureArea (NUX_FILE_LINE_PROTO) |
| | ~AnimatedTextureArea () |
| virtual long | ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) |
| virtual void | Draw (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | DrawContent (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | PostDraw (GraphicsEngine &GfxContext, bool force_draw) |
| void | SetTexture (TextureFrameAnimation *Texture) |
| void | RecvMouseDown (int x, int y, long button_flags, long key_flags) |
| void | RecvMouseDrag (int x, int y, int dx, int dy, unsigned long button_flags, unsigned long key_flags) |
| void | StartAnimation () |
| void | StopAnimation () |
Data Fields |
| sigc::signal< void, int, int > | sigMouseDown |
| sigc::signal< void, int, int > | sigMouseDrag |
Constructor & Destructor Documentation
| nux::AnimatedTextureArea::AnimatedTextureArea |
( |
NUX_FILE_LINE_PROTO |
| ) |
|
| nux::AnimatedTextureArea::~AnimatedTextureArea |
( |
| ) |
|
Member Function Documentation
| virtual void nux::AnimatedTextureArea::Draw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
| virtual void nux::AnimatedTextureArea::DrawContent |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
| virtual void nux::AnimatedTextureArea::PostDraw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
| virtual long nux::AnimatedTextureArea::ProcessEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
| void nux::AnimatedTextureArea::RecvMouseDown |
( |
int |
x, |
|
|
int |
y, |
|
|
long |
button_flags, |
|
|
long |
key_flags |
|
) |
| |
| void nux::AnimatedTextureArea::RecvMouseDrag |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
| void nux::AnimatedTextureArea::StartAnimation |
( |
| ) |
|
| void nux::AnimatedTextureArea::StopAnimation |
( |
| ) |
|
Field Documentation
The documentation for this class was generated from the following file: