MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
rtiAssistantApp
forwarderConnStatusDialog.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2017 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include "
rtiMsConfig.h
"
13
#include "ui_forwarderConnStatusDialogUI.h"
14
#include <
assistantAwaitingFwsMsg.h
>
15
#include <QDialog>
16
20
class
DT_DLL_ASSISTANTAPP
DtForwarderConnStatusDialog
:
public
QDialog
21
{
22
Q_OBJECT
23
24
public
:
25
27
DtForwarderConnStatusDialog
(
int
compId,
QWidget
* parent = 0,
28
Qt::WindowFlags f=0 );
29
31
virtual
~
DtForwarderConnStatusDialog
();
32
34
virtual
void
updateForwarderList(
const
DtNeededFwConnMap
& fws);
35
37
int
compId
()
const
{
return
myCompId; }
38
39
public
slots:
40
42
void
processShutDown();
43
45
void
processDoNotWait();
46
47
protected
:
48
50
int
myCompId
;
51
53
enum
DtForwarderConnStatusTreeCol
54
{
55
ForwarderNameCol
,
56
ForwarderAddressCol
,
57
ForwarderPortCol
,
58
ForwarderConnectedCol
59
};
60
62
static
const
QString
theConnectedText
;
63
65
static
const
QString
theNotConnectedText
;
66
68
Ui::ForwarderConnStatusDialog
myUiImpl
;
69
70
};
Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)