|
nux-1.14.0
|
Public Member Functions | |
| VToolBar (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 | 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) |
Protected Member Functions | |
| void | InitializeWidgets () |
| void | InitializeLayout () |
Definition at line 34 of file VToolBar.h.