QmitkUpdateTimerWidget.
More...
#include <QmitkUpdateTimerWidget.h>
|
| QmitkUpdateTimerWidget (QWidget *parent) |
| default constructor
|
|
| ~QmitkUpdateTimerWidget () override |
| default destructor
|
|
unsigned int | GetTimerInterval () |
| This method returns the timer's timeout interval in msec.
|
|
void | SetTimerInterval (unsigned int msec) |
| This method sets the timer's timeout interval in msec.
|
|
void | StartTimer () |
| This method starts the timer if it is not already active.
|
|
void | StopTimer () |
| This method stops the timer if it is active at the moment.
|
|
QTimer * | GetUpdateTimer () |
| This method returns this object's timer.
|
|
void | SetPurposeLabelText (QString text) |
| This method sets the given QString for the purpose of this update timer e.g. if "Navigation" is given, the start and stop button will be labeled "Start Navigation" and "Stop Navigation". Furthermore the purpose description is used for the timer status label: "Navigation started ... " in this case.
|
|
void | HideFramerateSettings (bool hidden) |
| This method hides the framerate settings spinbox and her labels in the view.
|
|
void | SetIcon (WidgetButtons button, const QIcon &icon) |
| This method sets the icon for a specific button of the widget.
|
|
|
Ui::QmitkUpdateTimerWidgetControls * | m_Controls |
| gui widgets
|
|
QmitkUpdateTimerWidget.
Widget for setting up and controlling an update timer in an IGT-Pipeline.
Definition at line 26 of file QmitkUpdateTimerWidget.h.
◆ WidgetButtons
◆ QmitkUpdateTimerWidget()
QmitkUpdateTimerWidget::QmitkUpdateTimerWidget |
( |
QWidget * | parent | ) |
|
◆ ~QmitkUpdateTimerWidget()
QmitkUpdateTimerWidget::~QmitkUpdateTimerWidget |
( |
| ) |
|
|
override |
◆ CreateConnections()
void QmitkUpdateTimerWidget::CreateConnections |
( |
| ) |
|
|
protected |
◆ CreateQtPartControl()
void QmitkUpdateTimerWidget::CreateQtPartControl |
( |
QWidget * | parent | ) |
|
|
protected |
◆ DisableWidget
void QmitkUpdateTimerWidget::DisableWidget |
( |
| ) |
|
|
slot |
◆ EnableWidget
void QmitkUpdateTimerWidget::EnableWidget |
( |
| ) |
|
|
slot |
◆ GetTimerInterval()
unsigned int QmitkUpdateTimerWidget::GetTimerInterval |
( |
| ) |
|
◆ GetUpdateTimer()
QTimer * QmitkUpdateTimerWidget::GetUpdateTimer |
( |
| ) |
|
◆ HideFramerateSettings()
void QmitkUpdateTimerWidget::HideFramerateSettings |
( |
bool | hidden | ) |
|
◆ OnChangeTimerInterval
void QmitkUpdateTimerWidget::OnChangeTimerInterval |
( |
int | interval | ) |
|
|
protectedslot |
◆ OnStartTimer
void QmitkUpdateTimerWidget::OnStartTimer |
( |
| ) |
|
|
protectedslot |
◆ OnStopTimer
void QmitkUpdateTimerWidget::OnStopTimer |
( |
| ) |
|
|
protectedslot |
◆ SetIcon()
void QmitkUpdateTimerWidget::SetIcon |
( |
WidgetButtons | button, |
|
|
const QIcon & | icon ) |
◆ SetPurposeLabelText()
void QmitkUpdateTimerWidget::SetPurposeLabelText |
( |
QString | text | ) |
|
This method sets the given QString for the purpose of this update timer e.g. if "Navigation" is given, the start and stop button will be labeled "Start Navigation" and "Stop Navigation". Furthermore the purpose description is used for the timer status label: "Navigation started ... " in this case.
Definition at line 128 of file QmitkUpdateTimerWidget.cpp.
◆ SetTimerInterval()
void QmitkUpdateTimerWidget::SetTimerInterval |
( |
unsigned int | msec | ) |
|
◆ Started
void QmitkUpdateTimerWidget::Started |
( |
| ) |
|
|
signal |
◆ StartTimer()
void QmitkUpdateTimerWidget::StartTimer |
( |
| ) |
|
◆ Stopped
void QmitkUpdateTimerWidget::Stopped |
( |
| ) |
|
|
signal |
◆ StopTimer()
void QmitkUpdateTimerWidget::StopTimer |
( |
| ) |
|
◆ m_Controls
Ui::QmitkUpdateTimerWidgetControls* QmitkUpdateTimerWidget::m_Controls |
|
protected |
The documentation for this class was generated from the following files: