MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
static DtPopupHelperCreator theCreator
Definition: popupHelper.h:68
DtPopupHelper is a base popupHelper class.
Definition: popupHelper.h:31
#define DT_DLL_RTIUTIL
Definition: rtiMsConfig.h:127

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)