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
IlvFrameWLFHandler Class Reference

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

#include <ilviews/gadgets/windows/frame.h>

Inheritance diagram for IlvFrameWLFHandler:
IlvDefaultFrameLFHandler IlvFrameLFHandler IlvObjectLFHandler IlvFrameVXLFHandler IlvFrameW95LFHandler

Public Member Functions

 IlvFrameWLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual void drawContents (const IlvFrame *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the contents of a frame. More...
 
virtual void drawFrame (const IlvFrame *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the frame of a frame. More...
 
- Public Member Functions inherited from IlvDefaultFrameLFHandler
virtual void drawBackground (const IlvFrame *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the background of a frame. More...
 
- Public Member Functions inherited from IlvFrameLFHandler
 IlvFrameLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 

Detailed Description

Object Look-and-Feel class.

Library: ilvwlook

The class for the Microsoft Windows object look-and-feel handler of the frame.

Constructor & Destructor Documentation

IlvFrameWLFHandler::IlvFrameWLFHandler ( IlvLookFeelHandler lfh)

Constructor.

Creates a new IlvFrameWLFHandler instance and initializes it with lfh.

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

Member Function Documentation

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

Is called to draw the contents of a frame.

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

Implements IlvFrameLFHandler.

Reimplemented in IlvFrameVXLFHandler, and IlvFrameW95LFHandler.

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

Is called to draw the frame of a frame.

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

Implements IlvFrameLFHandler.

Reimplemented in IlvFrameVXLFHandler, and IlvFrameW95LFHandler.


© 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.