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

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

#include <ilviews/gadgets/msglabel.h>

Inheritance diagram for IlvDefaultMessageLabelLFHandler:
IlvMessageLabelLFHandler IlvObjectLFHandler IlvMessageLabelCSSLFHandler IlvMessageLabelWLFHandler IlvMessageLabelVXLFHandler IlvMessageLabelW95LFHandler

Public Member Functions

virtual void drawBackground (const IlvMessageLabel *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the background of a message label. More...
 
virtual void drawContents (const IlvMessageLabel *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the contents of a message label. 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 IlvMessageLabelLFHandler
 IlvMessageLabelLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 

Detailed Description

Object look-and-feel class.

Library: ilvgadgt

The predefined object look-and-feel handlers of the message label are subclasses of this class. It defines several methods of the base class that are common to all predefined looks.

Member Function Documentation

◆ drawBackground()

virtual void IlvDefaultMessageLabelLFHandler::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.

Implements IlvMessageLabelLFHandler.

Reimplemented in IlvMessageLabelCSSLFHandler, IlvMessageLabelW95LFHandler, and IlvMessageLabelVXLFHandler.

◆ drawContents()

virtual void IlvDefaultMessageLabelLFHandler::drawContents ( const IlvMessageLabel msg,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
virtual

Is called to draw the contents of a message label.

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

Implements IlvMessageLabelLFHandler.

Reimplemented in IlvMessageLabelCSSLFHandler.

◆ drawFrame()

virtual void IlvDefaultMessageLabelLFHandler::drawFrame ( const IlvMessageLabel msg,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
virtual

Is called to draw the frame of a message label.

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

Implements IlvMessageLabelLFHandler.

Reimplemented in IlvMessageLabelCSSLFHandler, and IlvMessageLabelWLFHandler.