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-2025 MAK Technologies, Inc
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
Definition: lgrExportDialog.h:20
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)