The DocumentObserverPython class is used to notify registered Python instances whenever something happens to a document, like creation, destruction, adding or removing objects or when property changes.
More...
#include <DocumentObserverPython.h>
The DocumentObserverPython class is used to notify registered Python instances whenever something happens to a document, like creation, destruction, adding or removing objects or when property changes.
- Author
- Werner Mayer
◆ DocumentObserverPython()
DocumentObserverPython::DocumentObserverPython |
( |
const Py::Object & |
obj | ) |
|
◆ ~DocumentObserverPython()
DocumentObserverPython::~DocumentObserverPython |
( |
| ) |
|
|
virtual |
◆ addObserver()
void DocumentObserverPython::addObserver |
( |
const Py::Object & |
obj | ) |
|
|
static |
◆ removeObserver()
void DocumentObserverPython::removeObserver |
( |
const Py::Object & |
obj | ) |
|
|
static |
The documentation for this class was generated from the following files:
- FreeCAD/src/App/DocumentObserverPython.h
- FreeCAD/src/App/DocumentObserverPython.cpp