Public Member Functions | |
| ToolBar (Window *pParent, const Rect &rFrame, unsigned int nWindowLayoutFlags, unsigned int uiToolBarFlags) | |
| void | Paint (const Rect &rDirty) |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | Sized (const Point &pDelta) |
| LayoutViewNode * | AddImageButton (Image *pImage, MessageCommand *pMessage=NULL, ImageButton **ppImageButton=NULL) |
| LayoutViewNode * | Add (Window *pWindow, unsigned int uiLayoutViewFlags=LAYOUTFLAG_FIXED_SIZE, int iWeight=0) |
| LayoutViewNode * | AddSeparator () |
| LayoutView * | GetLayoutView () |
| QuickFilter * | AddQuickFilter () |
| bool | SetBorder (Border *pBorder, BorderType nBorderType=BORDER_TYPE_NORMAL) |
Classes | |
| class | Private |
| ToolBar::ToolBar | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| unsigned int | nWindowLayoutFlags, | |||
| unsigned int | uiToolBarFlags | |||
| ) |
| void ToolBar::Paint | ( | const Rect & | rDirty | ) | [virtual] |
Paint window content
| rDirty | - Dirty rectangular region which has to be redrawn. Prior entering this function the painters clip region is automatically set to this dirty region. |
Reimplemented from SkyGI::Window.
| Point ToolBar::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void ToolBar::Sized | ( | const Point & | pDelta | ) | [virtual] |
Called when window is resized
| pDelta | - Size the window was resized |
Reimplemented from SkyGI::Window.
| LayoutViewNode * ToolBar::AddImageButton | ( | Image * | pImage, | |
| MessageCommand * | pMessage = NULL, |
|||
| ImageButton ** | ppImageButton = NULL | |||
| ) |
| LayoutViewNode * ToolBar::Add | ( | Window * | pWindow, | |
| unsigned int | uiLayoutViewFlags = LAYOUTFLAG_FIXED_SIZE, |
|||
| int | iWeight = 0 | |||
| ) |
| LayoutViewNode * ToolBar::AddSeparator | ( | ) |
| LayoutView * ToolBar::GetLayoutView | ( | ) |
| QuickFilter * ToolBar::AddQuickFilter | ( | ) |
| bool ToolBar::SetBorder | ( | Border * | pBorder, | |
| BorderType | nBorderType = BORDER_TYPE_NORMAL | |||
| ) |
Set window border
Reimplemented from SkyGI::Window.
1.5.1-p1