ParaView
Public Slots | Signals | Public Member Functions | Properties | List of all members
pqDoubleRangeWidget Class Reference

a widget with a tied slider and line edit for editing a double property More...

#include <pqDoubleRangeWidget.h>

Inherits QWidget.

Public Slots

void setValue (double)
 set the value More...
 
void setMinimum (double)
 
void setMaximum (double)
 
void setStrictRange (bool)
 
void setResolution (int)
 

Signals

void valueChanged (double)
 signal the value changed More...
 
void valueEdited (double)
 signal the value was edited this means the user is done changing text or the slider was moved More...
 

Public Member Functions

 pqDoubleRangeWidget (QWidget *parent=NULL)
 constructor requires the proxy, property More...
 
 ~pqDoubleRangeWidget ()
 
double value () const
 get the value More...
 
double minimum () const
 
double maximum () const
 
bool strictRange () const
 
int resolution () const
 

Properties

double value
 
double minimum
 
double maximum
 
bool strictRange
 
int resolution
 

Detailed Description

a widget with a tied slider and line edit for editing a double property

Definition at line 44 of file pqDoubleRangeWidget.h.

Constructor & Destructor Documentation

§ pqDoubleRangeWidget()

pqDoubleRangeWidget::pqDoubleRangeWidget ( QWidget *  parent = NULL)

constructor requires the proxy, property

§ ~pqDoubleRangeWidget()

pqDoubleRangeWidget::~pqDoubleRangeWidget ( )

Member Function Documentation

§ value()

double pqDoubleRangeWidget::value ( ) const

get the value

§ minimum()

double pqDoubleRangeWidget::minimum ( ) const

§ maximum()

double pqDoubleRangeWidget::maximum ( ) const

§ strictRange()

bool pqDoubleRangeWidget::strictRange ( ) const

§ resolution()

int pqDoubleRangeWidget::resolution ( ) const

§ valueChanged

void pqDoubleRangeWidget::valueChanged ( double  )
signal

signal the value changed

§ valueEdited

void pqDoubleRangeWidget::valueEdited ( double  )
signal

signal the value was edited this means the user is done changing text or the slider was moved

§ setValue

void pqDoubleRangeWidget::setValue ( double  )
slot

set the value

§ setMinimum

void pqDoubleRangeWidget::setMinimum ( double  )
slot

§ setMaximum

void pqDoubleRangeWidget::setMaximum ( double  )
slot

§ setStrictRange

void pqDoubleRangeWidget::setStrictRange ( bool  )
slot

§ setResolution

void pqDoubleRangeWidget::setResolution ( int  )
slot

Property Documentation

§ value

double pqDoubleRangeWidget::value
readwrite

Definition at line 47 of file pqDoubleRangeWidget.h.

§ minimum

double pqDoubleRangeWidget::minimum
readwrite

Definition at line 48 of file pqDoubleRangeWidget.h.

§ maximum

double pqDoubleRangeWidget::maximum
readwrite

Definition at line 49 of file pqDoubleRangeWidget.h.

§ strictRange

bool pqDoubleRangeWidget::strictRange
readwrite

Definition at line 50 of file pqDoubleRangeWidget.h.

§ resolution

int pqDoubleRangeWidget::resolution
readwrite

Definition at line 51 of file pqDoubleRangeWidget.h.


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