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
waitBox.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef waitBox_H_
7
#define waitBox_H_
8
12
13
14
#include "ui_waitBox.h"
15
#include <
portalApp/dllExport.h
>
16
17
#include <QtGui/QDialog>
18
19
namespace
MAKVrExchange {
20
21
26
class
DT_DLL_LIBPORTALAPP
DtWaitBox
:
public
QDialog
27
{
28
Q_OBJECT
29
30
public
:
31
33
DtWaitBox
(
QWidget
* parent = 0, Qt::WFlags fl = 0 );
34
36
virtual
~
DtWaitBox
();
37
38
private
:
39
41
DtWaitBox
(
const
DtWaitBox
& other);
42
44
DtWaitBox
& operator=(
const
DtWaitBox
& other);
45
46
public
:
48
virtual
void
setMessage(
const
QString &msg);
49
50
virtual
bool
canceled()
const
;
51
protected
slots:
52
53
void
cancel();
54
55
protected
:
56
Ui::DtWaitBox
myUi
;
57
58
bool
myCanceledFlag
;
59
60
};
61
62
}
63
64
#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
)