Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Object Look-and-Feel class. More...
#include <ilviews/gadgets/motif/frame.h>
Public Member Functions | |
IlvFrameMLFHandler (IlvLookFeelHandler *lfh) | |
Constructor. | |
virtual void | drawContents (const IlvFrame *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the contents of a frame. | |
virtual void | drawFrame (const IlvFrame *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the frame of a frame. |
Object Look-and-Feel class.
Library: ilvmlook
The class for the motif object look-and-feel handler of the frame.
IlvFrameMLFHandler::IlvFrameMLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Constructor.
Creates a new IlvFrameMLFHandler
instance and initializes it with lfh.
lfh | The look-and-feel handler which this handler will be associated to. |
virtual void IlvFrameMLFHandler::drawContents | ( | const IlvFrame * | frame, | |
IlvPort * | dst, | |||
const IlvTransformer * | t, | |||
const IlvRegion * | clip | |||
) | const [virtual] |
Is called to draw the contents of a frame.
frame | The frame. | |
dst | The destination port. | |
t | The transformer. | |
clip | The clipping region. |
Implements IlvFrameLFHandler.
virtual void IlvFrameMLFHandler::drawFrame | ( | const IlvFrame * | frame, | |
IlvPort * | dst, | |||
const IlvTransformer * | t, | |||
const IlvRegion * | clip | |||
) | const [virtual] |
Is called to draw the frame of a frame.
frame | The frame. | |
dst | The destination port. | |
t | The transformer. | |
clip | The clipping region. |
Implements IlvFrameLFHandler.
© Copyright 2012, 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.