Object Look-and-Feel class. More...
#include <ilviews/gadgets/panecont.h>
Public Member Functions | |
| IlvSeparatorLineLFHandler (IlvLookFeelHandler *lfh) | |
Creates a new IlvSeparatorLineLFHandler instance. More... | |
| virtual void | draw (const IlvSeparatorLine *line, IlvPosition direction, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Draws the IlvSeparatorLine. More... | |
Object Look-and-Feel class.
Library: ilvadvgdt
The base class for the object look-and-feel handlers of the IlvPanelSlider objects.
| IlvSeparatorLineLFHandler::IlvSeparatorLineLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Creates a new IlvSeparatorLineLFHandler instance.
| lfh | The look-and-feel handler which this handler will be associated with. |
|
pure virtual |
Draws the IlvSeparatorLine.
| line | |
| direction | |
| dst | The destination port. |
| t | The transformer. |
| clip | The clipping region. |
Implemented in IlvDefaultSeparatorLineLFHandler.