Rogue Wave Views
Gadgets Package API Reference Guide
Product Documentation:

Rogue Wave 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 IlvMessageLabelW95LFHandler, IlvMessageLabelCSSLFHandler, 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.


© Copyright 2018, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.