ParaView
Public Slots | Signals | Public Member Functions | Protected Slots | Properties
pqSignalAdaptorSliderRange Class Reference

signal adaptor to adjust the range of a int slider to (0.0-1.0) More...

#include <pqSignalAdaptors.h>

List of all members.

Public Slots

void setValue (double val)
 set the red component

Signals

void valueChanged (double val)
 signal the color changed

Public Member Functions

 pqSignalAdaptorSliderRange (QSlider *p)
 constructor requires the QSlider
double value () const
 get the value components

Protected Slots

void handleValueChanged ()

Properties

double value

Detailed Description

signal adaptor to adjust the range of a int slider to (0.0-1.0)

Definition at line 111 of file pqSignalAdaptors.h.


Constructor & Destructor Documentation

pqSignalAdaptorSliderRange::pqSignalAdaptorSliderRange ( QSlider *  p)

constructor requires the QSlider


Member Function Documentation

double pqSignalAdaptorSliderRange::value ( ) const

get the value components

void pqSignalAdaptorSliderRange::valueChanged ( double  val) [signal]

signal the color changed

void pqSignalAdaptorSliderRange::setValue ( double  val) [slot]

set the red component

void pqSignalAdaptorSliderRange::handleValueChanged ( ) [protected, slot]

Property Documentation

double pqSignalAdaptorSliderRange::value [read, write]

Definition at line 114 of file pqSignalAdaptors.h.


The documentation for this class was generated from the following file: