Father class of watcher classes. More...
#include <TaskWatcher.h>
Public Member Functions | |
virtual bool | shouldShow (void) |
is called when the document or the selection changes. | |
TaskWatcherRobot () | |
~TaskWatcherRobot () | |
Protected Attributes | |
TaskRobotControl * | ctr |
TaskRobot6Axis * | rob |
Father class of watcher classes.
Definition at line 40 of file Mod/Robot/Gui/TaskWatcher.h.
TaskWatcherRobot::TaskWatcherRobot | ( | ) |
Definition at line 43 of file Mod/Robot/Gui/TaskWatcher.cpp.
References Gui::TaskView::TaskWatcher::Content, ctr, and rob.
TaskWatcherRobot::~TaskWatcherRobot | ( | ) |
Definition at line 54 of file Mod/Robot/Gui/TaskWatcher.cpp.
bool TaskWatcherRobot::shouldShow | ( | void | ) | [virtual] |
is called when the document or the selection changes.
Reimplemented from Gui::TaskView::TaskWatcher.
Definition at line 61 of file Mod/Robot/Gui/TaskWatcher.cpp.
References ctr, Gui::SelectionFilter::match(), Gui::SelectionFilter::Result, rob, RobotGui::TaskRobotControl::setRobot(), and RobotGui::TaskRobot6Axis::setRobot().
TaskRobotControl* RobotGui::TaskWatcherRobot::ctr [protected] |
Definition at line 53 of file Mod/Robot/Gui/TaskWatcher.h.
Referenced by shouldShow(), and TaskWatcherRobot().
TaskRobot6Axis* RobotGui::TaskWatcherRobot::rob [protected] |
Definition at line 52 of file Mod/Robot/Gui/TaskWatcher.h.
Referenced by shouldShow(), and TaskWatcherRobot().