VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtMessageBox Class Reference

A Messagee box with a checkbox for not showing the message box again.

Inheritance diagram for makVrv::DtMessageBox:
Inheritance graph
[legend]

Public Member Functions

 DtMessageBox (QMessageBox::Icon icon, QWidget *parent, const QString &title, const QString &text, const QString &checkBoxText, QMessageBox::StandardButtons buttons=QMessageBox::Ok, Qt::WindowFlags flag=Qt::Tool|Qt::MSWindowsFixedSizeDialogHint)
 
virtual ~DtMessageBox ()
 
virtual bool checkBoxValue ()
 

Protected Attributes

QCheckBoxmyCheckBox
 

Constructor & Destructor Documentation

makVrv::DtMessageBox::DtMessageBox ( QMessageBox::Icon  icon,
QWidget *  parent,
const QString &  title,
const QString &  text,
const QString &  checkBoxText,
QMessageBox::StandardButtons  buttons = QMessageBox::Ok,
Qt::WindowFlags  flag = Qt::Tool|Qt::MSWindowsFixedSizeDialogHint 
)

CTOR.

Parameters
icon]icon the icon of the MessageBox
[in]parentthe parent of the MessageBox
[in]titleis the title of the MessageBox
[in]textis the text of the messageBox
[in]checkBoxTextis the text of the checkBox(dont' show again,etc)
[in]defaultButtonButton flag for QMessageBox
[in]flagwindow flag for QMessageBox
virtual makVrv::DtMessageBox::~DtMessageBox ( )
virtual

virtual DTOR

Member Function Documentation

virtual bool makVrv::DtMessageBox::checkBoxValue ( )
virtual

return the value of the checkBox

Member Data Documentation

QCheckBox* makVrv::DtMessageBox::myCheckBox
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)