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
waitBox.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2017 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
portalApp/dllExport.h
>
13
#include "ui_waitBox.h"
14
#include <QDialog>
15
16
namespace
MAKVrExchange
17
{
18
23
class
DT_DLL_LIBPORTALAPP
DtWaitBox
:
public
QDialog
24
{ Q_OBJECT;
25
public
:
26
28
DtWaitBox
(
QWidget
* parent = 0, Qt::WindowFlags fl = 0 );
29
31
virtual
~
DtWaitBox
();
32
34
virtual
void
setMessage(
const
QString& msg );
35
36
virtual
bool
canceled()
const
;
37
38
protected
slots:
39
40
void
cancel();
41
42
private
:
43
45
DtWaitBox
(
const
DtWaitBox
& other );
46
48
DtWaitBox
& operator = (
const
DtWaitBox
& other );
49
50
protected
:
51
52
Ui::DtWaitBox
myUi
;
53
54
bool
myCanceledFlag
;
55
56
};
57
58
}
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
)