![]() |
MAK Data Logger API Documentation for DIS
|
Range annotation dialog which can create a Range annotation from user input. More...
Inheritance diagram for MAKLogger::DtLgrRangeAnnotationDialog:
Collaboration diagram for MAKLogger::DtLgrRangeAnnotationDialog:Public Slots | |
| void | onOk () |
| Slot called when ok button is pressed. More... | |
| void | onCancel () |
| Slot called when cancel button is pressed. More... | |
Public Member Functions | |
| DtLgrRangeAnnotationDialog (const QString &name, DtAbsoluteTime startTime, DtAbsoluteTime endTime, const QString &text, QWidget *parent=0) | |
| Ctor. More... | |
| virtual | ~DtLgrRangeAnnotationDialog () |
| DTOR. More... | |
| virtual void | setAnnotation (DtLgrRangeAnnotation *annotation) |
| Sets the internal annotation to modify. More... | |
| DtLgrRangeAnnotation * | annotation () |
| Gets the internal annotation the dialog is working on. More... | |
Static Public Member Functions | |
| static DtLgrAnnotation * | createRangeAnnotation (QWidget *parent, DtLgrGuiModel *model) |
| Static create function to be registered with annotation factory. More... | |
| static void | modifyRangeAnnotation (QWidget *parent, DtLgrAnnotation *, DtLgrGuiModel *model) |
| Static create function to be registered with annotation factory. More... | |
Protected Attributes | |
| DtLgrRangeAnnotation * | myCreateAnnotation |
Range annotation dialog which can create a Range annotation from user input.
| MAKLogger::DtLgrRangeAnnotationDialog::DtLgrRangeAnnotationDialog | ( | const QString & | name, |
| DtAbsoluteTime | startTime, | ||
| DtAbsoluteTime | endTime, | ||
| const QString & | text, | ||
| QWidget * | parent = 0 |
||
| ) |
Ctor.
|
virtual |
DTOR.
| DtLgrRangeAnnotation* MAKLogger::DtLgrRangeAnnotationDialog::annotation | ( | ) |
Gets the internal annotation the dialog is working on.
|
static |
Static create function to be registered with annotation factory.
|
static |
Static create function to be registered with annotation factory.
|
slot |
Slot called when cancel button is pressed.
|
slot |
Slot called when ok button is pressed.
|
virtual |
Sets the internal annotation to modify.
If this is set to 0 the internal annotation is created on the heap before modifying.
|
protected |