Father class of watcher classes. More...
#include <TaskWatcher.h>
Public Member Functions | |
std::vector< QWidget * > & | getWatcherContent (void) |
virtual bool | shouldShow (void) |
is called wenn the document or the Selection changes. | |
TaskWatcher (const char *Filter) | |
~TaskWatcher () | |
Protected Attributes | |
std::vector< QWidget * > | Content |
List of TaskBoxes of that dialog. |
Father class of watcher classes.
Definition at line 46 of file Gui/TaskView/TaskWatcher.h.
TaskWatcher::TaskWatcher | ( | const char * | Filter | ) |
Definition at line 51 of file Gui/TaskView/TaskWatcher.cpp.
TaskWatcher::~TaskWatcher | ( | ) |
Definition at line 57 of file Gui/TaskView/TaskWatcher.cpp.
References Content.
std::vector< QWidget * > & TaskWatcher::getWatcherContent | ( | void | ) |
Definition at line 68 of file Gui/TaskView/TaskWatcher.cpp.
References Content.
bool TaskWatcher::shouldShow | ( | void | ) | [virtual] |
is called wenn the document or the Selection changes.
Reimplemented in Gui::TaskView::TaskWatcherPython, Gui::TaskView::TaskWatcherCommands, Gui::TaskView::TaskWatcherCommandsEmptyDoc, and RobotGui::TaskWatcherRobot.
Definition at line 75 of file Gui/TaskView/TaskWatcher.cpp.
std::vector<QWidget*> Gui::TaskView::TaskWatcher::Content [protected] |
List of TaskBoxes of that dialog.
Definition at line 62 of file Gui/TaskView/TaskWatcher.h.
Referenced by getWatcherContent(), Gui::TaskView::TaskWatcherCommands::TaskWatcherCommands(), Gui::TaskView::TaskWatcherPython::TaskWatcherPython(), RobotGui::TaskWatcherRobot::TaskWatcherRobot(), ~TaskWatcher(), and Gui::TaskView::TaskWatcherPython::~TaskWatcherPython().