MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtPopupBox.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 qtPopupBox_H_
10 #define qtPopupBox_H_
11 
12 #include <lgrGui/lgrGui.h>
13 #include <lgrUtil/lgrPopupBox.h>
14 
15 namespace MAKLogger
16 {
17 
20  {
21  public:
24 
25  virtual ~DtQtPopupBox();
26 
27  virtual DtPopupButton showPopup(const DtString& caption,
28  const DtString& message,DtPopupButtonSet buttons);
29  };
30 
31 }
32 
33 #endif
#define DT_VIRTUAL_BASE_CTR(BASE_NAME, ARG_TYPES_LIST)
Declare a Virtual Base Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where BASE_...
Definition: virtualConstructor.h:118
#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
Small popup box class, provides wrapper to static QUI library function Due to implementation constrai...
Definition: lgrPopupBox.h:24
DtPopupButtonSet
Definition: lgrPopupBox.h:39
Responsible for providing a message box using the qt library.
Definition: qtPopupBox.h:19
#define DT_DLL_LGRGUI
Definition: lgrGui.h:19
Defines INPORT/EXPORT macros for lgrGui library.
DtPopupButton
Button enums, can be combined using bitwise OR.
Definition: lgrPopupBox.h:32
Contains MAKLogger::DtPopupBox class.

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)