VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtUserInterface.h
Go to the documentation of this file.
1 /****************************************************************************
2 * Copyright (c) 2014 VT MAK
3 * All rights reserved.
4 ****************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <widgets/brokerDialog.h>
14 
15 #include <QtGui/QDialog>
16 
17 namespace MAKVrExchange
18 {
19  class DtBroker;
20  class DtBrokerDialog;
21  class DtBrokerInitializer;
22 
27  : public DtGenericUserInterface
28  {
29  public:
30 
32  DtQtUserInterface( DtBroker* broker,
33  DtBrokerInitializer* init, DtBrokerDialogCreator dialogCreator, QString icon );
34 
36  virtual ~DtQtUserInterface();
37 
40 
43  virtual void show();
44 
47  virtual void showConfigurationOnly();
48 
51  virtual void objectDiscovered( const DtBrokerObject* brokerObject );
52 
55  virtual void objectUpdated( const DtBrokerObject* brokerObject );
56 
59  virtual void objectRemoved( const DtBrokerObject* brokerObject );
60 
63  virtual void addTranslator( const char* name,
64  bool reflectStatus, bool publishStatus, bool debugging );
65 
68  virtual void deleteTranslator( const char* name );
69 
72  virtual void updateTranslator( const char* name,
73  bool reflectStatus, bool publishStatus, bool debugging );
74 
77  virtual void revertSettings();
78 
80 
81  protected:
82 
84  virtual void raiseAndShowDialog( QDialog* dialog );
85 
86  private:
87 
89  DtQtUserInterface( const DtQtUserInterface& other );
90 
92  DtQtUserInterface& operator = ( const DtQtUserInterface& other );
93 
94  protected:
95 
98 
99  };
100 
101 }

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)