|
MIRA
|
#include <widgets/PropertyEditorCommonDelegates.h>

Public Slots | |
| void | onEditFinished () |
| void | slotSetValue (uint64 value) |
Signals | |
| void | valueChanged (uint64 v) |
| void | propertyEdited () override |
Public Member Functions | |
| PropertyDelegate_SpinBoxUnsigned (PropertyNode *p, QWidget *parent) | |
| void | initFromProperty () override |
| void | setValue (uint64 val) override |
| call Base::setValue and emit valueChanged(val) More... | |
| template<typename T > | |
| void | limitRangeToType () |
| convenience function, sets limits matching a type's numeric limits (but PropertyHint takes priority!) More... | |
| uint64 | value () const |
| uint64 | minimum () const |
| void | setMinimum (uint64 min) |
| uint64 | maximum () const |
| void | setMaximum (uint64 max) |
| void | setRange (uint64 min, uint64 max) |
| StepEnabled | stepEnabled () const |
| uint64 | singleStep () |
| void | setSingleStep (uint64 step) |
| void | stepBy (int steps) override |
Protected Member Functions | |
| bool | eventFilter (QObject *obj, QEvent *event) |
| QValidator::State | validate (QString &input, int &pos) const override |
| uint64 | valueFromText (const QString &text) const |
| QString | textFromValue (uint64 val) const |
| const PropertyNode * | propertyNode () const |
| void | setPropertyFromString (const std::string &s) |
| void | setPropertyFromJSON (const JSONValue &v) |
| template<typename T > | |
| void | setPropertyFromValue (TypedPropertyNode< T > *p, const T &v) |
Protected Attributes | |
| uint64 | m_minimum |
| uint64 | m_maximum |
| uint64 | m_step |
| uint64 | m_value |
Properties | |
| uint64 | minimum |
| uint64 | maximum |
| uint64 | value |
Private Member Functions | |
| void | handleEventFilter (QEvent *event) |
| double | handleWheelEvent (QWheelEvent *event, QLineEdit *lineEdit, QChar decimalPoint, double defaultStep) |
| void | highlightScrolledDigit (QLineEdit *lineEdit, QChar decimalPoint) |
| int | scrolledDigit () const |
| PropertyDelegate_SpinBoxUnsigned | ( | PropertyNode * | p, |
| QWidget * | parent | ||
| ) |
|
overridevirtual |
Implements IPropertyDelegate_Edit.
|
overridevirtual |
call Base::setValue and emit valueChanged(val)
Reimplemented from LongSpinBoxBase< uint64 >.
|
inline |
convenience function, sets limits matching a type's numeric limits (but PropertyHint takes priority!)
|
slot |
|
slot |
|
signal |
|
overridesignal |
|
protected |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineoverrideinherited |
|
inlineoverrideprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inlineprotectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
readwrite |
|
readwrite |
|
readwrite |
1.8.14