MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
rtiAssistantApp
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"
17
#include <
assistantAwaitingFwsMsg.h
>
18
#include <QtGui/QDialog>
19
23
class
DT_DLL_ASSISTANTAPP
DtForwarderConnStatusDialog
:
public
QDialog
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
56
enum
DtForwarderConnStatusTreeCol
57
{
58
ForwarderNameCol
,
59
ForwarderAddressCol
,
60
ForwarderPortCol
,
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 Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)