|
Mantid
|
This is the complete list of members for Mantid::Kernel::PropertyManagerOwner, including all inherited members.
| afterPropertySet(const std::string &) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| asJson(bool withDefaultValues=false) const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| asString(bool withDefaultValues=false) const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| clear() override | Mantid::Kernel::PropertyManagerOwner | virtual |
| copyPropertiesFrom(const PropertyManagerOwner &po) | Mantid::Kernel::PropertyManagerOwner | inlinevirtual |
| declareOrReplaceProperty(std::unique_ptr< Property > p, const std::string &doc="") override | Mantid::Kernel::PropertyManagerOwner | virtual |
| declareProperty(std::unique_ptr< Property > p, const std::string &doc="") override | Mantid::Kernel::PropertyManagerOwner | virtual |
| declareProperty(std::unique_ptr< Property > p, const std::string &doc="")=0 | Mantid::Kernel::PropertyManagerOwner | virtual |
| declareProperty(const std::string &name, T value, IValidator_sptr validator=std::make_shared< NullValidator >(), const std::string &doc="", const unsigned int direction=Direction::Input) | Mantid::Kernel::PropertyManagerOwner | inline |
| declareProperty(const std::string &name, T value, const std::string &doc, const unsigned int direction=Direction::Input) | Mantid::Kernel::PropertyManagerOwner | inline |
| declareProperty(const std::string &name, T value, const unsigned int direction) | Mantid::Kernel::PropertyManagerOwner | inline |
| declareProperty(const std::string &name, const char *value, IValidator_sptr validator=std::make_shared< NullValidator >(), const std::string &doc=std::string(), const unsigned int direction=Direction::Input) | Mantid::Kernel::PropertyManagerOwner | inline |
| declareProperty(const std::string &name, const char *value, const std::string &doc, IValidator_sptr validator=std::make_shared< NullValidator >(), const unsigned int direction=Direction::Input) | Mantid::Kernel::PropertyManagerOwner | inline |
| declareProperty(const std::string &name, const char *value, const unsigned int direction) | Mantid::Kernel::PropertyManagerOwner | inline |
| doSetProperty(const std::string &name, const T &value) | Mantid::Kernel::IPropertyManager | inlineprivate |
| doSetProperty(const std::string &name, const std::shared_ptr< T > &value) | Mantid::Kernel::IPropertyManager | inlineprivate |
| existsProperty(const std::string &name) const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| filterByProperty(const TimeSeriesProperty< bool > &, const std::vector< std::string > &) override | Mantid::Kernel::PropertyManagerOwner | inlinevirtual |
| filterByTime(const Types::Core::DateAndTime &, const Types::Core::DateAndTime &) override | Mantid::Kernel::PropertyManagerOwner | inlinevirtual |
| getDeclaredPropertyNames() const noexcept override | Mantid::Kernel::PropertyManagerOwner | virtual |
| getPointerToProperty(const std::string &name) const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| getPointerToPropertyOrdinal(const int &index) const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| getProperties() const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| getPropertiesInGroup(const std::string &group) const | Mantid::Kernel::IPropertyManager | |
| getProperty(const std::string &name) const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| getPropertyValue(const std::string &name) const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| getValue(const std::string &name) const | Mantid::Kernel::IPropertyManager | protected |
| getValue(const std::string &name) const | Mantid::Kernel::IPropertyManager | protected |
| getValue(const std::string &name) const | Mantid::Kernel::IPropertyManager | protected |
| isDefault(const std::string &name) const | Mantid::Kernel::PropertyManagerOwner | |
| m_properties | Mantid::Kernel::PropertyManagerOwner | private |
| operator=(const PropertyManagerOwner &) | Mantid::Kernel::PropertyManagerOwner | |
| propertyCount() const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| PropertyManagerOwner() | Mantid::Kernel::PropertyManagerOwner | |
| PropertyManagerOwner(const PropertyManagerOwner &) | Mantid::Kernel::PropertyManagerOwner | |
| removeProperty(const std::string &name, const bool delproperty=true) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| resetProperties() override | Mantid::Kernel::PropertyManagerOwner | virtual |
| setProperties(const std::string &propertiesJson, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >(), bool createMissing=false) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| setProperties(const ::Json::Value &jsonValue, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >(), bool createMissing=false) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| setPropertiesWithString(const std::string &propertiesString, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >()) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| setProperty(const std::string &name, const T &value) | Mantid::Kernel::IPropertyManager | inline |
| setProperty(const std::string &name, std::unique_ptr< T > value) | Mantid::Kernel::IPropertyManager | inline |
| setProperty(const std::string &name, const char *value) | Mantid::Kernel::IPropertyManager | inline |
| setProperty(const std::string &name, const std::string &value) | Mantid::Kernel::IPropertyManager | inline |
| setPropertyGroup(const std::string &name, const std::string &group) | Mantid::Kernel::IPropertyManager | inline |
| setPropertyOrdinal(const int &index, const std::string &value) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| setPropertySettings(const std::string &name, std::unique_ptr< IPropertySettings > settings) | Mantid::Kernel::IPropertyManager | |
| setPropertyValue(const std::string &name, const std::string &value) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| setPropertyValueFromJson(const std::string &name, const Json::Value &value) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| setTypedProperty(const std::string &name, const T &value, const std::false_type &) | Mantid::Kernel::IPropertyManager | inlineprivate |
| setTypedProperty(const std::string &name, const T &value, const std::true_type &) | Mantid::Kernel::IPropertyManager | inlineprivate |
| setTypedProperty(const std::string &name, std::unique_ptr< T > value, const std::true_type &) | Mantid::Kernel::IPropertyManager | inlineprivate |
| splitByTime(std::vector< SplittingInterval > &, std::vector< PropertyManager * >) const override | Mantid::Kernel::PropertyManagerOwner | inlinevirtual |
| takeProperty(const size_t index) override | Mantid::Kernel::PropertyManagerOwner | virtual |
| updatePropertyValues(const IPropertyManager &other) | Mantid::Kernel::IPropertyManager | |
| validateProperties() const override | Mantid::Kernel::PropertyManagerOwner | virtual |
| ~IPropertyManager()=default | Mantid::Kernel::IPropertyManager | virtual |