Object Look-and-Feel class. More...
#include <ilviews/contain/IlvContainerLFHandler.h>
Public Member Functions | |
IlvContainerLFHandler (IlvLookFeelHandler *lfh) | |
Creates a new IlvContainerLFHandler instance. More... | |
virtual void | eraseBitmapRegion (IlvContainer *cont, const IlvRegion ®ion) const =0 |
Erases the gadgets from the double buffering bitmap of a IlvContainer and draws the background. More... | |
Public Member Functions inherited from IlvObjectLFHandler | |
IlvObjectLFHandler (IlvClassInfo *classInfo, IlvLookFeelHandler *lf) | |
Initializes a new instance of the IlvObjectLFHandler class. More... | |
IlvDisplay * | getDisplay () const |
Retrieves the IlvDisplay instance associated with this handler. More... | |
IlvLookFeelHandler * | getLookFeelHandler () const |
Retrieves the IlvLookFeelHandler instance associated with this handler. More... | |
Object Look-and-Feel class.
Library: <display>views
The base class for the look-and-feel handlers of the IlvContainer class
IlvContainerLFHandler::IlvContainerLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Creates a new IlvContainerLFHandler
instance.
lfh | The look-and-feel handler which this handler will be associated with. |
|
pure virtual |
Erases the gadgets from the double buffering bitmap of a IlvContainer and draws the background.
cont | The IlvContainer. |
region | The region to erase. |
Implemented in IlvDefaultContainerLFHandler.