VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
27  { Q_OBJECT;
28  public:
29 
33  static DtBrokerDialog* create( DtBroker* broker,
34  DtBrokerInitializer* init, QWidget* parent = 0 );
35 
36  protected:
37 
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 
77 
78  };
79 
80  }
81 }

Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)