#include <delayaudio.h>
Inherits Thread.

Public Member Functions | |
| DelayAudioThread (DelayAudio *plugin) | |
| ~DelayAudioThread () | |
| void | run () |
Data Fields | |
| Mutex | completion |
| DelayAudioWindow * | window |
| DelayAudio * | plugin |
Definition at line 31 of file delayaudio.h.
| DelayAudioThread::DelayAudioThread | ( | DelayAudio * | plugin | ) |
Definition at line 232 of file delayaudio.C.
References completion, Mutex::lock(), and Thread::set_synchronous().

| DelayAudioThread::~DelayAudioThread | ( | ) |
| void DelayAudioThread::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 249 of file delayaudio.C.
References PluginClient::client_side_close(), completion, DelayAudioWindow::create_objects(), BC_DisplayInfo::get_abs_cursor_x(), BC_DisplayInfo::get_abs_cursor_y(), plugin, BC_WindowBase::run_window(), Mutex::unlock(), and window.

Definition at line 39 of file delayaudio.h.
Referenced by DelayAudioThread(), run(), and DelayAudio::~DelayAudio().
Definition at line 40 of file delayaudio.h.
Referenced by DelayAudio::raise_window(), run(), DelayAudio::set_string(), DelayAudio::update_gui(), DelayAudio::~DelayAudio(), and ~DelayAudioThread().
1.5.5