Object look-and-feel class. More...
#include <ilviews/base/view/IlvAbstractView.h>
Public Member Functions | |
| virtual bool | drawBackground (const IlvAbstractView *obj, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip, IlvPoint bgOriginOffset) const override |
| Draws the background of a IlvAbstractView. More... | |
| virtual IlvColor * | getBackgroundColor (const IlvAbstractView *) const override |
| Returns the color used to draw the background of a IlvAbstractView. More... | |
| virtual IlBoolean | resizingInvalidatesBackground (const IlvAbstractView *) const override |
| Indicates whether the entire background should be redrawn after the view is resized. More... | |
Public Member Functions inherited from IlvAbstractViewLFHandler | |
| IlvAbstractViewLFHandler (IlvLookFeelHandler *lfh) | |
Creates a new IlvAbstractViewLFHandler 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 IlvAbstractView objects are subclasses of this class. It defines several methods of the base class that are common to all predefined looks.
|
overridevirtual |
Draws the background of a IlvAbstractView.
| view | The IlvAbstractView. |
| dst | The destination port. |
| t | The transformer. |
| clip | The clipping region. |
Implements IlvAbstractViewLFHandler.
|
overridevirtual |
Returns the color used to draw the background of a IlvAbstractView.
Implements IlvAbstractViewLFHandler.
|
overridevirtual |
Indicates whether the entire background should be redrawn after the view is resized.
Implements IlvAbstractViewLFHandler.