MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrHlaGui.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 #ifdef DtHLA
9 
10 #ifndef lgrHlaGui_H_
11 #define lgrHlaGui_H_
12 
13 #include <lgrSimGui/lgrSimGui.h>
16 
17 namespace MAKLogger
18 {
22  {
24 
25 
26  virtual ~DtLgrHlaGui();
27 
29  virtual void attach(DtLgrAppGuiInterfaceSP appGui);
30 
33  static void guiCallback(DtLgrAppGuiInterfaceSP appGui);
34  };
35 
36 }
37 
38 #endif
39 #endif
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
The HLA gui extensions.
Definition: lgrHlaGui.h:21
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...
std::shared_ptr< DtLgrAppGuiInterface > DtLgrAppGuiInterfaceSP
Definition: lgrAppGuiInterface.h:56
Contains MAKLogger::DtLgrAppGuiInterface class.
#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)