Object look-and-feel class. More...
#include <ilviews/gadgets/vframe.h>
Public Member Functions | |
virtual void | drawCaption (const IlvViewFrame *, const IlvMessageLabel *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the caption of a view frame. More... | |
virtual void | drawCloseButton (const IlvViewFrame *, const IlvButton *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the close button of a view frame. More... | |
virtual void | drawFrame (const IlvViewFrame *, const IlvGadget *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the border of a view frame. More... | |
virtual void | drawIcon (const IlvViewFrame *, const IlvMessageLabel *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the icon of a view frame. More... | |
virtual void | drawMaximizeButton (const IlvViewFrame *, const IlvButton *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the maximize button of a view frame. More... | |
virtual void | drawMinimizeButton (const IlvViewFrame *, const IlvButton *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the minimize button of a view frame. More... | |
virtual void | drawRestoreButton (const IlvViewFrame *, const IlvButton *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the restore button of a view frame. More... | |
virtual void | drawTitle (const IlvViewFrame *, const IlvMessageLabel *, IlvPort *, const IlvTransformer *, const IlvRegion *) const |
Is called to draw the title of a view frame. More... | |
virtual IlvDim | getBorderSize (IlBoolean) const |
Returns the size of the border of a view frame. More... | |
virtual IlvDim | getTitleBarHeight (const IlvViewFrame *vframe, const IlvViewFrameButtons *vfButtons, IlBoolean isMinimized) const override |
Returns the height of the title bar of a view frame. More... | |
Public Member Functions inherited from IlvViewFrameLFHandler | |
IlvViewFrameLFHandler (IlvLookFeelHandler *lfh) | |
Creates a new IlvViewFrameLFHandler instance. More... | |
Object look-and-feel class.
Library: ilvadvgdt
The predefined object look-and-feel handlers of view frame objects are subclasses of this class. It defines several methods of the base class that are common to all predefined looks.
|
virtual |
Is called to draw the caption of a view frame.
vframe | The view frame. |
gadget | The gadget being drawn. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvViewFrameLFHandler.
|
virtual |
Is called to draw the close button of a view frame.
vframe | The view frame. |
button | The button being drawn. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvViewFrameLFHandler.
|
virtual |
Is called to draw the border of a view frame.
vframe | The view frame. |
gadget | The gadget being drawn. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvViewFrameLFHandler.
|
virtual |
Is called to draw the icon of a view frame.
vframe | The view frame. |
gadget | The gadget being drawn. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvViewFrameLFHandler.
|
virtual |
Is called to draw the maximize button of a view frame.
vframe | The view frame. |
button | The button being drawn. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvViewFrameLFHandler.
|
virtual |
Is called to draw the minimize button of a view frame.
vframe | The view frame. |
button | The button being drawn. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvViewFrameLFHandler.
|
virtual |
Is called to draw the restore button of a view frame.
vframe | The view frame. |
button | The button being drawn. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvViewFrameLFHandler.
|
virtual |
Is called to draw the title of a view frame.
vframe | The view frame. |
gadget | The gadget being drawn. |
dst | The destination port. |
t | The transformer. |
clip | The clipping region. |
Implements IlvViewFrameLFHandler.
Returns the size of the border of a view frame.
minimized | Indicates whether the requested size concerns minimized view frames or not. |
Implements IlvViewFrameLFHandler.
|
overridevirtual |
Returns the height of the title bar of a view frame.
vframe | The view frame. |
vfButtons | Buttons toolbar of the view frame. |
minimized | Indicates whether the requested size concerns minimized view frames or not. |
Implements IlvViewFrameLFHandler.