cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
svlQtDialog.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3 
4 /*
5 
6  Author(s): Balazs P. Vagvolgyi
7  Created on: 2011-06-03
8 
9  (C) Copyright 2011 Johns Hopkins University (JHU), All Rights
10  Reserved.
11 
12 --- begin cisst license - do not edit ---
13 
14 This software is provided "as is" under an open source license, with
15 no warranty. The complete license can be found in license.txt and
16 http://www.cisst.org/cisst/license.txt.
17 
18 --- end cisst license ---
19 
20 */
21 
22 #ifndef _svlQtDialog_h
23 #define _svlQtDialog_h
24 
26 #include <QtGui>
27 #include <QDialog>
28 
29 // Always include last!
31 
32 class CISST_EXPORT svlQtDialog : public QDialog
33 {
34  Q_OBJECT
35 
36 public:
37  svlQtDialog(QWidget *parent = 0);
38 
39 protected:
40  void closeEvent(QCloseEvent *event);
41 
42 public:
44  bool Success;
45 };
46 
47 #endif // _svlQtDialog_h
48 
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
osaThreadSignal EventClosed
Definition: svlQtDialog.h:43
bool Success
Definition: svlQtDialog.h:44
Definition: svlQtDialog.h:32
Macros to export the symbols of cisstStereoVisionQt (in a Dll).
Declaration of osaThreadSignal.
Definition: osaThreadSignal.h:40