FreeCAD C++
Public Member Functions | List of all members
Gui::SelectionObserver Class Referenceabstract

#include <Mod/Mesh/Gui/Selection.h>

Detailed Description

The SelectionObserver class simplifies the step to write classes that listen to what happens to the selection.

Author
Werner Mayer

Public Member Functions

 SelectionObserver ()
 Constructor.
 
void attachSelection ()
 
void detachSelection ()
 

Member Function Documentation

◆ attachSelection()

void Gui::SelectionObserver::attachSelection ( )

Attaches to the selection.

◆ detachSelection()

void Gui::SelectionObserver::detachSelection ( )

Detaches from the selection.