FreeCAD C++
|
#include <Gui/TaskView/TaskWatcher.h>
Father class of watcher classes.
Public Member Functions | |
virtual bool | shouldShow (void) |
is called wenn the document or the Selection changes. | |
![]() | |
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. | |