MAK Data Logger API Documentation for DIS
 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-2025 MAK Technologies, Inc
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  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  void signalClose(QDialog*);
39 
40 protected:
41 
43 
44 };
45 
QString myBaseWindowTitle
Set/Get the base window title.
Definition: signalCloseDialog.h:42
Extend a dialog to signal with a close event passing a reference to itself.
Definition: signalCloseDialog.h:12
#define DT_DLL_TRFCANLZR
Definition: trafficAnalyzerPlugin.h:16

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)