ParaView
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions
pqWidgetRangeDomain Class Reference

observes the domain for a property and updates the minimum and/or maximum properties of the object More...

#include <pqWidgetRangeDomain.h>

List of all members.

Public Slots

void domainChanged ()

Public Member Functions

 pqWidgetRangeDomain (QWidget *p, const QString &minProp, const QString &maxProp, vtkSMProperty *prop, int index=-1)
 ~pqWidgetRangeDomain ()

Protected Slots

void internalDomainChanged ()

Protected Member Functions

virtual void setRange (QVariant min, QVariant max)
QWidget * getWidget () const

Detailed Description

observes the domain for a property and updates the minimum and/or maximum properties of the object

Definition at line 44 of file pqWidgetRangeDomain.h.


Constructor & Destructor Documentation

pqWidgetRangeDomain::pqWidgetRangeDomain ( QWidget *  p,
const QString &  minProp,
const QString &  maxProp,
vtkSMProperty prop,
int  index = -1 
)
pqWidgetRangeDomain::~pqWidgetRangeDomain ( )

Member Function Documentation

void pqWidgetRangeDomain::domainChanged ( ) [slot]
void pqWidgetRangeDomain::internalDomainChanged ( ) [protected, slot]
virtual void pqWidgetRangeDomain::setRange ( QVariant  min,
QVariant  max 
) [protected, virtual]
QWidget* pqWidgetRangeDomain::getWidget ( ) const [protected]

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