MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
forwarderConnStatusDialog.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: forwarderConnStatusDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef forwarderConnStatusDialog_H_
10 #define forwarderConnStatusDialog_H_
11 
14 
15 #include "rtiMsConfig.h"
16 #include "ui_forwarderConnStatusDialogUI.h"
18 #include <QtGui/QDialog>
19 
24 {
25  Q_OBJECT
26 
27 public:
28 
30  DtForwarderConnStatusDialog( int compId, QWidget* parent = 0,
31  Qt::WindowFlags f=0 );
32 
34  virtual ~DtForwarderConnStatusDialog();
35 
37  virtual void updateForwarderList(const DtNeededFwConnMap& fws);
38 
40  int compId() const { return myCompId; }
41 
42 public slots:
43 
45  void processShutDown();
46 
48  void processDoNotWait();
49 
50 protected:
51 
53  int myCompId;
54 
57  {
61  ForwarderConnectedCol
62  };
63 
65  static const QString theConnectedText;
66 
68  static const QString theNotConnectedText;
69 
71  Ui::ForwarderConnStatusDialog myUiImpl;
72 
73 };
74 
75 
76 #endif

Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)