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

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

#include <ilviews/gadgets/vx/msglabel.h>

Inheritance diagram for IlvMessageLabelVXLFHandler:
IlvMessageLabelWLFHandler IlvDefaultMessageLabelLFHandler IlvMessageLabelLFHandler IlvObjectLFHandler

Public Member Functions

 IlvMessageLabelVXLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual void drawBackground (const IlvMessageLabel *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the background of a message label. More...
 
- Public Member Functions inherited from IlvMessageLabelWLFHandler
 IlvMessageLabelWLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual void drawFrame (const IlvMessageLabel *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the frame of a message label. More...
 
- Public Member Functions inherited from IlvDefaultMessageLabelLFHandler
virtual void drawContents (const IlvMessageLabel *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the contents of a message label. More...
 
- Public Member Functions inherited from IlvMessageLabelLFHandler
 IlvMessageLabelLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 

Detailed Description

Object Look-and-Feel class.

Library: ilvvxlook

The class for the ViewsX object look-and-feel handler of the message label.

Constructor & Destructor Documentation

◆ IlvMessageLabelVXLFHandler()

IlvMessageLabelVXLFHandler::IlvMessageLabelVXLFHandler ( IlvLookFeelHandler lfh)

Constructor.

Creates a new IlvMessageLabelVXLFHandler instance and initializes it with lfh.

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

Member Function Documentation

◆ drawBackground()

virtual void IlvMessageLabelVXLFHandler::drawBackground ( const IlvMessageLabel msg,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
virtual

Is called to draw the background of a message label.

Parameters
msgThe message label.
dstThe destination port.
tThe transformer.
clipThe clipping region.

Reimplemented from IlvDefaultMessageLabelLFHandler.