Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Object Look-and-Feel class. More...
#include <ilviews/gadgets/win95/toolbar.h>
Public Member Functions | |
IlvToolBarW95LFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | drawBackground (const IlvToolBar *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the background of a toolbar. More... | |
virtual void | drawFrame (const IlvToolBar *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the frame of a toolbar. More... | |
virtual void | drawHighlight (const IlvToolBar *, IlvPort *dst, const IlvRect &rect, const IlvMenuItem *, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw a highlighted menu item. More... | |
virtual void | drawSelection (const IlvToolBar *, IlvPort *dst, const IlvRect &rect, const IlvMenuItem *, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw a selected menu item. More... | |
Public Member Functions inherited from IlvToolBarWLFHandler | |
IlvToolBarWLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Public Member Functions inherited from IlvDefaultToolBarLFHandler | |
virtual void | drawContents (const IlvToolBar *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the contents of a toolbar. More... | |
virtual void | drawGadgetItem (const IlvToolBar *, const IlvMenuItem *, IlvPort *port, const IlvRect &rect, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw a menu item. More... | |
virtual IlBoolean | handleEvent (IlvToolBar *bar, IlvEvent &event) const |
Is called to handle the events of a toolbar. More... | |
Public Member Functions inherited from IlvToolBarLFHandler | |
IlvToolBarLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Object Look-and-Feel class.
Library: ilvw95look
The class for the Microsoft Windows 95 object look-and-feel handler of the toolbar.
IlvToolBarW95LFHandler::IlvToolBarW95LFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvToolBarW95LFHandler
instance and initializes it with lfh.
lfh | The look-and-feel handler which this handler will be associated to. |
|
virtual |
Is called to draw the background of a toolbar.
toolbar | The toolbar. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvDefaultToolBarLFHandler.
|
virtual |
Is called to draw the frame of a toolbar.
toolbar | The toolbar. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvDefaultToolBarLFHandler.
|
virtual |
Is called to draw a highlighted menu item.
toolbar | The toolbar. |
dst | The destination port. |
rect | The rectangle where to draw the selection. |
item | The menu item. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvToolBarWLFHandler.
|
virtual |
Is called to draw a selected menu item.
toolbar | The toolbar. |
dst | The destination port. |
rect | The rectangle where to draw the selection. |
item | The menu item. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvToolBarWLFHandler.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.