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

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

#include <ilviews/gadgets/vx/matrix.h>

Inheritance diagram for IlvMatrixVXLFHandler:
IlvMatrixWLFHandler IlvDefaultMatrixLFHandler IlvMatrixLFHandler IlvObjectLFHandler

Public Member Functions

 IlvMatrixVXLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual void drawRelief (const IlvMatrix *, IlUShort, IlUShort, IlvPort *, const IlvRect &, const IlvRect *) const
 Is called to draw the relief of a matrix item. More...
 
- Public Member Functions inherited from IlvMatrixWLFHandler
 IlvMatrixWLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual void drawSelection (const IlvMatrix *, IlvPort *, const IlvRect &, const IlvRect *) const
 Is called to draw the selection of a matrix item. More...
 
virtual IlvPalettegetSelectionPalette (const IlvMatrix *m) const
 Returns the palette used to draw the selection in the matrix. More...
 
- Public Member Functions inherited from IlvDefaultMatrixLFHandler
virtual void drawBackground (const IlvMatrix *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the background of a matrix. More...
 
virtual void drawFrame (const IlvMatrix *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the frame of a matrix. More...
 
virtual void drawItem (const IlvMatrix *, IlvPort *, IlUShort, IlUShort, const IlvRect &, const IlvRect &) const
 Is called to draw a matrix item. More...
 
virtual IlvPalettegetWindowBackground (const IlvMatrix *) const
 Returns the palette used to draw the background of the matrix. More...
 
virtual IlBoolean handleMatrixEvent (IlvMatrix *, IlvEvent &) const
 Is called to handle the events of a matrix. More...
 
- Public Member Functions inherited from IlvMatrixLFHandler
 IlvMatrixLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 

Detailed Description

Object Look-and-Feel class.

Library: ilvavxlook

The class for the ViewsX object look-and-feel handler of the matrix gadget.

Constructor & Destructor Documentation

IlvMatrixVXLFHandler::IlvMatrixVXLFHandler ( IlvLookFeelHandler lfh)

Constructor.

Creates a new IlvMatrixVXLFHandler instance and initializes it with lfh.

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

Member Function Documentation

virtual void IlvMatrixVXLFHandler::drawRelief ( const IlvMatrix matrix,
IlUShort  colno,
IlUShort  rowno,
IlvPort dst,
const IlvRect rect,
const IlvRect clip 
) const
virtual

Is called to draw the relief of a matrix item.

Parameters
matrixThe matrix.
colnoThe column number.
rownoThe row number.
dstThe destination port.
rectThe rectangle where to draw the relief.
clipThe clipping rectangle.

Reimplemented from IlvMatrixWLFHandler.


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