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