#include <ToastMessageWidget.h>
|
| | ToastMessageWidget (QString text, QWidget *parent) |
| |
| virtual | ~ToastMessageWidget () |
| |
| void | ShowMessage () |
| | ShowMessage - starts the showing animation. More...
|
| |
| void | HideMessage () |
| | HideMessage - starts the hiding animation. More...
|
| |
| virtual void | paintEvent (QPaintEvent *event) |
| | paintEvent - This method has to be implemented, when we use Q_OBJECT macro. Otherwise widget will not be painted correctly - parentWidget (=ToastMessageManager) forwards its paintEvent to children?). More...
|
| |
| ToastMessageWidget::ToastMessageWidget |
( |
QString |
text, |
|
|
QWidget * |
parent |
|
) |
| |
|
explicit |
| ToastMessageWidget::~ToastMessageWidget |
( |
| ) |
|
|
virtual |
FinishedHidingMessage - signal is emitted when hiding animation finished, so message can be removed from UI.
| void ToastMessageWidget::HideMessage |
( |
| ) |
|
HideMessage - starts the hiding animation.
| void ToastMessageWidget::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
virtual |
paintEvent - This method has to be implemented, when we use Q_OBJECT macro. Otherwise widget will not be painted correctly - parentWidget (=ToastMessageManager) forwards its paintEvent to children?).
| void ToastMessageWidget::ShowMessage |
( |
| ) |
|
ShowMessage - starts the showing animation.
The documentation for this class was generated from the following files: