MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
signalCloseDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2012 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
8 
9 #include <QDialog>
10 
13 {
14  Q_OBJECT
15 
16 public:
17 
19  DtSignalCloseDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);
20 
22  virtual ~DtSignalCloseDialog();
23 
24 
26 
27  virtual void setBaseWindowTitle(const QString& winTitle);
28  virtual const QString& baseWindowTitle() const;
29 
30  public slots:
31 
32  virtual void closeEvent(QCloseEvent *e);
33 
34  virtual void onClose();
35 
36 signals:
37 
38  virtual void signalClose(QDialog*);
39 
40 protected:
41 
43 
44 };
45 

Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)