MAK RTIspy API Documentation for HLA Evolved
popupHelper.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: popupHelper.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtPopupHelper_H_
13 #define DtPopupHelper_H_
14 
15 #include <rtiMsConfig.h>
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlPrint.h>
18 
19 class DtPopupHelper;
21 typedef void (*DtPopupHelperCreator)(const MAKRti::DtString& text,
22  MAKRti::DtOutputStream& stream,
23  const MAKRti::DtString& advancedText );
24 
32 {
33 
34 protected:
35 
37  DtPopupHelper( const MAKRti::DtString& text,
38  const MAKRti::DtString& advancedText );
39 
40 public:
41 
43  virtual ~DtPopupHelper();
44 
45 public:
46 
47 
51  static void popupAssistantMessage( const MAKRti::DtString& text,
52  MAKRti::DtOutputStream& stream = MAKRti::DtWarn,
53  const MAKRti::DtString& advancedText = MAKRti::DtString("") );
54 
58  static void setCreatorFunction(DtPopupHelperCreator creator);
59 
61  DtPopupHelper();
62 
64  DtPopupHelper(const DtPopupHelper& orig);
65  DtPopupHelper& operator=(DtPopupHelper const& orig);
66 
67 protected:
69 
70 };
71 
72 
73 
74 #endif
75 

Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)