VR-Exchange 2.5 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) 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 <
portalApp/dllExport.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
;
62
DtQueueManager
*
myQueueManager
;
63
DtAppBrokerManager
*
myBrokerManager
;
64
65
};
66
67
}
68
69
#endif
Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)