VR-Exchange 2.1 API Documentation
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 <namespace.h>
16 
17 #include <QtGui/QDialog>
18 
19 namespace MAKVrExchange {
20 
21 
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 
59 
60  };
61 
62 }
63 
64 #endif

Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)