VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ddsConnectionSettingsWidget.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 <ddsBroker/dllExport.h>
14 
15 class QLineEdit;
16 
17 namespace MAKVrExchange
18 {
19 
20  namespace DtDdsBroker
21  {
22 
23  class DtDdsBrokerInitializer;
24 
29  { Q_OBJECT;
30  public:
31 
34 
37 
39  virtual DtDdsBrokerInitializer* ddsInitializer();
40 
42  virtual QIcon icon();
43 
46 
48  virtual void setPartitionNameString( QString partitionName );
50  virtual QString partitionNameString() const;
51 
53 
55  virtual void applyCurrentSettings();
56 
58  virtual void loadCurrentSettings();
59 
60  protected slots:
61 
65 
66  virtual void on_partitionNameEdit_editingFinished();
67 
69 
70  protected:
71 
73  virtual void setupGui();
74 
76  virtual void connectToSignals();
77 
78  protected:
79 
80  QLineEdit* myPartitionNameEdit;
81 
82  };
83 
84  }
85 }

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)