![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for LengthEditContext, including all inherited members.
| configure(const Length &value, const QVector< PositiveLength > &steps, const QString &uniqueIdentifier) noexcept | LengthEditContext | |
| configure(const UnsignedLength &value, const QVector< PositiveLength > &steps, const QString &uniqueIdentifier) noexcept | LengthEditContext | |
| configure(const PositiveLength &value, const QVector< PositiveLength > &steps, const QString &uniqueIdentifier) noexcept | LengthEditContext | |
| configureSettings(const QString &uniqueIdentifier) noexcept | LengthEditContext | protected |
| getUiData() const noexcept | LengthEditContext | |
| LengthEditContext()=delete | LengthEditContext | |
| LengthEditContext(const LengthEditContext &other)=delete | LengthEditContext | |
| LengthEditContext(const WorkspaceSettings &ws, QObject *parent=nullptr) noexcept | LengthEditContext | explicit |
| LengthEditContext(const WorkspaceSettings &ws, const Length &min, const Length &value, QObject *parent=nullptr) noexcept | LengthEditContext | protected |
| mMinimum | LengthEditContext | protected |
| mSettings | LengthEditContext | protected |
| mSettingsKey | LengthEditContext | protected |
| mSingleStepDown | LengthEditContext | protected |
| mSingleStepUp | LengthEditContext | protected |
| mStepBehavior | LengthEditContext | protected |
| mSteps | LengthEditContext | protected |
| mUnit | LengthEditContext | protected |
| mValue | LengthEditContext | protected |
| operator=(const LengthEditContext &rhs)=delete | LengthEditContext | |
| setStepBehavior(StepBehavior behavior) noexcept | LengthEditContext | |
| setUiData(const ui::LengthEditData &data) noexcept | LengthEditContext | |
| setUnit(const LengthUnit &unit) noexcept | LengthEditContext | |
| setValue(const Length &value) noexcept | LengthEditContext | |
| setValueImpl(const Length &value, bool emitValueChanged) noexcept | LengthEditContext | protected |
| setValuePositive(const PositiveLength &value) noexcept | LengthEditContext | |
| setValueUnsigned(const UnsignedLength &value) noexcept | LengthEditContext | |
| StepBehavior enum name | LengthEditContext | |
| stepBy(int steps) noexcept | LengthEditContext | |
| uiDataChanged() | LengthEditContext | signal |
| updateSingleStep() noexcept | LengthEditContext | protected |
| updateSingleStepHalfDouble() noexcept | LengthEditContext | protected |
| updateSingleStepPredefined() noexcept | LengthEditContext | protected |
| valueChanged(const Length &value) | LengthEditContext | signal |
| valueChangedPositive(const PositiveLength &value) | LengthEditContext | signal |
| valueChangedUnsigned(const UnsignedLength &value) | LengthEditContext | signal |
| ~LengthEditContext() noexcept | LengthEditContext | virtual |