|
nux-1.14.0
|
Public Member Functions | |
| HToolBar (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 | AddToolButton (ToolButton *) |
| void | AddAction (ActionItem *action) |
| void | AddSpace (int size) |
| void | AddSeparator () |
| void | AddEditTextLine (EditTextBox *edittextline) |
| void | AddStaticTextLine (StaticTextBox *statictextline) |
| void | ClearWidget () |
| void | RecvMouseDownOnIcon (int x, int y, unsigned long button_flags, unsigned long key_flags) |
| void | RecvMouseUpOnIcon (int x, int y, unsigned long button_flags, unsigned long key_flags) |
| void | RecvMouseMoveOnIcon (int x, int y, unsigned long button_flags, unsigned long key_flags) |
| void | RecvMouseEnterIcon (int x, int y, unsigned long button_flags, unsigned long key_flags) |
| void | RecvMouseLeaveIcon (int x, int y, unsigned long button_flags, unsigned long key_flags) |
| void | RecvMouseDragOnIcon (int x, int y, int dx, int dy, unsigned long button_flags, unsigned long key_flags) |
Definition at line 33 of file HToolBar.h.