13 #include "ui_queueInfoDlg.h"
16 namespace MAKVrExchange
20 class DtAppBrokerManager;
32 QWidget* parent = 0, Qt::WindowFlags fl = 0 );
38 void timerEvent( QTimerEvent* event );
43 virtual void updateInfo();
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