#include <navigationwidget.h>
Public Slots | |
void | setupSliders (int screens, int patientId, QDateTime *startingPoint) |
Signals | |
void | orderNewScreen (int screenNumber) |
Public Member Functions | |
NavigationWidget (QWidget *parent=0) |
This widget sets up the navigation widget used to navigate the file. When no file is open this widget is hidden from the user.
Definition at line 38 of file navigationwidget.h.
NavigationWidget::NavigationWidget | ( | QWidget * | parent = 0 |
) |
Constructor.
parent | The parent widget. |
Definition at line 29 of file navigationwidget.cpp.
void NavigationWidget::orderNewScreen | ( | int | screenNumber | ) | [signal] |
Emitted when the user wants to see a new screen.
screenNumber | Number of the selected screen. |
void NavigationWidget::setupSliders | ( | int | screens, | |
int | patientId, | |||
QDateTime * | startingPoint | |||
) | [slot] |
Sets up the controls to reflect the amount of data to navigate.
screens | The total number of screens in the file. | |
patientId | The patient identification number, if present. | |
startingPoint | Starting date and time of the file. |
Definition at line 46 of file navigationwidget.cpp.