BoundedValidator() noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
BoundedValidator(const TYPE &lowerBound, const TYPE &upperBound, bool exclusive=false) noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
checkValidity(const TYPE &value) const override | Mantid::Kernel::BoundedValidator< TYPE > | inlineprivate |
clearBounds() noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
clearLower() noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
clearUpper() noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
clone() const override | Mantid::Kernel::BoundedValidator< TYPE > | inline |
errorAdjustment(const TYPE &boundingValue, const int boundID) const | Mantid::Kernel::BoundedValidator< TYPE > | inlineprivate |
errorAdjustment(const double &boundingValue, const int boundID) const | Mantid::Kernel::BoundedValidator< TYPE > | inlineprivate |
errorAdjustment(const int &boundingValue, const int boundID) const | Mantid::Kernel::BoundedValidator< TYPE > | inlineprivate |
hasLower() const noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
hasUpper() const noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
isLowerExclusive() const noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
isUpperExclusive() const noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
lower() const noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
m_error | Mantid::Kernel::BoundedValidator< TYPE > | private |
m_hasError | Mantid::Kernel::BoundedValidator< TYPE > | private |
m_hasLowerBound | Mantid::Kernel::BoundedValidator< TYPE > | private |
m_hasUpperBound | Mantid::Kernel::BoundedValidator< TYPE > | private |
m_lowerBound | Mantid::Kernel::BoundedValidator< TYPE > | private |
m_lowerExclusive | Mantid::Kernel::BoundedValidator< TYPE > | private |
m_upperBound | Mantid::Kernel::BoundedValidator< TYPE > | private |
m_upperExclusive | Mantid::Kernel::BoundedValidator< TYPE > | private |
setBounds(const TYPE &lower, const TYPE &upper) noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
setError(const TYPE &value) | Mantid::Kernel::BoundedValidator< TYPE > | inline |
setError(const std::string &value) | Mantid::Kernel::BoundedValidator< TYPE > | inline |
setExclusive(const bool exclusive) noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
setLower(const TYPE &value) noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
setLowerExclusive(const bool exclusive) noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
setUpper(const TYPE &value) noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
setUpperExclusive(const bool exclusive) noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |
upper() const noexcept | Mantid::Kernel::BoundedValidator< TYPE > | inline |