MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrPopupBox.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 lgrPopupBox_H_
10 #define lgrPopupBox_H_
11 
12 #include "lgrUtil.h"
14 
15 class DtString;
16 
17 namespace MAKLogger
18 {
19 
25  {
26  public:
28 
29  virtual ~DtPopupBox();
30 
33  {
36  DtPB_Retry
37  };
38 
40  {
45  DtPBS_RetryCancel
46  };
47 
49  virtual DtPopupButton showPopup(const DtString& caption,
50  const DtString& message,DtPopupButtonSet buttons);
51 
52  static void enablePopups(bool yesNo);
53 
54  protected:
55 
56  static bool showPopups;
57  };
58 
59 }
60 
61 #endif
62 
Definition: lgrPopupBox.h:34
#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
#define DT_DLL_LGRUTIL
Definition: lgrUtil.h:19
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
Definition: lgrPopupBox.h:44
Definition: lgrPopupBox.h:42
Contains IMPORT/EXPORT macros for lgrUtil library.
DtPopupButtonSet
Definition: lgrPopupBox.h:39
static bool showPopups
Definition: lgrPopupBox.h:56
DtPopupButton
Button enums, can be combined using bitwise OR.
Definition: lgrPopupBox.h:32
Definition: lgrPopupBox.h:41
Definition: lgrPopupBox.h:43
Definition: lgrPopupBox.h:35

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)