|
stmm-games-doc
0.32.0
|
This is the complete list of members for stmg::IntOption, including all inherited members.
| allowsRange() const noexcept override | stmg::IntOption | inlinevirtual |
| getDefaultValue() const noexcept | stmg::Option | inline |
| getDesc() const noexcept | stmg::Option | inline |
| getMastersValues() const noexcept | stmg::Option | inline |
| getMax() const noexcept | stmg::IntOption | inline |
| getMin() const noexcept | stmg::IntOption | inline |
| getName() const noexcept | stmg::Option | inline |
| getOwnerType() const noexcept | stmg::Option | inline |
| getValueAsCode(const Variant &oValue) const noexcept override | stmg::IntOption | virtual |
| getValueAsDescriptive(const Variant &oValue) const noexcept override | stmg::IntOption | virtual |
| getValueFromCode(const std::string &sCode) const noexcept override | stmg::IntOption | virtual |
| getValueFromString(const std::string &sValue) const noexcept override | stmg::IntOption | virtual |
| IntOption(OwnerType eOwnerType, const std::string &sName, int32_t nDefaultValue, const std::string &sDesc, int32_t nMin, int32_t nMax) noexcept | stmg::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) noexcept | stmg::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) noexcept | stmg::IntOption | |
| isReadonly() const noexcept | stmg::Option | inline |
| isSlave() const noexcept | stmg::Option | inline |
| isValidValue(const Variant &oValue) const noexcept override | stmg::IntOption | virtual |
| isVisible() const noexcept | stmg::Option | inline |
| Option(OwnerType eOwnerType, const std::string &sName, const Variant &oDefaultValue, const std::string &sDesc) noexcept | stmg::Option | protected |
| 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) noexcept | stmg::Option | protected |
| 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) noexcept | stmg::Option | protected |
| ~Option()=default | stmg::Option | protectedvirtual |
1.8.13