VR-Exchange 2.6 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
portalApp
queueInfoDlg.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 VT MAK
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
26
class
DT_DLL_LIBPORTALAPP
DtQueueInfoDlg
:
public
QDialog
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
;
59
DtQueueManager
*
myQueueManager
;
60
DtAppBrokerManager
*
myBrokerManager
;
61
62
};
63
64
}
Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (
www.mak.com
)