Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Object Look-and-Feel class. More...
#include <ilviews/gadgets/win95/scgadget.h>
Public Member Functions | |
IlvScrolledGadgetW95LFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | drawBackground (const IlvScrolledGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the background of a scrolled gadget. More... | |
virtual void | drawFrame (const IlvScrolledGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the frame of a scrolled gadget. More... | |
virtual IlvPalette * | getWindowBackground (const IlvScrolledGadget *) const |
Returns the palette that will be used to draw the background of the scrolled gadget. More... | |
virtual void | internalBBox (const IlvScrolledGadget *, IlvRect &rect, const IlvTransformer *t) const |
Is called to compute the internal area of a scrolled gadget. More... | |
virtual void | scrollBarBBox (const IlvScrolledGadget *obj, IlvOrientation dir, IlvRect &bbox, const IlvTransformer *t) const |
Is called to compute the size and position of the internal scroll bars. More... | |
Public Member Functions inherited from IlvScrolledGadgetWLFHandler | |
IlvScrolledGadgetWLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Public Member Functions inherited from IlvDefaultScrolledGadgetLFHandler | |
virtual void | drawContents (const IlvScrolledGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the contents of a scrolled gadget. More... | |
virtual void | drawScrollBar (const IlvScrolledGadget *, IlvPort *dst, IlvDirection dir, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw an internal scroll bar of a scrolled gadget. More... | |
virtual IlBoolean | handleEvent (IlvScrolledGadget *sc, IlvEvent &e) const |
Is called to handle the events of a scrolled gadget. More... | |
virtual IlBoolean | handleScrollBarsEvent (IlvScrolledGadget *sc, IlvEvent &event) const |
Is called to handle the events of the scroll bars of a scrolled gadget. More... | |
virtual void | visibleBBox (const IlvScrolledGadget *obj, IlvRect &bbox, const IlvTransformer *t) const |
Is called to compute the visible area of the scrolled gadget. More... | |
Public Member Functions inherited from IlvScrolledGadgetLFHandler | |
IlvScrolledGadgetLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Object Look-and-Feel class.
Library: ilvaw95look
The class for the Microsoft Windows 95 object look-and-feel handler of the scrolled gadgets.
IlvScrolledGadgetW95LFHandler::IlvScrolledGadgetW95LFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvScrolledGadgetW95LFHandler
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 scrolled gadget.
gadget | The scrolled gadget. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvScrolledGadgetWLFHandler.
|
virtual |
Is called to draw the frame of a scrolled gadget.
gadget | The scrolled gadget. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvScrolledGadgetWLFHandler.
|
virtual |
Returns the palette that will be used to draw the background of the scrolled gadget.
gadget | The scrolled gadget. |
Reimplemented from IlvScrolledGadgetWLFHandler.
|
virtual |
Is called to compute the internal area of a scrolled gadget.
gadget | The scrolled gadget. |
rect | The returned rectangle of the internal area. |
t | The transformer. |
Reimplemented from IlvScrolledGadgetWLFHandler.
|
virtual |
Is called to compute the size and position of the internal scroll bars.
gadget | The scrolled gadget. |
dir | The orientation of the scroll bar. |
rect | The returned bounding box of the specified scroll bar. |
t | The transformer. |
Reimplemented from IlvScrolledGadgetWLFHandler.
© 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.