![]() |
MAK Data Logger API Documentation for HLA
|
Point annotation dialog which can create a point annotation from user input. More...
Inheritance diagram for MAKLogger::DtLgrPointAnnotationDialog:
Collaboration diagram for MAKLogger::DtLgrPointAnnotationDialog: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 | |
| DtLgrPointAnnotationDialog (const QString &name, const QString &text, double time, QWidget *parent=0) | |
| Ctor. More... | |
| virtual | ~DtLgrPointAnnotationDialog () |
| DTOR. More... | |
| virtual void | setAnnotation (DtLgrPointAnnotation *annotation) |
| Sets the internal annotation to modify. More... | |
| DtLgrPointAnnotation * | annotation () |
| Gets the internal annotation the dialog is working on. More... | |
Static Public Member Functions | |
| static DtLgrAnnotation * | createPointAnnotation (QWidget *parent, DtLgrGuiModel *) |
| Static create function to be registered with annotation factory. More... | |
| static void | modifyPointAnnotation (QWidget *parent, DtLgrAnnotation *, DtLgrGuiModel *) |
| Static create function to be registered with annotation factory. More... | |
Protected Attributes | |
| DtLgrPointAnnotation * | myCreateAnnotation |
Point annotation dialog which can create a point annotation from user input.
| MAKLogger::DtLgrPointAnnotationDialog::DtLgrPointAnnotationDialog | ( | const QString & | name, |
| const QString & | text, | ||
| double | time, | ||
| QWidget * | parent = 0 |
||
| ) |
Ctor.
|
virtual |
DTOR.
| DtLgrPointAnnotation* MAKLogger::DtLgrPointAnnotationDialog::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 |