Object look-and-feel class. More...
#include <ilviews/contain/IlvContainerLFHandler.h>
Public Member Functions | |
void | eraseBitmapRegion (IlvContainer *cont, const IlvRegion ®ion) const override |
Erases the gadgets from the double buffering bitmap of a IlvContainer and draws the background. More... | |
Public Member Functions inherited from IlvContainerLFHandler | |
IlvContainerLFHandler (IlvLookFeelHandler *lfh) | |
Creates a new IlvContainerLFHandler instance. 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 predefined object look-and-feel handlers of IlvContainer objects are subclasses of this class. It defines several methods of the base class that are common to all predefined looks.
|
overridevirtual |
Erases the gadgets from the double buffering bitmap of a IlvContainer and draws the background.
cont | The IlvContainer. |
region | The region to erase. |
Implements IlvContainerLFHandler.