VR-Exchange 2.8 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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
}
MAKVrExchange::DtWaitBox::myCanceledFlag
bool myCanceledFlag
Definition:
waitBox.h:54
dllExport.h
MAKVrExchange::DtWaitBox::myUi
Ui::DtWaitBox myUi
Definition:
waitBox.h:52
DT_DLL_LIBPORTALAPP
#define DT_DLL_LIBPORTALAPP
Definition:
include/portalApp/dllExport.h:20
QDialog
QWidget
MAKVrExchange::DtWaitBox
A simple wrapper class around QtAboutBox.
Definition:
waitBox.h:23
Document ID: Generated on Tue Aug 16 16:15:26 EDT 2022 from SVN revision 245901
Copyright © 2005-2022 MAK Technologies. All Rights Reserved (
www.mak.com
)