#include <plugindialog.h>
Public Member Functions | |
| PluginDialogThread (MWindow *mwindow) | |
| ~PluginDialogThread () | |
| void | start_window (Track *track, Plugin *plugin, char *title) |
| int | set_dialog (Transition *transition, char *title) |
| void | run () |
Public Attributes | |
| MWindow * | mwindow |
| Track * | track |
| int | data_type |
| Transition * | transition |
| PluginDialog * | window |
| Plugin * | plugin |
| Condition * | completion |
| Mutex * | window_lock |
| char | window_title [BCTEXTLEN] |
| int | plugin_type |
| SharedLocation | shared_location |
| char | plugin_title [BCTEXTLEN] |
Definition at line 29 of file plugindialog.h.
|
|
Definition at line 20 of file plugindialog.C. References completion, plugin, window, and window_lock. |
|
|
Definition at line 31 of file plugindialog.C. References completion, window, and window_lock. |
|
|
||||||||||||
|
Definition at line 86 of file plugindialog.C. |
|
||||||||||||||||
|
Definition at line 43 of file plugindialog.C. References Plugin::calculate_title(), completion, Track::data_type, data_type, SharedLocation::module, SharedLocation::plugin, plugin_title, Plugin::plugin_type, plugin_type, Plugin::shared_location, shared_location, PluginClient::start, window, and window_lock. Referenced by PluginPopupChange::handle_event(), and EditAttachEffect::handle_event(). |
|
|
Definition at line 51 of file plugindialog.h. Referenced by PluginDialogThread(), run(), start_window(), and ~PluginDialogThread(). |
|
|
Definition at line 46 of file plugindialog.h. Referenced by PluginDialog::create_objects(), and start_window(). |
|
|
Definition at line 44 of file plugindialog.h. Referenced by run(). |
|
|
Definition at line 50 of file plugindialog.h. Referenced by PluginDialog::create_objects(), PluginDialogThread(), and run(). |
|
|
Definition at line 63 of file plugindialog.h. Referenced by PluginDialog::attach_new(), PluginDialogDetach::handle_event(), run(), and start_window(). |
|
|
Definition at line 57 of file plugindialog.h. Referenced by PluginDialog::attach_module(), PluginDialog::attach_new(), PluginDialog::attach_shared(), PluginDialogDetach::handle_event(), run(), and start_window(). |
|
|
Definition at line 60 of file plugindialog.h. Referenced by PluginDialog::attach_module(), PluginDialog::attach_shared(), run(), and start_window(). |
|
|
Definition at line 45 of file plugindialog.h. Referenced by PluginDialog::create_objects(), and run(). |
|
|
Definition at line 47 of file plugindialog.h. |
|
|
Definition at line 48 of file plugindialog.h. Referenced by PluginDialogThread(), run(), start_window(), and ~PluginDialogThread(). |
|
|
Definition at line 52 of file plugindialog.h. Referenced by PluginDialogThread(), run(), start_window(), and ~PluginDialogThread(). |
|
|
Definition at line 53 of file plugindialog.h. Referenced by run(). |
1.4.4