Object look and feel class. More...
#include <ilviews/gadgets/css/msglabel.h>
Public Member Functions | |
IlvMessageLabelCSSLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
virtual void | drawBackground (const IlvMessageLabel *msg, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw the background of a message label. More... | |
virtual void | drawContents (const IlvMessageLabel *msg, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw the contents of a message label. More... | |
virtual void | drawFrame (const IlvMessageLabel *msg, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const |
Is called to draw the frame of a message label. More... | |
Public Member Functions inherited from IlvMessageLabelLFHandler | |
IlvMessageLabelLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. More... | |
Object look and feel class.
Library: ilvcsslook
The class for the CSS object look and feel handler of the message label.
IlvMessageLabelCSSLFHandler::IlvMessageLabelCSSLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvMessageLabelCSSLFHandler
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 background of a message label.
msg | The message label. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvDefaultMessageLabelLFHandler.
|
virtual |
Is called to draw the contents of a message label.
msg | The message label. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Reimplemented from IlvDefaultMessageLabelLFHandler.
|
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.