Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Object Look-and-Feel class. More...
#include <ilviews/gadgets/win95/scrollb.h>
Public Member Functions | |
IlvScrollBarW95LFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | computeBBox (const IlvScrollBar *, IlvRect &, IlvRect &, IlvRect &, IlvRect &, const IlvTransformer *) const |
Is called to compute the bounding boxes of the scroll bar parts. More... | |
virtual void | drawArrow (const IlvScrollBar *, IlvPosition, IlvPort *, const IlvRect &, const IlvRegion *) const |
Is called to draw the arrows of a scroll bar. More... | |
virtual void | drawBackground (const IlvScrollBar *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the background of a scroll bar. More... | |
virtual void | drawFrame (const IlvScrollBar *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the frame of a scroll bar. More... | |
virtual void | drawInternal (const IlvScrollBar *, IlvPort *, const IlvRect &, const IlvRect &, const IlvRegion *) const |
Is called to draw the internal part of a scroll bar. More... | |
virtual IlBoolean | isValidPosition (const IlvScrollBar *, const IlvPoint &, const IlvTransformer *) const |
Indicates whether a given position is valid for the scroll bar. More... | |
Public Member Functions inherited from IlvScrollBarWLFHandler | |
IlvScrollBarWLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | drawContents (const IlvScrollBar *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the contents of a scroll bar. More... | |
Public Member Functions inherited from IlvDefaultScrollBarLFHandler | |
virtual IlBoolean | handleEvent (IlvScrollBar *, IlvEvent &e) const |
Is called to handle the events of a scroll bar. More... | |
Public Member Functions inherited from IlvScrollBarLFHandler | |
IlvScrollBarLFHandler (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 scroll bar.
IlvScrollBarW95LFHandler::IlvScrollBarW95LFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvScrollBarW95LFHandler
instance and initializes it with lfh.
lfh | The look-and-feel handler which this handler will be associated to. |
|
virtual |
Is called to compute the bounding boxes of the scroll bar parts.
sb | The scroll bar. |
arrow1 | The rectangle of the left/top arrow. |
internal | The rectangle of the internal part. |
arrow2 | The rectangle of the right/bottom arrow. |
thumb | The rectangle of the thumb. |
t | The transformer. |
Reimplemented from IlvScrollBarWLFHandler.
|
virtual |
Is called to draw the arrows of a scroll bar.
sb | The scroll bar. |
position | The orientation of the arrow. |
dst | The destination port. |
arrow | The bounding rectangle of the arrow. |
clip | The clipping region. |
Reimplemented from IlvScrollBarWLFHandler.
|
virtual |
Is called to draw the background of a scroll bar.
sb | The scroll bar. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvScrollBarWLFHandler.
|
virtual |
Is called to draw the frame of a scroll bar.
sb | The scroll bar. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvScrollBarWLFHandler.
|
virtual |
Is called to draw the internal part of a scroll bar.
sb | The scroll bar. |
dst | The destination port. |
internal | The bounding rectangle of the internal part. |
thumb | The bounding rectangle of the thumb. This rectangle must be included into internal. |
clip | The clipping region. |
Reimplemented from IlvScrollBarWLFHandler.
|
virtual |
Indicates whether a given position is valid for the scroll bar.
sb | The scroll bar. |
point | The position. |
t | The transformer. |
Reimplemented from IlvScrollBarWLFHandler.
© 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.