Object Look-and-Feel class. More...
#include <ilviews/gadgets/vframe.h>
Public Member Functions | |
| IlvViewFrameLFHandler (IlvLookFeelHandler *lfh) | |
Creates a new IlvViewFrameLFHandler instance. More... | |
| virtual void | drawCaption (const IlvViewFrame *vframe, const IlvMessageLabel *gadget, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Is called to draw the caption of a view frame. More... | |
| virtual void | drawCloseButton (const IlvViewFrame *vframe, const IlvButton *button, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Is called to draw the close button of a view frame. More... | |
| virtual void | drawFrame (const IlvViewFrame *vframe, const IlvGadget *gadget, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Is called to draw the border of a view frame. More... | |
| virtual void | drawIcon (const IlvViewFrame *vframe, const IlvMessageLabel *gadget, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Is called to draw the icon of a view frame. More... | |
| virtual void | drawMaximizeButton (const IlvViewFrame *vframe, const IlvButton *button, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Is called to draw the maximize button of a view frame. More... | |
| virtual void | drawMinimizeButton (const IlvViewFrame *vframe, const IlvButton *button, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Is called to draw the minimize button of a view frame. More... | |
| virtual void | drawRestoreButton (const IlvViewFrame *vframe, const IlvButton *button, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Is called to draw the restore button of a view frame. More... | |
| virtual void | drawTitle (const IlvViewFrame *vframe, const IlvMessageLabel *gadget, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0 |
| Is called to draw the title of a view frame. More... | |
| virtual IlvDim | getBorderSize (IlBoolean minimized) const =0 |
| Returns the size of the border of a view frame. More... | |
| virtual IlvDim | getTitleBarHeight (const IlvViewFrame *vframe, const IlvViewFrameButtons *vfButtons, IlBoolean minimized) const =0 |
| Returns the height of the title bar of a view frame. More... | |
Object Look-and-Feel class.
Library: ilvadvgdt
The base class for the object look-and-feel handlers of the view frame objects.
| IlvViewFrameLFHandler::IlvViewFrameLFHandler | ( | IlvLookFeelHandler * | lfh | ) |
Creates a new IlvViewFrameLFHandler instance.
| lfh | The look-and-feel handler which this handler will be associated with. |
|
pure 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. |
Implemented in IlvDefaultViewFrameLFHandler.
|
pure 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. |
Implemented in IlvDefaultViewFrameLFHandler.
|
pure 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. |
Implemented in IlvDefaultViewFrameLFHandler.
|
pure 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. |
Implemented in IlvDefaultViewFrameLFHandler.
|
pure 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. |
Implemented in IlvDefaultViewFrameLFHandler.
|
pure 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. |
Implemented in IlvDefaultViewFrameLFHandler.
|
pure 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. |
Implemented in IlvDefaultViewFrameLFHandler.
|
pure 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. |
Implemented in IlvDefaultViewFrameLFHandler.
Returns the size of the border of a view frame.
| minimized | Indicates whether the requested size concerns minimized view frames or not. |
Implemented in IlvDefaultViewFrameLFHandler.
|
pure virtual |
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. |
Implemented in IlvDefaultViewFrameLFHandler.