cMessageAnimateDialog class Reference#include <cmessageanimatedialog.h>Inheritance diagram for cMessageAnimateDialogInheritance graphCollaboration diagram for cMessageAnimateDialogCollaboration graphPrivate AttributesUi::cMessageAnimateDialog * uiProtected AttributesQString m_szMessageQTimer * m_lpTimerint m_iCountint 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 DescriptionClass 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 BirkeVersion: 1.0Date: $Date: 2016/02/09 Definition at line 31 of file cmessageanimatedialog.hThe Documentation for this struct was generated from the following file: cmessageanimatedialog.hMember Data DocumentationUi::cMessageAnimateDialog* cMessageAnimateDialog::uiUser interface of the dialog. Definition at line 68 of file cmessageanimatedialog.hThe Documentation for this struct was generated from the following file: cmessageanimatedialog.hMember Data DocumentationQString cMessageAnimateDialog::m_szMessageMessage to be displayed Definition at line 71 of file cmessageanimatedialog.hThe Documentation for this struct was generated from the following file: cmessageanimatedialog.hQTimer* cMessageAnimateDialog::m_lpTimerTimer object Definition at line 72 of file cmessageanimatedialog.hThe Documentation for this struct was generated from the following file: cmessageanimatedialog.hint cMessageAnimateDialog::m_iCountNumber of points currently being displayed Definition at line 73 of file cmessageanimatedialog.hThe Documentation for this struct was generated from the following file: cmessageanimatedialog.hint cMessageAnimateDialog::m_iDirectionIncrease / decrease number of points Definition at line 74 of file cmessageanimatedialog.hThe Documentation for this struct was generated from the following file: cmessageanimatedialog.hcMessageAnimateDialog::cMessageAnimateDialog (QWidget *parent=0)