VR-Forces 4.6.1 Class Documentation
 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 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)