|  | 
#include <RobotAPI/gui-plugins/SkillManagerPlugin/PeriodicUpdateWidget.h>
 Inheritance diagram for PeriodicUpdateWidget:
 Inheritance diagram for PeriodicUpdateWidget:| Signals | |
| void | startTimerSignal () | 
| void | stopTimerSignal () | 
| void | update () | 
| void | updatePeriodic () | 
| void | updateSingle () | 
| Public Member Functions | |
| QCheckBox * | autoCheckBox () | 
| QDoubleSpinBox * | frequencySpinBox () | 
| double | getUpdateFrequency () const | 
| int | getUpdateIntervalMs () const | 
| bool | isAutoEnabled () const | 
| PeriodicUpdateWidget (double frequency=2.0, double maxFrequency=60) | |
| void | startTimerIfEnabled () | 
| void | stopTimer () | 
| QTimer * | timer () | 
| QPushButton * | updateButton () | 
Definition at line 14 of file PeriodicUpdateWidget.h.
| PeriodicUpdateWidget | ( | double | frequency = 2.0, | 
| double | maxFrequency = 60 | ||
| ) | 
Definition at line 13 of file PeriodicUpdateWidget.cpp.
| QCheckBox * autoCheckBox | ( | ) | 
Definition at line 124 of file PeriodicUpdateWidget.cpp.
| QDoubleSpinBox * frequencySpinBox | ( | ) | 
Definition at line 130 of file PeriodicUpdateWidget.cpp.
| double getUpdateFrequency | ( | ) | const | 
| int getUpdateIntervalMs | ( | ) | const | 
Definition at line 72 of file PeriodicUpdateWidget.cpp.
| bool isAutoEnabled | ( | ) | const | 
| void startTimerIfEnabled | ( | ) | 
Definition at line 78 of file PeriodicUpdateWidget.cpp.
| 
 | signal | 
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void stopTimer | ( | ) | 
Definition at line 96 of file PeriodicUpdateWidget.cpp.
| 
 | signal | 
 Here is the caller graph for this function:
 Here is the caller graph for this function:| QTimer * timer | ( | ) | 
Definition at line 136 of file PeriodicUpdateWidget.cpp.
| 
 | signal | 
 Here is the caller graph for this function:
 Here is the caller graph for this function:| QPushButton * updateButton | ( | ) | 
Definition at line 66 of file PeriodicUpdateWidget.cpp.
| 
 | signal | 
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | signal | 
 Here is the caller graph for this function:
 Here is the caller graph for this function: