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

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

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

Inheritance diagram for IlvSliderVXLFHandler:
IlvSliderWLFHandler IlvDefaultSliderLFHandler IlvSliderLFHandler IlvObjectLFHandler

Public Member Functions

 IlvSliderVXLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual void computeBBox (const IlvSlider *, IlvRect &, IlvRect &, const IlvTransformer *) const
 Is called to compute the bounding boxes of the slider components. More...
 
virtual void drawContents (const IlvSlider *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the contents of a slider gadget. More...
 
virtual void drawThumb (const IlvSlider *, IlvPort *, const IlvRect &, const IlvRegion *) const
 Is called to draw the thumb of a slider gadget. More...
 
virtual void drawTrack (const IlvSlider *, IlvPort *, const IlvRect &, const IlvRegion *) const
 Is called to draw the track of a slider gadget. More...
 
- Public Member Functions inherited from IlvSliderWLFHandler
 IlvSliderWLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 
virtual IlInt positionToValue (const IlvSlider *, const IlvPoint &p, const IlvTransformer *t) const
 Is called to compute the value of the slider at a specified point. More...
 
- Public Member Functions inherited from IlvDefaultSliderLFHandler
virtual void drawBackground (const IlvSlider *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the background of a slider gadget. More...
 
virtual void drawFrame (const IlvSlider *, IlvPort *, const IlvTransformer *, const IlvRegion *) const
 Is called to draw the frame of a slider gadget. More...
 
virtual IlBoolean handleEvent (IlvSlider *, IlvEvent &e) const
 Is called to handle the events of a slider gadget. More...
 
- Public Member Functions inherited from IlvSliderLFHandler
 IlvSliderLFHandler (IlvLookFeelHandler *lfh)
 Constructor. More...
 

Detailed Description

Object Look-and-Feel class.

Library: ilvvxlook

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

Constructor & Destructor Documentation

IlvSliderVXLFHandler::IlvSliderVXLFHandler ( IlvLookFeelHandler lfh)

Constructor.

Creates a new IlvSliderVXLFHandler instance and initializes it with lfh.

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

Member Function Documentation

virtual void IlvSliderVXLFHandler::computeBBox ( const IlvSlider slider,
IlvRect track,
IlvRect thumb,
const IlvTransformer t 
) const
virtual

Is called to compute the bounding boxes of the slider components.

Parameters
sliderThe slider.
trackThe returned bounding box of the track of the slider.
thumbThe returned bounding box of the thumb of the slider.
tThe transformer.

Reimplemented from IlvSliderWLFHandler.

virtual void IlvSliderVXLFHandler::drawContents ( const IlvSlider slider,
IlvPort dst,
const IlvTransformer t,
const IlvRegion clip 
) const
virtual

Is called to draw the contents of a slider gadget.

Parameters
sliderThe slider.
dstThe destination port.
tThe transformer.
clipThe clipping region.

Reimplemented from IlvDefaultSliderLFHandler.

virtual void IlvSliderVXLFHandler::drawThumb ( const IlvSlider slider,
IlvPort dst,
const IlvRect rect,
const IlvRegion clip 
) const
virtual

Is called to draw the thumb of a slider gadget.

Parameters
sliderThe slider.
dstThe destination port.
rectThe rectangle where to draw the thumb.
clipThe clipping region.

Reimplemented from IlvSliderWLFHandler.

virtual void IlvSliderVXLFHandler::drawTrack ( const IlvSlider slider,
IlvPort dst,
const IlvRect rect,
const IlvRegion clip 
) const
virtual

Is called to draw the track of a slider gadget.

Parameters
sliderThe slider.
dstThe destination port.
rectThe rectangle where to draw the track.
clipThe clipping region.

Reimplemented from IlvSliderWLFHandler.


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