nux-1.16.0
|
Public Member Functions | |
AnimatedTextureArea (NUX_FILE_LINE_PROTO) | |
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 () |
Public Attributes | |
sigc::signal< void, int, int > | sigMouseDown |
sigc::signal< void, int, int > | sigMouseDrag |
Definition at line 32 of file AnimatedTextureArea.h.