MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrSimGui
lgrDisConfigPrefPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2012 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrDisConfigPrefPage_H_
10
#define lgrDisConfigPrefPage_H_
11
12
#if DtDIS
13
14
#include "
lgrSimGui.h
"
15
#include "
preferencesPage.h
"
16
#include <commonWidgets/preciseTimeEdit.h>
17
18
class
QLabel;
19
class
QPushButton;
20
class
QLineEdit;
21
class
QComboBox;
22
23
namespace
MAKLogger
24
{
25
class
DtLgrFullInterface;
26
29
class
DT_DLL_LGRSIMGUI
DtLgrDisConfigPrefPage
:
public
DtPage
30
{
31
public
:
32
34
DtLgrDisConfigPrefPage
(
const
DtLgrFullInterface
* fullInterface,
35
QWidget
* parent, Qt::WindowFlags f = 0);
36
38
virtual
~
DtLgrDisConfigPrefPage
();
39
41
virtual
QIcon icon();
42
44
virtual
QString title();
45
47
virtual
const
std::string& pageClassName()
const
;
48
50
static
const
std::string& thePageClassName();
51
53
virtual
void
load();
54
56
virtual
void
accept();
57
59
virtual
void
reject();
60
61
protected
:
62
64
virtual
void
activate();
65
67
virtual
void
deactivate();
68
69
protected
:
70
const
DtLgrFullInterface
*
myInterface
;
71
72
QLabel*
myHeartbeatLabel
;
73
QLabel*
myTimeoutLabel
;
74
75
QLineEdit*
myHeartbeatLineEdit
;
76
QLineEdit*
myTimeoutLineEdit
;
77
};
78
79
}
80
#endif
81
#endif
82
83
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)