![]() |
CustusX
15.3.4-beta
An IGT application
|
Composite widget for scalar data manipulation. More...
#include <cxDoubleWidgets.h>
Public Member Functions | |
| SpinBoxAndSliderGroupWidget (QWidget *parent, DoublePropertyBasePtr, QGridLayout *gridLayout=0, int row=0) | |
Public Member Functions inherited from cx::ScalarInteractionWidget | |
| ScalarInteractionWidget (QWidget *parent, DoublePropertyBasePtr) | |
| void | enableLabel () |
| void | enableSlider () |
| void | enableDial () |
| void | enableEdit () |
| void | enableSpinBox () |
| void | enableInfiniteSlider () |
| void | addToOwnLayout () |
| void | addToGridLayout (QGridLayout *gridLayout=0, int row=0) |
| void | build (QGridLayout *gridLayout=0, int row=0) |
Public Member Functions inherited from cx::OptimizedUpdateWidget | |
| OptimizedUpdateWidget (QWidget *parent=NULL) | |
| virtual | ~OptimizedUpdateWidget () |
Additional Inherited Members | |
Public Slots inherited from cx::OptimizedUpdateWidget | |
| virtual void | setModified () |
Protected Member Functions inherited from cx::ScalarInteractionWidget | |
| virtual void | prePaintEvent () |
Protected Member Functions inherited from cx::OptimizedUpdateWidget | |
| virtual void | paintEvent (QPaintEvent *event) |
Protected Attributes inherited from cx::ScalarInteractionWidget | |
| DoublePropertyBasePtr | mData |
Composite widget for scalar data manipulation.
Consists of <namelabel, valueedit, slider>. Insert a subclass of DoublePropertyBasePtr in order to connect to data.
Uses both a slider and a spin box
Definition at line 225 of file cxDoubleWidgets.h.
| cx::SpinBoxAndSliderGroupWidget::SpinBoxAndSliderGroupWidget | ( | QWidget * | parent, |
| DoublePropertyBasePtr | dataInterface, | ||
| QGridLayout * | gridLayout = 0, |
||
| int | row = 0 |
||
| ) |
Definition at line 328 of file cxDoubleWidgets.cpp.