VR-Exchange 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
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 
55 
56  };
57 
58 }
bool myCanceledFlag
Definition: waitBox.h:54
Ui::DtWaitBox myUi
Definition: waitBox.h:52
#define DT_DLL_LIBPORTALAPP
Definition: include/portalApp/dllExport.h:20
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)