FreeCAD C++
|
#include <Mod/Mesh/Gui/Selection.h>
The SelectionObserver class simplifies the step to write classes that listen to what happens to the selection.
Public Member Functions | |
SelectionObserver () | |
Constructor. | |
void | attachSelection () |
void | detachSelection () |
void Gui::SelectionObserver::attachSelection | ( | ) |
Attaches to the selection.
void Gui::SelectionObserver::detachSelection | ( | ) |
Detaches from the selection.