|
MIRA
|
Implementation of PropertyEditorCommonDelegates. More...
#include <QSlider>#include <QSpinBox>#include <QComboBox>#include <QDoubleSpinBox>#include <QLineEdit>#include <QCheckBox>#include <math/Saturate.h>#include <serialization/PropertyNode.h>#include <widgets/PropertyEditorDelegateUtils.h>
Go to the source code of this file.
Classes | |
| class | PropertyDelegate_Slider |
| class | SpinBoxSmartScroll |
| class | LongSpinBoxBase< T > |
| A spinbox for integral values of any type T (intended to be used with 64bit values), implemented by subclassing QAbstractSpinBox. More... | |
| class | PropertyDelegate_SpinBoxSigned |
| class | PropertyDelegate_SpinBoxUnsigned |
| class | PropertyDelegate_ComboBoxBase |
| class | PropertyDelegate_ComboBoxIntegral |
| class | PropertyDelegate_ComboBoxInt |
| class | PropertyDelegate_ComboBoxUInt |
| class | PropertyDelegate_ComboBoxString |
| class | PropertyDelegate_DoubleSlider |
| class | PropertyDelegate_DoubleSpinBox |
| class | PropertyDelegate_LineEdit |
| class | PropertyDelegate_CheckBox |
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
| bool | stringToLL (const QString &input, int64 &val) |
| bool | stringToLL (const QString &input, uint64 &val) |
Implementation of PropertyEditorCommonDelegates.
1.8.14