The DocumentObjectObserver class checks for a list of ojects which of them get removed. More...
#include <DocumentObserver.h>
Public Types | |
| typedef std::set < App::DocumentObject * > ::const_iterator | const_iterator |
Public Member Functions | |
| void | addToObservation (App::DocumentObject *) |
| const_iterator | begin () const |
| DocumentObjectObserver () | |
| Constructor. | |
| const_iterator | end () const |
| void | removeFromObservation (App::DocumentObject *) |
| virtual | ~DocumentObjectObserver () |
The DocumentObjectObserver class checks for a list of ojects which of them get removed.
Definition at line 93 of file DocumentObserver.h.
| typedef std::set<App::DocumentObject*>::const_iterator App::DocumentObjectObserver::const_iterator |
Definition at line 97 of file DocumentObserver.h.
| DocumentObjectObserver::DocumentObjectObserver | ( | ) |
Constructor.
Definition at line 97 of file DocumentObserver.cpp.
| DocumentObjectObserver::~DocumentObjectObserver | ( | ) | [virtual] |
Definition at line 101 of file DocumentObserver.cpp.
| void DocumentObjectObserver::addToObservation | ( | App::DocumentObject * | obj | ) |
Definition at line 115 of file DocumentObserver.cpp.
| DocumentObjectObserver::const_iterator DocumentObjectObserver::begin | ( | ) | const |
Definition at line 105 of file DocumentObserver.cpp.
| DocumentObjectObserver::const_iterator DocumentObjectObserver::end | ( | ) | const |
Definition at line 110 of file DocumentObserver.cpp.
| void DocumentObjectObserver::removeFromObservation | ( | App::DocumentObject * | obj | ) |
Definition at line 120 of file DocumentObserver.cpp.
1.6.1