Classes
pqSignalAdaptors.h File Reference
#include <QObject>
#include <QString>
#include <QVariant>
#include "pqWidgetsModule.h"
Include dependency graph for pqSignalAdaptors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pqSignalAdaptorComboBox
 signal adaptor to allow getting/setting/observing of a pseudo 'currentText' property of a combo box the QComboBox currentIndexChanged signal is forwarded to this currentTextChanged signal More...
 
class  pqSignalAdaptorColor
 signal adaptor to allow getting/setting/observing of an rgba (0.0 - 1.0 range) More...
 
class  pqSignalAdaptorSliderRange
 signal adaptor to adjust the range of a int slider to (0.0-1.0) More...
 
class  pqSignalAdaptorTextEdit
 signal adaptor that lets us get the text inside a QTextEdit More...
 
class  pqSignalAdaptorSpinBox
 signal adaptor that lets us set/get the integer value inside a QSpinBox More...