#include <widgets/PropertyEditorCommonDelegates.h>
◆ PropertyDelegate_SpinBoxSigned()
◆ initFromProperty()
| void initFromProperty |
( |
| ) |
|
|
overridevirtual |
◆ setValue()
| void setValue |
( |
int64 |
val | ) |
|
|
overridevirtual |
◆ limitRangeToType()
| void limitRangeToType |
( |
| ) |
|
|
inline |
convenience function, sets limits matching a type's numeric limits (but PropertyHint takes priority!)
◆ onEditFinished
◆ slotSetValue
| void slotSetValue |
( |
int64 |
value | ) |
|
|
slot |
◆ valueChanged
| void valueChanged |
( |
int64 |
v | ) |
|
|
signal |
◆ propertyEdited
◆ eventFilter()
| bool eventFilter |
( |
QObject * |
obj, |
|
|
QEvent * |
event |
|
) |
| |
|
protected |
◆ value()
◆ minimum()
◆ setMinimum()
| void setMinimum |
( |
int64 |
min | ) |
|
|
inlineinherited |
◆ maximum()
◆ setMaximum()
| void setMaximum |
( |
int64 |
max | ) |
|
|
inlineinherited |
◆ setRange()
◆ stepEnabled()
| StepEnabled stepEnabled |
( |
| ) |
const |
|
inlineinherited |
◆ singleStep()
◆ setSingleStep()
| void setSingleStep |
( |
int64 |
step | ) |
|
|
inlineinherited |
◆ stepBy()
◆ validate()
| QValidator::State validate |
( |
QString & |
input, |
|
|
int & |
pos |
|
) |
| const |
|
inlineoverrideprotectedinherited |
◆ valueFromText()
| int64 valueFromText |
( |
const QString & |
text | ) |
const |
|
inlineprotectedinherited |
◆ textFromValue()
| QString textFromValue |
( |
int64 |
val | ) |
const |
|
inlineprotectedinherited |
◆ propertyNode()
◆ setPropertyFromString()
| void setPropertyFromString |
( |
const std::string & |
s | ) |
|
|
protectedinherited |
◆ setPropertyFromJSON()
| void setPropertyFromJSON |
( |
const JSONValue & |
v | ) |
|
|
protectedinherited |
◆ setPropertyFromValue()
◆ m_minimum
◆ m_maximum
◆ m_step
◆ m_value
◆ minimum
◆ maximum
◆ value
The documentation for this class was generated from the following file: