![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
This dialog ... More...
#include <LoadsValueEvent.h>
Inherits QDialog.
Public Member Functions | |
double | getDate () |
get the current date More... | |
double | getValue () |
get the current value More... | |
LoadsValueEvent (QWidget *parent=0, double date=0.0, double value=0.0) | |
Default Constructor. More... | |
~LoadsValueEvent () | |
Destructor. More... | |
Private Attributes | |
Ui::LoadsValueEvent | ui |
the ui created in qdesigner More... | |
This dialog ...
LoadsValueEvent::LoadsValueEvent | ( | QWidget * | parent = 0 , |
double | date = 0.0 , |
||
double | value = 0.0 |
||
) |
Default Constructor.
References ui.
LoadsValueEvent::~LoadsValueEvent | ( | ) |
Destructor.
double LoadsValueEvent::getDate | ( | ) |
get the current date
References ui.
Referenced by LoadsEditor::newValueEvent(), and LoadsEditor::valueEventTableItemClicked().
double LoadsValueEvent::getValue | ( | ) |
get the current value
References ui.
Referenced by LoadsEditor::newValueEvent(), and LoadsEditor::valueEventTableItemClicked().
|
private |
the ui created in qdesigner
Referenced by getDate(), getValue(), and LoadsValueEvent().