Mantid
|
This is the complete list of members for Mantid::Kernel::PropertyManager, including all inherited members.
afterPropertySet(const std::string &) | Mantid::Kernel::IPropertyManager | inlineprotectedvirtual |
asJson(bool withDefaultValues=false) const override | Mantid::Kernel::PropertyManager | virtual |
asString(bool withDefaultValues=false) const override | Mantid::Kernel::PropertyManager | virtual |
clear() override | Mantid::Kernel::PropertyManager | virtual |
declareOrReplaceProperty(std::unique_ptr< Property > p, const std::string &doc="") override | Mantid::Kernel::PropertyManager | virtual |
declareProperty(std::unique_ptr< Property > p, const std::string &doc="") override | Mantid::Kernel::PropertyManager | virtual |
declareProperty(std::unique_ptr< Property > p, const std::string &doc="")=0 | Mantid::Kernel::PropertyManager | 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::PropertyManager | inline |
declareProperty(const std::string &name, T value, const std::string &doc, const unsigned int direction=Direction::Input) | Mantid::Kernel::PropertyManager | inline |
declareProperty(const std::string &name, T value, const unsigned int direction) | Mantid::Kernel::PropertyManager | 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::PropertyManager | 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::PropertyManager | inline |
declareProperty(const std::string &name, const char *value, const unsigned int direction) | Mantid::Kernel::PropertyManager | 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::PropertyManager | virtual |
filterByProperty(const TimeSeriesProperty< bool > &filter, const std::vector< std::string > &excludedFromFiltering=std::vector< std::string >()) override | Mantid::Kernel::PropertyManager | virtual |
filterByTime(const Types::Core::DateAndTime &start, const Types::Core::DateAndTime &stop) override | Mantid::Kernel::PropertyManager | virtual |
getDeclaredPropertyNames() const noexcept override | Mantid::Kernel::PropertyManager | virtual |
getInvalidValuesFilterLogName(const std::string &logName) | Mantid::Kernel::PropertyManager | static |
getLogNameFromInvalidValuesFilter(const std::string &logName) | Mantid::Kernel::PropertyManager | static |
getPointerToProperty(const std::string &name) const override | Mantid::Kernel::PropertyManager | virtual |
getPointerToPropertyOrdinal(const int &index) const override | Mantid::Kernel::PropertyManager | protectedvirtual |
getPointerToPropertyOrNull(const std::string &name) const | Mantid::Kernel::PropertyManager | protected |
getProperties() const override | Mantid::Kernel::PropertyManager | virtual |
getPropertiesInGroup(const std::string &group) const | Mantid::Kernel::IPropertyManager | |
getProperty(const std::string &name) const override | Mantid::Kernel::PropertyManager | virtual |
getPropertyValue(const std::string &name) const override | Mantid::Kernel::PropertyManager | 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 |
INVALID_VALUES_SUFFIX | Mantid::Kernel::PropertyManager | static |
isAnInvalidValuesFilterLog(const std::string &logName) | Mantid::Kernel::PropertyManager | static |
m_orderedProperties | Mantid::Kernel::PropertyManager | private |
m_properties | Mantid::Kernel::PropertyManager | private |
operator!=(const PropertyManager &other) const | Mantid::Kernel::PropertyManager | |
operator+=(const PropertyManager &rhs) | Mantid::Kernel::PropertyManager | |
operator=(const PropertyManager &) | Mantid::Kernel::PropertyManager | |
operator==(const PropertyManager &other) const | Mantid::Kernel::PropertyManager | |
propertyCount() const override | Mantid::Kernel::PropertyManager | virtual |
PropertyManager() | Mantid::Kernel::PropertyManager | |
PropertyManager(const PropertyManager &) | Mantid::Kernel::PropertyManager | |
PropertyManagerOwner | Mantid::Kernel::PropertyManager | friend |
PropertyMap typedef | Mantid::Kernel::PropertyManager | private |
removeProperty(const std::string &name, const bool delproperty=true) override | Mantid::Kernel::PropertyManager | virtual |
resetProperties() override | Mantid::Kernel::PropertyManager | virtual |
setProperties(const std::string &propertiesJson, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >(), bool createMissing=false) override | Mantid::Kernel::PropertyManager | virtual |
setProperties(const std::string &propertiesJson, IPropertyManager *targetPropertyManager, const std::unordered_set< std::string > &ignoreProperties, bool createMissing=false) | Mantid::Kernel::PropertyManager | |
setProperties(const ::Json::Value &jsonValue, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >(), bool createMissing=false) override | Mantid::Kernel::PropertyManager | virtual |
setProperties(const ::Json::Value &jsonValue, IPropertyManager *targetPropertyManager, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >(), bool createMissing=false) | Mantid::Kernel::PropertyManager | |
setPropertiesWithJSONString(const std::string &propertiesString, const std::unordered_set< std::string > &ignoreProperties) | Mantid::Kernel::PropertyManager | private |
setPropertiesWithSimpleString(const std::string &propertiesString, const std::unordered_set< std::string > &ignoreProperties) | Mantid::Kernel::PropertyManager | private |
setPropertiesWithString(const std::string &propertiesString, const std::unordered_set< std::string > &ignoreProperties=std::unordered_set< std::string >()) override | Mantid::Kernel::PropertyManager | 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::PropertyManager | 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::PropertyManager | virtual |
setPropertyValueFromJson(const std::string &name, const Json::Value &value) override | Mantid::Kernel::PropertyManager | 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 > &splitter, std::vector< PropertyManager * > outputs) const override | Mantid::Kernel::PropertyManager | virtual |
takeProperty(const size_t index) override | Mantid::Kernel::PropertyManager | virtual |
updatePropertyValues(const IPropertyManager &other) | Mantid::Kernel::IPropertyManager | |
validateProperties() const override | Mantid::Kernel::PropertyManager | virtual |
~IPropertyManager()=default | Mantid::Kernel::IPropertyManager | virtual |
~PropertyManager() override | Mantid::Kernel::PropertyManager | virtual |