Object look and feel class. More...
#include <ilviews/gadgets/windows/msglabel.h>
Public Member Functions | |
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 | 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... | |
Public Member Functions inherited from IlvMessageLabelLFHandler | |
IlvMessageLabelLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Object look and feel class.
Library: ilvwlook
The class for the Microsoft Windows object look and feel handler of the message label.
IlvMessageLabelWLFHandler::IlvMessageLabelWLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvMessageLabelWLFHandler
instance and initializes it with lfh.
lfh | The look and feel handler which this handler will be associated to. |
|
virtual |
Is called to draw the frame of a message label.
msg | The message label. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvDefaultMessageLabelLFHandler.