MAK Data Logger API Documentation for HLA
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"
13 #include "virtualConstructor.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 Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)