|
| SearchFieldRangeDouble (QObject *const parent) |
|
void | read (SearchXmlCachingReader &reader) override |
|
void | reset () override |
|
void | setBetweenText (const QString &text) |
|
void | setBoundary (double min, double max, int decimals, double step) |
|
void | setFactor (double factor) |
|
void | setInvertStepping (bool invert) |
|
void | setNoValueText (const QString &text) |
|
void | setNumberPrefixAndSuffix (const QString &prefix, const QString &suffix) |
|
void | setSingleSteps (double smaller, double larger) |
|
void | setSuggestedInitialValue (double initialValue) |
|
void | setSuggestedValues (const QList< double > &values) |
|
void | setupValueWidgets (QGridLayout *layout, int row, int column) override |
|
void | setValueWidgetsVisible (bool visible) override |
|
QList< QRect > | valueWidgetRects () const override |
|
void | write (SearchXmlWriter &writer) override |
|
| SearchField (QObject *const parent) |
|
bool | isVisible () override |
|
void | setCategoryLabelVisible (bool visible) |
|
void | setCategoryLabelVisibleFromPreviousField (SearchField *const previousField) |
|
void | setFieldName (const QString &fieldName) |
|
virtual void | setText (const QString &label, const QString &detailLabel) |
|
void | setup (QGridLayout *const layout, int row=-1) |
|
void | setVisible (bool visible) override |
|
virtual bool | supportsField (const QString &fieldName) |
|
QList< QRect > | widgetRects (WidgetRectType=ValueWidgetRectsOnly) const |
|