MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrAnnotations
lgrPointAnnotationDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrPointAnnotationDialog_H_
10
#define lgrPointAnnotationDialog_H_
11
12
#include <
lgrAnnotations/lgrAnn.h
>
13
#include <QDialog>
14
#include "ui_pointAnnotationDialogUI.h"
15
16
namespace
MAKLogger
17
{
18
class
DtLgrAnnotation;
19
class
DtLgrPointAnnotation;
20
class
DtLgrGuiModel;
21
24
class
DT_DLL_LGRANN
DtLgrPointAnnotationDialog
:
public
QDialog
,
public
Ui_DtPointAnnotationDialogUI
25
{
26
Q_OBJECT
27
public
:
28
30
static
DtLgrAnnotation
* createPointAnnotation(
QWidget
* parent,
31
DtLgrGuiModel
*);
32
34
static
void
modifyPointAnnotation(
QWidget
* parent,
DtLgrAnnotation
*,
35
DtLgrGuiModel
*);
36
38
DtLgrPointAnnotationDialog
(
const
QString& name,
const
QString& text,
39
double
time,
QWidget
* parent = 0);
40
42
virtual
~
DtLgrPointAnnotationDialog
();
43
46
virtual
void
setAnnotation(
DtLgrPointAnnotation
* annotation);
47
49
DtLgrPointAnnotation
* annotation();
50
51
public
slots:
52
54
void
onOk();
55
57
void
onCancel();
58
59
protected
:
60
DtLgrPointAnnotation
*
myCreateAnnotation
;
61
};
62
}
63
64
#endif
Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (
www.mak.com
)