Public Slots | Public Member Functions | Protected Slots | Protected Member Functions | List of all members
pqWidgetRangeDomain Class Reference

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

#include <pqWidgetRangeDomain.h>

Inherits QObject.

Public Slots

void domainChanged ()
 

Public Member Functions

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

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 46 of file pqWidgetRangeDomain.h.

Constructor & Destructor Documentation

◆ pqWidgetRangeDomain()

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

◆ ~pqWidgetRangeDomain()

pqWidgetRangeDomain::~pqWidgetRangeDomain ( )
override

Member Function Documentation

◆ domainChanged

void pqWidgetRangeDomain::domainChanged ( )
slot

◆ internalDomainChanged

void pqWidgetRangeDomain::internalDomainChanged ( )
protectedslot

◆ setRange()

virtual void pqWidgetRangeDomain::setRange ( QVariant  min,
QVariant  max 
)
protectedvirtual

◆ getWidget()

QWidget* pqWidgetRangeDomain::getWidget ( ) const
protected

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