Blue Brain BioExplorer
core::Progress Member List

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

_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
_updateValue(T &member, const T &newValue, const bool triggerCallback=true)core::BaseObjectinlineprotected
BaseObject()=defaultcore::BaseObject
BaseObject(const BaseObject &)core::BaseObjectinline
clearModifiedCallback()core::BaseObjectinline
consume(std::function< void(std::string, float)> callback)core::Progressinline
increment(const std::string &operation, const float increment)core::Progressinline
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
Progress()=defaultcore::Progress
Progress(const std::string &operation)core::Progressinlineexplicit
resetModified()core::BaseObjectinline
update(const std::string &operation, const float amount)core::Progressinline
~BaseObject()=defaultcore::BaseObjectvirtual