VR-Exchange 2.6 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
brokers
rprBroker
rprBroker
hlaBrokerDialog.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2015 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
rprBroker/dllExport.h
>
13
#include <
widgets/brokerDialog.h
>
14
15
namespace
MAKVrExchange
16
{
17
18
namespace
DtRprBroker
19
{
20
21
class
DtRprBroker;
22
class
DtRprBrokerInitializer;
23
26
class
DT_DLL_RPRBROKER
DtHlaBrokerDialog
:
public
DtBrokerDialog
27
{ Q_OBJECT;
28
public
:
29
30
// The HLA specific columns in the Object Dialog.
31
enum
{
32
HLAInstanceHandle = IdCol
33
};
34
35
public
:
36
40
static
DtBrokerDialog
* create(
DtBroker
* broker,
41
DtBrokerInitializer
* init,
QWidget
* parent = 0 );
42
43
protected
:
44
46
DtHlaBrokerDialog
(
DtRprBroker
* broker,
DtRprBrokerInitializer
* init,
47
QWidget
* parent = 0 );
48
49
public
:
50
52
virtual
~
DtHlaBrokerDialog
();
53
55
virtual
DtRprBrokerInitializer
* rprInitializer();
56
57
protected
:
58
61
63
virtual
void
initObjectListViewHeaders();
64
66
virtual
DtConnectionSettingsWidget
* instantiateConnectionSettingsWidget();
67
69
virtual
DtGeneralSettingsWidget
* instantiateGeneralSettingsWidget();
70
72
73
private
:
74
76
DtHlaBrokerDialog
(
const
DtHlaBrokerDialog
& other );
77
79
DtHlaBrokerDialog
& operator = (
const
DtHlaBrokerDialog
& other );
80
81
protected
:
82
83
DtRprBroker
*
myRprBroker
;
84
85
};
86
87
}
88
}
Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (
www.mak.com
)