VR-Exchange 2.2 API Documentation
queueInfoDlg.h
Go to the documentation of this file.
1 /*********************************************************************
2  ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef queueInfoDlg_H_
7 #define queueInfoDlg_H_
8 
12 
13 
14 #include "ui_queueInfoDlg.h"
15 #include <namespace.h>
16 
17 #include <QtGui/QDialog>
18 
19 namespace MAKVrExchange {
20 
21  class DtQueueManager;
22  class DtAppBrokerManager;
23 
28  class DT_DLL_LIBPORTALAPP DtQueueInfoDlg: public QDialog
29  {
30  Q_OBJECT
31 
32  public:
33 
35  DtQueueInfoDlg(DtQueueManager* queueManager, DtAppBrokerManager* brokerManager,
36  QWidget* parent = 0, Qt::WFlags fl = 0 );
37 
39  virtual ~DtQueueInfoDlg();
40 
42  void timerEvent(QTimerEvent *event);
43 
44  public slots:
45 
47  virtual void updateInfo();
48 
50  virtual void show();
51 
52  private:
53 
55  DtQueueInfoDlg(const DtQueueInfoDlg& other);
56 
58  DtQueueInfoDlg& operator=(const DtQueueInfoDlg& other);
59 
60  protected:
61  Ui::DtQueueInfoDlg myUi;
64 
65  };
66 
67 }
68 
69 #endif

Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)