Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlvDefaultContainerLFHandler Class Reference

Object look-and-feel class. More...

#include <ilviews/contain/IlvContainerLFHandler.h>

Inheritance diagram for IlvDefaultContainerLFHandler:
IlvContainerLFHandler IlvObjectLFHandler

Public Member Functions

void eraseBitmapRegion (IlvContainer *cont, const IlvRegion &region) 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...
 
IlvDisplaygetDisplay () const
 Retrieves the IlvDisplay instance associated with this handler. More...
 
IlvLookFeelHandlergetLookFeelHandler () const
 Retrieves the IlvLookFeelHandler instance associated with this handler. More...
 

Detailed Description

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.

Member Function Documentation

◆ eraseBitmapRegion()

void IlvDefaultContainerLFHandler::eraseBitmapRegion ( IlvContainer cont,
const IlvRegion region 
) const
overridevirtual

Erases the gadgets from the double buffering bitmap of a IlvContainer and draws the background.

Parameters
contThe IlvContainer.
regionThe region to erase.

Implements IlvContainerLFHandler.