Adjust(int steps, int dir, int focusedDigit) | NumericConverter | |
Callback typedef | Observer::Publisher< FormatChangedToFitValueMessage > | |
CallbackReturn typedef | Observer::Publisher< FormatChangedToFitValueMessage > | |
ControlsToValue() | NumericConverter | virtual |
Decrement(int focusedDigit=-1) | NumericConverter | |
GetFormatName() const | NumericConverter | |
GetSafeFocusedDigit(int focusedDigit) const noexcept | NumericConverter | private |
GetString() | NumericConverter | |
GetValue() | NumericConverter | |
Increment(int focusedDigit=-1) | NumericConverter | |
m_factory | Observer::Publisher< FormatChangedToFitValueMessage > | private |
m_list | Observer::Publisher< FormatChangedToFitValueMessage > | private |
mContext | NumericConverter | protected |
mCustomFormat | NumericConverter | protected |
message_type typedef | Observer::Publisher< FormatChangedToFitValueMessage > | |
mFieldValueStrings | NumericConverter | protected |
mFormatID | NumericConverter | protected |
mFormatter | NumericConverter | protected |
mFormatUpdatedSubscription | NumericConverter | protected |
mInvalidValue | NumericConverter | protected |
mMaxValue | NumericConverter | protected |
mMinValue | NumericConverter | protected |
mType | NumericConverter | protected |
mValue | NumericConverter | protected |
mValueString | NumericConverter | protected |
notifies_all | Observer::Publisher< FormatChangedToFitValueMessage > | static |
NumericConverter(const FormatterContext &context, NumericConverterType type, const NumericFormatID &formatName={}, double value=0.0f) | NumericConverter | |
OnFormatUpdated(bool resetFocus) | NumericConverter | protectedvirtual |
operator=(Publisher &&)=default | Observer::Publisher< FormatChangedToFitValueMessage > | |
ParseFormatString(const TranslatableString &untranslatedFormat) | NumericConverter | private |
Publish(const FormatChangedToFitValueMessage &message) | Observer::Publisher< FormatChangedToFitValueMessage > | inlineprotected |
Publisher(ExceptionPolicy *pPolicy=nullptr, Alloc a={}) | Observer::Publisher< FormatChangedToFitValueMessage > | inlineexplicit |
Publisher(Publisher &&)=default | Observer::Publisher< FormatChangedToFitValueMessage > | |
ResetMaxValue() | NumericConverter | |
ResetMinValue() | NumericConverter | |
SetCustomFormat(const TranslatableString &customFormat) | NumericConverter | |
SetFormatName(const NumericFormatID &formatName) | NumericConverter | |
SetMaxValue(double maxValue) | NumericConverter | |
SetMinValue(double minValue) | NumericConverter | |
SetTypeAndFormatName(const NumericConverterType &type, const NumericFormatID &formatName) | NumericConverter | |
SetValue(double newValue) | NumericConverter | |
Subscribe(Callback callback) | Observer::Publisher< FormatChangedToFitValueMessage > | |
Subscribe(Object &obj, Return(Object::*callback)(Args...)) | Observer::Publisher< FormatChangedToFitValueMessage > | inline |
UpdateFormatter() | NumericConverter | protected |
UpdateFormatToFit(double value) | NumericConverter | |
ValueToControls() | NumericConverter | virtual |
ValueToControls(double rawValue, bool nearest=true) | NumericConverter | virtual |
~NumericConverter() | NumericConverter | virtual |