eproperty::Range< TYPE > Member List
This is the complete list of members for eproperty::Range< TYPE >, including all inherited members.
changeDefault(const TYPE &_newDefault) | eproperty::PropertyType< TYPE > | inlinevirtual |
get() const | eproperty::PropertyType< TYPE > | inline |
getDefault() const override | eproperty::PropertyType< TYPE > | inlinevirtual |
getDirect() | eproperty::PropertyType< TYPE > | inline |
getInfo() const override | eproperty::Range< TYPE > | virtual |
getListValue() const | eproperty::Property | inlinevirtual |
getName() const | eproperty::Property | virtual |
getPropertyType() const override | eproperty::Range< TYPE > | virtual |
getString() const override | eproperty::PropertyType< TYPE > | inlinevirtual |
getType() const override | eproperty::PropertyType< TYPE > | inlinevirtual |
getValueSpecific(const TYPE &_valueRequested) const override | eproperty::Value< TYPE > | virtual |
isDefault() const override | eproperty::PropertyType< TYPE > | inlinevirtual |
m_default | eproperty::PropertyType< TYPE > | protected |
m_value | eproperty::PropertyType< TYPE > | protected |
notifyChange() const | eproperty::Property | |
Observer typedef | eproperty::Property | |
operator const TYPE &() const | eproperty::PropertyType< TYPE > | inline |
operator!=(const TYPE &_obj) const =delete | eproperty::Property | |
operator*() const noexcept | eproperty::PropertyType< TYPE > | inline |
operator->() const noexcept | eproperty::PropertyType< TYPE > | inline |
operator<(const TYPE &_obj) const =delete | eproperty::Property | |
operator<=(const TYPE &_obj) const =delete | eproperty::Property | |
operator=(const TYPE &_newVal)=delete | eproperty::PropertyType< TYPE > | |
operator==(const TYPE &_obj) const =delete | eproperty::Property | |
operator>(const TYPE &_obj) const =delete | eproperty::Property | |
operator>=(const TYPE &_obj) const =delete | eproperty::Property | |
Property(eproperty::Interface *_paramInterfaceLink, const std::string &_name) | eproperty::Property | |
Property() | eproperty::Property | |
PropertyType(CLASS_TYPE *_owner, const std::string &_name, const TYPE &_defaultValue, const std::string &_description="", void(CLASS_TYPE::*_setObs)()=nullptr) | eproperty::PropertyType< TYPE > | inline |
PropertyType(const TYPE &_defaultValue) | eproperty::PropertyType< TYPE > | inline |
Range(CLASS_TYPE *_owner, const std::string &_name, const TYPE &_defaultValue, const TYPE &_min, const TYPE &_max, const std::string &_description="", void(CLASS_TYPE::*_setObs)()=nullptr) | eproperty::Range< TYPE > | inline |
Range(const TYPE &_defaultValue, const TYPE &_min, const TYPE &_max) | eproperty::Range< TYPE > | |
set(const TYPE &_newVal) override | eproperty::Range< TYPE > | virtual |
setDefault() override | eproperty::PropertyType< TYPE > | inlinevirtual |
setDirect(const TYPE &_newVal) | eproperty::PropertyType< TYPE > | inline |
setDirectCheck(const TYPE &_newVal) override | eproperty::Range< TYPE > | virtual |
setObserver(eproperty::Property::Observer _setObs) | eproperty::Property | protected |
setString(const std::string &_newVal) override | eproperty::Range< TYPE > | virtual |
Value(CLASS_TYPE *_owner, const std::string &_name, const TYPE &_defaultValue, const std::string &_description="", void(CLASS_TYPE::*_setObs)()=nullptr) | eproperty::Value< TYPE > | inline |
Value(const TYPE &_defaultValue) | eproperty::Value< TYPE > | |
~Property()=default | eproperty::Property | virtual |
~PropertyType()=default | eproperty::PropertyType< TYPE > | virtual |
~Range()=default | eproperty::Range< TYPE > | virtual |