kwave
18.07.70
|
Public Member Functions | |
Trigger (Kwave::MessageBox &box) | |
virtual | ~Trigger () |
Private Attributes | |
Kwave::MessageBox & | m_box |
internal helper for showing the KMessageBox in the GUI thread
Definition at line 141 of file MessageBox.h.
|
explicit |
Constructor, re-parents itself to the GUI thread
box | the Kwave::MessageBox to use |
Definition at line 224 of file MessageBox.cpp.
|
virtual |
Destructor. Will always be executed in the GUI thread, because the instance of this object is moved to the GUI thread and deleteLater() is called. This calls the "show()" method of the Kwave::MessageBox in a safe context.
Definition at line 231 of file MessageBox.cpp.
References m_box, and Kwave::MessageBox::show().
|
private |
reference to the Kwave::MessageBox instance
Definition at line 161 of file MessageBox.h.
Referenced by ~Trigger().