FreeCAD C++
|
#include <Gui/TaskView/TaskView.h>
TaskView class handles the FreeCAD task view panel. Keeps track of the inserted content elements. This elements get injected mostly by the ViewProvider classes of the selected DocumentObjects.
Public Member Functions | |
virtual void | OnChange (Gui::SelectionSingleton::SubjectType &rCaller, Gui::SelectionSingleton::MessageType Reason) |
Observer message from the Selection. | |
Protected Member Functions | |
void | updateWatcher (void) |
update the visibility of the TaskWatcher accordant to the selection | |
void | showDialog (TaskDialog *dlg) |
used by Gui::Control to register Dialogs | |