cMessageAnimateDialog class Reference #include <cmessageanimatedialog.h> Inheritance diagram for cMessageAnimateDialog
Inheritance graph
Collaboration diagram for cMessageAnimateDialog
Collaboration graph
Private Attributes Ui::cMessageAnimateDialog * ui
Protected Attributes QString m_szMessage QTimer * m_lpTimer int m_iCount int m_iDirection
cMessageAnimateDialog ( QWidget * parent)constructor. ~cMessageAnimateDialog ( )destructor. void setTitle ( const QString & szTitle)Sets the title of the dialog. void setMessage ( const QString & szMessage)Sets the message of the dialog.
Detailed Description Class to display a modal message dialog. Title and message can be configured. The dialog displays the message and adds up to 3 points zwice a second to the message. Author: Herwig Birke Version: 1.0 Date: $Date: 2016/02/09 Definition at line 31 of file cmessageanimatedialog.h The Documentation for this struct was generated from the following file: cmessageanimatedialog.h
Member Data Documentation Ui::cMessageAnimateDialog* cMessageAnimateDialog::ui User interface of the dialog. Definition at line 68 of file cmessageanimatedialog.h The Documentation for this struct was generated from the following file: cmessageanimatedialog.h
Member Data Documentation QString cMessageAnimateDialog::m_szMessage Message to be displayed Definition at line 71 of file cmessageanimatedialog.h The Documentation for this struct was generated from the following file: cmessageanimatedialog.h QTimer* cMessageAnimateDialog::m_lpTimer Timer object Definition at line 72 of file cmessageanimatedialog.h The Documentation for this struct was generated from the following file: cmessageanimatedialog.h int cMessageAnimateDialog::m_iCount Number of points currently being displayed Definition at line 73 of file cmessageanimatedialog.h The Documentation for this struct was generated from the following file: cmessageanimatedialog.h int cMessageAnimateDialog::m_iDirection Increase / decrease number of points Definition at line 74 of file cmessageanimatedialog.h The Documentation for this struct was generated from the following file: cmessageanimatedialog.h
cMessageAnimateDialog::cMessageAnimateDialog (QWidget *parent=0) <table frame="all"> <title>Parameters parent
void cMessageAnimateDialog::setTitle (const QString &szTitle) <table frame="all"> <title>Parameters szTitle Title text
void cMessageAnimateDialog::setMessage (const QString &szMessage) <table frame="all"> <title>Parameters szMessage Message text