|
| PIntegerSliderEdit (const std::string &tag, const std::string &label="") |
|
PIntegerSliderEdit * | SetRange (int min, int max) |
|
PIntegerSliderEdit * | AllowUserRange (bool allowed=true) |
|
PIntegerSliderEdit * | AllowDynamicUpdate () |
|
| PLineItem (const std::string &tag, const std::string &label, QWidget *centerWidget, QWidget *rightWidget) |
|
| PLineItem (const std::string &tag, const std::string &label, QWidget *rightWidget) |
|
| PLineItem (const std::string &label, PWidget *rightWidget) |
|
| PWidget (const std::string &tag, QWidget *widget) |
|
void | Update (VAPoR::ParamsBase *params, VAPoR::ParamsMgr *paramsMgr=nullptr, VAPoR::DataMgr *dataMgr=nullptr) override |
| Follows the Vapor GUI update function convention. Update the element.
|
|
PWidget * | ShowBasedOnParam (const std::string &tag, int whenEqualTo=true) |
|
PWidget * | EnableBasedOnParam (const std::string &tag, int whenEqualTo=true) |
|
PWidget * | SetTooltip (const std::string &text) |
|
void | setToolTip (const QString &)=delete |
|
| VContainer (QWidget *w) |
|
| VContainer (QWidget *w) |
|
void | AddBottomStretch () |
|
void | SetPadding (int left, int top, int right, int bottom) |
|
QLayout * | layout () const =delete |
|
void | setLayout (QLayout *)=delete |
|
virtual void | Update (VAPoR::ParamsBase *params, VAPoR::ParamsMgr *paramsMgr=nullptr, VAPoR::DataMgr *dataMgr=nullptr)=0 |
|
PWidget * | EnableDynamicUpdate (bool enabled=true) |
| Turns on dynamic update.
|
|
virtual | ~PDynamicMixin ()=default |
|
Creates a slider and text input combo synced with the paramsdatabase. Due to the way VDoubleSliderEdit and VIntSliderEdit are implemented, duplicating the code was simpler than templatizing.
Definition at line 43 of file PSliderEdit.h.