The SelectionObserverPython class implements a mechanism to register a Python class instance implementing the required interface in order to be notified on selection changes. More...
#include <Selection.h>
Public Member Functions | |
SelectionObserverPython (const Py::Object &obj) | |
Constructor. | |
virtual | ~SelectionObserverPython () |
Static Public Member Functions | |
static void | addObserver (const Py::Object &obj) |
static void | removeObserver (const Py::Object &obj) |
The SelectionObserverPython class implements a mechanism to register a Python class instance implementing the required interface in order to be notified on selection changes.
Definition at line 147 of file Selection.h.
SelectionObserverPython::SelectionObserverPython | ( | const Py::Object & | obj | ) |
SelectionObserverPython::~SelectionObserverPython | ( | ) | [virtual] |
Definition at line 105 of file Selection.cpp.
void SelectionObserverPython::addObserver | ( | const Py::Object & | obj | ) | [static] |
Definition at line 109 of file Selection.cpp.
References SelectionObserverPython().
Referenced by Gui::SelectionSingleton::sAddSelObserver().
void SelectionObserverPython::removeObserver | ( | const Py::Object & | obj | ) | [static] |
Definition at line 114 of file Selection.cpp.
Referenced by Gui::SelectionSingleton::sRemSelObserver().