rwlogo

Rogue Wave Views
Gadgets Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Member Functions
IlvFrameLFHandler Class Referenceabstract

Object Look-and-Feel class. More...

#include <ilviews/gadgets/frame.h>

Inheritance diagram for IlvFrameLFHandler:
IlvObjectLFHandler IlvDefaultFrameLFHandler IlvFrameMLFHandler IlvFrameWLFHandler IlvFrameVXLFHandler IlvFrameW95LFHandler

Public Member Functions

 IlvFrameLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual void drawBackground (const IlvFrame *frame, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0
 Is called to draw the background of a frame. More...
 
virtual void drawContents (const IlvFrame *frame, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0
 Is called to draw the contents of a frame. More...
 
virtual void drawFrame (const IlvFrame *frame, IlvPort *dst, const IlvTransformer *t, const IlvRegion *clip) const =0
 Is called to draw the frame of a frame. More...
 

Detailed Description

Object Look-and-Feel class.

Library: ilvgadgt

The base class for the object look-and-feel handlers of the frame.

Constructor & Destructor Documentation

IlvFrameLFHandler::IlvFrameLFHandler ( IlvLookFeelHandler lfh)

Constructor.

Creates a new IlvFrameLFHandler instance and initializes it with lfh.

Parameters
lfhThe look-and-feel handler which this handler will be associated to.

Member Function Documentation

virtual void IlvFrameLFHandler::drawBackground ( const IlvFrame frame,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
pure virtual

Is called to draw the background of a frame.

Parameters
frameThe frame.
dstThe destination port.
tThe transformer.
clipThe clipping region.

Implemented in IlvDefaultFrameLFHandler.

virtual void IlvFrameLFHandler::drawContents ( const IlvFrame frame,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
pure virtual

Is called to draw the contents of a frame.

Parameters
frameThe frame.
dstThe destination port.
tThe transformer.
clipThe clipping region.

Implemented in IlvFrameWLFHandler, IlvFrameVXLFHandler, IlvFrameW95LFHandler, and IlvFrameMLFHandler.

virtual void IlvFrameLFHandler::drawFrame ( const IlvFrame frame,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
pure virtual

Is called to draw the frame of a frame.

Parameters
frameThe frame.
dstThe destination port.
tThe transformer.
clipThe clipping region.

Implemented in IlvFrameWLFHandler, IlvFrameVXLFHandler, IlvFrameW95LFHandler, and IlvFrameMLFHandler.


© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.