VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMessageBox.h
Go to the documentation of this file.
1 /*******************************************************************************
2 * Copyright (c) 2016 MAK Technologies, Inc.
3 * All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 #include <QtWidgets/QMessageBox>
15 #include <QtCore/QString>
16 
17 class QCheckBox;
18 
19 
20 namespace makVrv
21 {
25  {
26  Q_OBJECT
27 
28  public:
38  QMessageBox::Icon icon,QWidget * parent, const QString & title,
39  const QString & text,const QString& checkBoxText,
40  QMessageBox::StandardButtons buttons = QMessageBox::Ok,
41  Qt::WindowFlags flag = Qt::Tool | Qt::MSWindowsFixedSizeDialogHint);
42 
44  virtual ~DtMessageBox();
45 
47  virtual bool checkBoxValue();
48 
49  protected:
51  };
52 
53 }
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
QCheckBox * myCheckBox
Definition: DtMessageBox.h:50
A Messagee box with a checkbox for not showing the message box again.
Definition: DtMessageBox.h:24

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)