MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrExportDialog.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 lgrExportDialog_H_
10 #define lgrExportDialog_H_
11 
12 #include <lgrGui/lgrGui.h>
13 
14 
15 #include <QDialog>
16 
17 namespace MAKLogger
18 {
19 
21  {
22  public:
23 
24  DtLgrExportDialog(QWidget* parent);
25  virtual ~DtLgrExportDialog();
26 
28  virtual QString getDestination() const = 0;
29 
32  virtual bool deleteAfterClose() const;
33 
34  };
35 }
36 
37 #endif

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)