#include <Nux/HToolBar.h>
Public Member Functions |
| HToolBar (NUX_FILE_LINE_PROTO) |
| ~HToolBar () |
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) |
Constructor & Destructor Documentation
nux::HToolBar::HToolBar |
( |
NUX_FILE_LINE_PROTO |
| ) |
|
nux::HToolBar::~HToolBar |
( |
| ) |
|
Member Function Documentation
void nux::HToolBar::AddAction |
( |
ActionItem * |
action | ) |
|
void nux::HToolBar::AddEditTextLine |
( |
EditTextBox * |
edittextline | ) |
|
void nux::HToolBar::AddSeparator |
( |
| ) |
|
void nux::HToolBar::AddSpace |
( |
int |
size | ) |
|
void nux::HToolBar::AddStaticTextLine |
( |
StaticTextBox * |
statictextline | ) |
|
void nux::HToolBar::AddToolButton |
( |
ToolButton * |
| ) |
|
void nux::HToolBar::ClearWidget |
( |
| ) |
|
virtual void nux::HToolBar::Draw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual void nux::HToolBar::DrawContent |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual void nux::HToolBar::PostDraw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual long nux::HToolBar::ProcessEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
void nux::HToolBar::RecvMouseDownOnIcon |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::HToolBar::RecvMouseDragOnIcon |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::HToolBar::RecvMouseEnterIcon |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::HToolBar::RecvMouseLeaveIcon |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::HToolBar::RecvMouseMoveOnIcon |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::HToolBar::RecvMouseUpOnIcon |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
The documentation for this class was generated from the following file: