CustusX
16.5.0-rc9
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 43 of file cxDisplayTimerWidget.cpp.
int cx::DisplayTimerWidget::elaspedSeconds | ( | ) | const |
Definition at line 88 of file cxDisplayTimerWidget.cpp.
void cx::DisplayTimerWidget::setFontSize | ( | int | fontSize | ) |
Definition at line 57 of file cxDisplayTimerWidget.cpp.
void cx::DisplayTimerWidget::start | ( | ) |
Definition at line 62 of file cxDisplayTimerWidget.cpp.
void cx::DisplayTimerWidget::stop | ( | ) |
Definition at line 71 of file cxDisplayTimerWidget.cpp.