MAK Data Logger API Documentation for DIS
 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-2010 VT MAK
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 

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)