nux-1.16.0
|
Public Member Functions | |
ToolButton (const TCHAR *BitmapFilename=0, 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 | SetAction (ActionItem *action) |
void | SetState (bool b) |
void | SetBitmap (const BaseTexture *Texture) |
void | EmitClick (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseDoubleClick (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseDown (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseUp (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseEnter (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseLeave (int x, int y, unsigned long button_flags, unsigned long key_flags) |
Public Attributes | |
sigc::signal< void > | sigClick |
Definition at line 34 of file ToolButton.h.