FreeCAD C++
Public Member Functions | Protected Attributes | List of all members
Gui::TaskView::TaskWatcher Class Reference

#include <Gui/TaskView/TaskWatcher.h>

Detailed Description

Father class of watcher classes.

Public Member Functions

virtual bool shouldShow (void)
 is called wenn the document or the Selection changes.
 
- Public Member Functions inherited from Gui::SelectionFilter
 SelectionFilter (const char *filter)
 
void setFilter (const char *filter)
 Set a new filter string.
 
bool match (void)
 
bool test (App::DocumentObject *pObj, const char *sSubName)
 
bool isValid (void) const
 true if a valid filter is set
 

Protected Attributes

std::vector< QWidget * > Content
 List of TaskBoxes of that dialog.