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
disBroker
disBroker
disBrokerDialog.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 <
disBroker/dllExport.h
>
13
#include <
widgets/brokerDialog.h
>
14
15
namespace
MAKVrExchange
16
{
17
18
namespace
DtDisBroker
19
{
20
21
class
DtDisBroker;
22
class
DtDisBrokerInitializer;
23
26
class
DT_DLL_DISBROKER
DtDisBrokerDialog
:
public
DtBrokerDialog
27
{ Q_OBJECT;
28
public
:
29
33
static
DtBrokerDialog
* create(
DtBroker
* broker,
34
DtBrokerInitializer
* init,
QWidget
* parent = 0 );
35
36
protected
:
37
39
DtDisBrokerDialog
(
DtDisBroker
* broker,
DtDisBrokerInitializer
* init,
40
QWidget
* parent = 0 );
41
42
public
:
43
45
virtual
~
DtDisBrokerDialog
();
46
48
virtual
DtDisBrokerInitializer
* disInitializer();
49
50
protected
:
51
54
56
virtual
void
initObjectListViewHeaders();
57
59
virtual
DtConnectionSettingsWidget
* instantiateConnectionSettingsWidget();
60
62
virtual
DtGeneralSettingsWidget
* instantiateGeneralSettingsWidget();
63
65
66
private
:
67
69
DtDisBrokerDialog
(
const
DtDisBrokerDialog
& other );
70
72
DtDisBrokerDialog
& operator = (
const
DtDisBrokerDialog
& other );
73
74
protected
:
75
76
DtDisBroker
*
myDisBroker
;
77
78
};
79
80
}
81
}
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
)