Views
Gadgets Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlvSeparatorLineLFHandler Class Referenceabstract

Object Look-and-Feel class. More...

#include <C:/jenkins/workspace/Views-all/views/include.doc/ilviews/gadgets/panecont.h>

Inheritance diagram for IlvSeparatorLineLFHandler:
IlvObjectLFHandler IlvDefaultSeparatorLineLFHandler

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...
 

Detailed Description

Object Look-and-Feel class.

Library: ilvadvgdt

The base class for the object look-and-feel handlers of the IlvPanelSlider objects.

Constructor & Destructor Documentation

◆ IlvSeparatorLineLFHandler()

IlvSeparatorLineLFHandler::IlvSeparatorLineLFHandler ( IlvLookFeelHandler lfh)

Creates a new IlvSeparatorLineLFHandler instance.

Parameters
lfhThe look-and-feel handler which this handler will be associated with.

Member Function Documentation

◆ draw()

virtual void IlvSeparatorLineLFHandler::draw ( const IlvSeparatorLine *  line,
IlvPosition  direction,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
pure virtual

Draws the IlvSeparatorLine.

Parameters
line
direction
dstThe destination port.
tThe transformer.
clipThe clipping region.

Implemented in IlvDefaultSeparatorLineLFHandler.