VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
neverAskAgainMessageBox.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
14 
16 #include <QtWidgets/QMessageBox>
17 
18 class QCheckBox;
19 
20 namespace makVrf
21 {
23  {
24  Q_OBJECT
25 
26  public:
27  DtNeverAskAgainMessageBox(Icon icon, const QString & title,
28  const QString & text, StandardButtons buttons = NoButton,
29  QWidget * parent = 0, Qt::WindowFlags f = Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint);
30 
31  virtual ~DtNeverAskAgainMessageBox();
32 
33  bool neverAskAgain() const;
34 
35  virtual void setNeverText(const QString&);
36 
37  void setDisableNoButtonOnAskChange(bool);
38  bool disableNoButtonOnAskChange() const;
39 
40  public slots:
41  virtual void setNeverAskAgain(bool);
42 
43  protected slots:
44  virtual void neverAskChanged();
45 
46  public:
49  };
50 
52  {
54  }
55 
57  {
59  }
60 }
void setDisableNoButtonOnAskChange(bool)
Definition: neverAskAgainMessageBox.h:51
QCheckBox * myNeverAsk
Definition: neverAskAgainMessageBox.h:47
bool myDisableNoButtonOnAskChange
Definition: neverAskAgainMessageBox.h:48
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:22
Definition: neverAskAgainMessageBox.h:22
bool disableNoButtonOnAskChange() const
Definition: neverAskAgainMessageBox.h:56

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)