MAK RTIspy API Documentation for HLA 1.3
 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 #pragma once
13 
14 #include "rtiMsConfig.h"
15 
16 #include <vlutil/vlString.h>
17 #include <vlutil/vlPrint.h>
18 
19 class DtPopupHelper;
20 
22 typedef void (*DtPopupHelperCreator)(const MAKRti::DtString& text,
23  MAKRti::DtOutputStream& stream,
24  const MAKRti::DtString& advancedText );
25 
33 {
34 
35 protected:
36 
38  DtPopupHelper( const MAKRti::DtString& text,
39  const MAKRti::DtString& advancedText );
40 
41 public:
42 
44  virtual ~DtPopupHelper();
45 
46 public:
47 
48 
52  static void popupAssistantMessage( const MAKRti::DtString& text,
53  MAKRti::DtOutputStream& stream = MAKRti::DtWarn,
54  const MAKRti::DtString& advancedText = MAKRti::DtString("") );
55 
59  static void setCreatorFunction(DtPopupHelperCreator creator);
60 
62  DtPopupHelper();
63 
65  DtPopupHelper(const DtPopupHelper& orig);
66  DtPopupHelper& operator=(DtPopupHelper const& orig);
67 
68 protected:
70 
71 };
static DtPopupHelperCreator theCreator
Definition: popupHelper.h:69
DtPopupHelper is a base popupHelper class.
Definition: popupHelper.h:32
#define DT_DLL_RTIUTIL
Definition: rtiMsConfig.h:160

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)