MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
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 "
lgrAnn.h
"
13
#include <QtGui/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 Thu Apr 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)