VR-Exchange 2.9 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
queueInfoDlg.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portalApp/dllExport.h>
13 #include "ui_queueInfoDlg.h"
14 #include <QDialog>
15 
16 namespace MAKVrExchange
17 {
18 
19  class DtQueueManager;
20  class DtAppBrokerManager;
21 
27  { Q_OBJECT;
28  public:
29 
31  DtQueueInfoDlg( DtQueueManager* queueManager, DtAppBrokerManager* brokerManager,
32  QWidget* parent = 0, Qt::WindowFlags fl = 0 );
33 
35  virtual ~DtQueueInfoDlg();
36 
38  void timerEvent( QTimerEvent* event );
39 
40  public slots:
41 
43  virtual void updateInfo();
44 
46  virtual void show();
47 
48  private:
49 
51  DtQueueInfoDlg( const DtQueueInfoDlg& other );
52 
54  DtQueueInfoDlg& operator = ( const DtQueueInfoDlg& other );
55 
56  protected:
57 
58  Ui::DtQueueInfoDlg myUi;
61 
62  };
63 
64 }
A simple wrapper class around QtAboutBox.
Definition: queueInfoDlg.h:26
DtQueueManager * myQueueManager
Definition: queueInfoDlg.h:59
#define DT_DLL_LIBPORTALAPP
Definition: include/portalApp/dllExport.h:20
DtAppBrokerManager * myBrokerManager
Definition: queueInfoDlg.h:60
Manages the connection list on the main portal window.
Definition: appBrokerManager.h:38
Ui::DtQueueInfoDlg myUi
Definition: queueInfoDlg.h:58
A DtQueueManager is responsible for creating and deleting all Shared memory Queues used by the portal...
Definition: queueManager.h:40

Document ID: Generated on Tue Jun 25 16:45:35 EDT 2024 from SVN revision 267383
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)