stmm-games-doc  0.32.0
stmg::IntOption Member List

This is the complete list of members for stmg::IntOption, including all inherited members.

allowsRange() const noexcept overridestmg::IntOptioninlinevirtual
getDefaultValue() const noexceptstmg::Optioninline
getDesc() const noexceptstmg::Optioninline
getMastersValues() const noexceptstmg::Optioninline
getMax() const noexceptstmg::IntOptioninline
getMin() const noexceptstmg::IntOptioninline
getName() const noexceptstmg::Optioninline
getOwnerType() const noexceptstmg::Optioninline
getValueAsCode(const Variant &oValue) const noexcept overridestmg::IntOptionvirtual
getValueAsDescriptive(const Variant &oValue) const noexcept overridestmg::IntOptionvirtual
getValueFromCode(const std::string &sCode) const noexcept overridestmg::IntOptionvirtual
getValueFromString(const std::string &sValue) const noexcept overridestmg::IntOptionvirtual
IntOption(OwnerType eOwnerType, const std::string &sName, int32_t nDefaultValue, const std::string &sDesc, int32_t nMin, int32_t nMax) noexceptstmg::IntOption
IntOption(OwnerType eOwnerType, const std::string &sName, int32_t nDefaultValue, const std::string &sDesc, bool bReadOnly, bool bVisible, const shared_ptr< Option > &refMaster, const std::vector< Variant > &aMasterValues, int32_t nMin, int32_t nMax) noexceptstmg::IntOption
IntOption(OwnerType eOwnerType, const std::string &sName, int32_t nDefaultValue, const std::string &sDesc, bool bReadOnly, bool bVisible, const std::vector< std::pair< shared_ptr< Option >, std::vector< Variant >>> &aMastersValues, int32_t nMin, int32_t nMax) noexceptstmg::IntOption
isReadonly() const noexceptstmg::Optioninline
isSlave() const noexceptstmg::Optioninline
isValidValue(const Variant &oValue) const noexcept overridestmg::IntOptionvirtual
isVisible() const noexceptstmg::Optioninline
Option(OwnerType eOwnerType, const std::string &sName, const Variant &oDefaultValue, const std::string &sDesc) noexceptstmg::Optionprotected
Option(OwnerType eOwnerType, const std::string &sName, const Variant &oDefaultValue, const std::string &sDesc, bool bReadOnly, bool bVisible, const shared_ptr< Option > &refMaster, const std::vector< Variant > &aMasterValues) noexceptstmg::Optionprotected
Option(OwnerType eOwnerType, const std::string &sName, const Variant &oDefaultValue, const std::string &sDesc, bool bReadOnly, bool bVisible, const std::vector< std::pair< shared_ptr< Option >, std::vector< Variant >>> &aMastersValues) noexceptstmg::Optionprotected
~Option()=defaultstmg::Optionprotectedvirtual