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

Object look-and-feel class. More...

#include <ilviews/gadgets/panecont.h>

Inheritance diagram for IlvDefaultSeparatorLineLFHandler:
IlvSeparatorLineLFHandler IlvObjectLFHandler

Public Member Functions

virtual void draw (const IlvSeparatorLine *obj, IlvPosition direction, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const
 Draws the IlvSeparatorLine. More...
 
- Public Member Functions inherited from IlvSeparatorLineLFHandler
 IlvSeparatorLineLFHandler (IlvLookFeelHandler *lfh)
 Creates a new IlvSeparatorLineLFHandler instance. More...
 

Detailed Description

Object look-and-feel class.

Library: ilvadvgdt

The predefined object look-and-feel handlers of IlvSeparatorLine objects. It defines several methods of the base class that are common to all predefined looks.

Member Function Documentation

◆ draw()

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

Draws the IlvSeparatorLine.

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

Implements IlvSeparatorLineLFHandler.