MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrSimMenus.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 lgrSimMenus_H_
10 #define lgrSimMenus_H_
11 
12 #include <lgrSimGui/lgrSimGui.h>
14 
15 class QDialog;
16 
17 namespace MAKLogger
18 {
19 
20  class DtLoggerApplication;
21  class DtLgrConnectionDialog;
25  {
26 
27  public:
29 
30 
31  virtual ~DtLgrSimMenus();
32 
34  virtual void initialize(DtLoggerApplication* app) = 0;
35 
37  virtual void showConnectionDialog() = 0;
38 
40  virtual void disconnect() = 0;
41 
43  virtual DtLgrConnectionDialog* connectionDialog() = 0;
44  };
45 }
46 
47 #endif
#define DT_PURE_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a pure virtual constructor.
Definition: virtualConstructor.h:138
The logger application class responsible for creating a logger, its gui and its console.
Definition: lgrApplication.h:37
Abstract interface for the simulation specific menus.
Definition: lgrSimMenus.h:24
Defines IMPORT/EXPORT macros for lgrSimGui library.
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
Definition: lgrConnectionDialog.h:17
#define DT_DLL_LGRSIMGUI
Definition: lgrSimGui.h:21

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)