CustusX
20.03-rc1
An IGT application
|
A second counter widget. More...
#include <cxDisplayTimerWidget.h>
Public Member Functions | |
DisplayTimerWidget (QWidget *parent) | |
void | setFontSize (int fontSize) |
void | start () |
void | stop () |
int | elaspedSeconds () const |
cx::DisplayTimerWidget::DisplayTimerWidget | ( | QWidget * | parent | ) |
Definition at line 22 of file cxDisplayTimerWidget.cpp.
int cx::DisplayTimerWidget::elaspedSeconds | ( | ) | const |
Definition at line 67 of file cxDisplayTimerWidget.cpp.
void cx::DisplayTimerWidget::setFontSize | ( | int | fontSize | ) |
Definition at line 36 of file cxDisplayTimerWidget.cpp.
void cx::DisplayTimerWidget::start | ( | ) |
Definition at line 41 of file cxDisplayTimerWidget.cpp.
void cx::DisplayTimerWidget::stop | ( | ) |
Definition at line 50 of file cxDisplayTimerWidget.cpp.