Blue Brain BioExplorer
core::PropertyObject Member List

This is the complete list of members for core::PropertyObject, including all inherited members.

_currentTypecore::PropertyObjectprotected
_isEqual(const T &a, const T &b, typename std::enable_if< std::is_floating_point< T >::value >::type *=0)core::BaseObjectinlineprotected
_isEqual(const T &a, const T &b, typename std::enable_if<!std::is_floating_point< T >::value >::type *=0)core::BaseObjectinlineprotected
_propertiescore::PropertyObjectprotected
_updateValue(T &member, const T &newValue, const bool triggerCallback=true)core::BaseObjectinlineprotected
BaseObject()=defaultcore::BaseObject
BaseObject(const BaseObject &)core::BaseObjectinline
clearModifiedCallback()core::BaseObjectinline
clonePropertiesFrom(const PropertyObject &obj)core::PropertyObjectinline
getCurrentType() constcore::PropertyObjectinline
getProperty(const std::string &name) constcore::PropertyObjectinline
getPropertyMap() constcore::PropertyObjectinline
getPropertyMap(const std::string &type) constcore::PropertyObjectinline
getPropertyOrValue(const std::string &name, T val) constcore::PropertyObjectinline
getTypes() constcore::PropertyObjectinline
hasProperty(const std::string &name) constcore::PropertyObjectinline
isModified() constcore::BaseObjectinline
markModified(const bool triggerCallback=true)core::BaseObjectinline
ModifiedCallback typedefcore::BaseObject
onModified(const ModifiedCallback &callback)core::BaseObjectinline
operator=(const BaseObject &rhs)core::BaseObjectinline
resetModified()core::BaseObjectinline
setCurrentType(const std::string &type)core::PropertyObjectinline
setProperties(const PropertyMap &properties)core::PropertyObjectinline
setProperties(const std::string &type, const PropertyMap &properties)core::PropertyObjectinline
updateProperties(const PropertyMap &properties)core::PropertyObjectinline
updateProperty(const std::string &name, const T &value, const bool triggerCallback=true)core::PropertyObjectinline
~BaseObject()=defaultcore::BaseObjectvirtual