MAK Data Logger API Documentation for DIS
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
lgrGui
lgrPerformanceWarningDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2019 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#include <QtWidgets/QDialog>
10
#include "ui_performanceWarningLogUI.h"
11
#include <QtWidgets/QScrollBar>
12
13
class
QPushButton;
14
15
namespace
MAKLogger
16
{
17
class
DtLgrPerformanceStatus;
18
class
DtLgrPerformanceWarningDialog
:
public
QDialog
,
public
Ui_performanceWarningLogDialog
19
{
20
Q_OBJECT
21
public
:
22
DtLgrPerformanceWarningDialog
(
DtLgrPerformanceStatus
* parent);
23
24
~DtLgrPerformanceWarningDialog
();
25
26
void
setWarningText
(QString
warningText
);
27
28
QString
warningText
();
29
30
QPushButton*
okButton
();
31
32
QPushButton*
clearButton
();
33
34
QPushButton*
saveButton
();
35
36
protected
:
37
DtLgrPerformanceStatus
*
myPerformanceWarning
;
38
39
};
40
41
}
42
Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (
www.mak.com
)