|
OpenLexocad
27.1
|
#include <Sequencer.h>
Public Member Functions | |
| void | notify (ProgressInfo info) |
| void | attach (std::string key, ProgressHandler hd) |
| void | attach (ProgressObserver *o) |
| void | detach (ProgressObserver *o) |
| void | detach (std::string key) |
| void | detachAll () |
Public Attributes | |
| std::set< ProgressObserver * > | m_observer |
| std::map< std::string, ProgressHandler > | m_handlers |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::map<std::string, ProgressHandler> Base::Progress::m_handlers |
| std::set<ProgressObserver*> Base::Progress::m_observer |