#include <attachmentpoint.h>
Inheritance diagram for AttachmentPoint:

Public Member Functions | |
| AttachmentPoint (RenderEngine *renderengine, Plugin *plugin, int data_type) | |
| virtual | ~AttachmentPoint () |
| virtual int | reset_parameters () |
| int | identical (AttachmentPoint *old) |
| int | render_init () |
| void | reset_status () |
| int | attach_virtual_plugin (VirtualNode *virtual_plugin) |
| virtual void | delete_buffer_vector () |
| void | render_gui (void *data) |
| void | render_gui (void *data, int size) |
| virtual int | get_buffer_size () |
| int | multichannel_shared (int search_new) |
| int | singlechannel () |
| int | render_stop (int duplicate) |
| int | dump () |
Public Attributes | |
| ArrayList< VirtualNode * > | virtual_plugins |
| ArrayList< VirtualNode * > | new_virtual_plugins |
| ArrayList< PluginServer * > | plugin_servers |
| PluginServer * | plugin_server |
| Plugin * | plugin |
| int | plugin_id |
| RenderEngine * | renderengine |
| int64_t | start_position |
| int64_t | len |
| int64_t | sample_rate |
| double | frame_rate |
| int | is_processed |
| int | data_type |
Definition at line 20 of file attachmentpoint.h.
|
||||||||||||||||
|
Definition at line 14 of file attachmentpoint.C. References Edit::id, plugin_id, plugin_server, reset_parameters(), RenderEngine::scan_plugindb(), and Plugin::title. |
|
|
Definition at line 27 of file attachmentpoint.C. References delete_buffer_vector(), and plugin_servers. |
|
|
Definition at line 145 of file attachmentpoint.C. References new_virtual_plugins, Plugin::on, plugin, and plugin_server. Referenced by VirtualNode::expand_as_plugin(). |
|
|
Reimplemented in AAttachmentPoint, and VAttachmentPoint. Definition at line 43 of file attachmentpoint.h. Referenced by render_init(), and ~AttachmentPoint(). |
|
|
Definition at line 225 of file attachmentpoint.C. References PluginServer::dump(), new_virtual_plugins, and plugin_server. Referenced by Module::dump(). |
|
|
Reimplemented in AAttachmentPoint, and VAttachmentPoint. Definition at line 52 of file attachmentpoint.h. Referenced by render_init(). |
|
|
Definition at line 53 of file attachmentpoint.C. References plugin_id. Referenced by Module::swap_attachments(). |
|
|
Definition at line 173 of file attachmentpoint.C. References PluginServer::multichannel, new_virtual_plugins, plugin_server, and virtual_plugins. |
|
||||||||||||
|
Definition at line 206 of file attachmentpoint.C. References RenderEngine::mwindow, plugin, MWindow::render_plugin_gui(), and renderengine. |
|
|
Definition at line 199 of file attachmentpoint.C. References RenderEngine::mwindow, plugin, MWindow::render_plugin_gui(), and renderengine. Referenced by PluginServer::send_render_gui(). |
|
|
|
Definition at line 125 of file attachmentpoint.C. References PluginServer::multichannel, Plugin::on, plugin, plugin_server, plugin_servers, and virtual_plugins. |
|
|
Definition at line 34 of file attachmentpoint.C. References plugin_server, and reset_status(). Referenced by AttachmentPoint(). |
|
|
Definition at line 42 of file attachmentpoint.C. References frame_rate, is_processed, len, sample_rate, and start_position. Referenced by Module::reset_attachments(), and reset_parameters(). |
|
|
Definition at line 191 of file attachmentpoint.C. References PluginServer::multichannel, and plugin_server. |
|
|
Definition at line 86 of file attachmentpoint.h. |
|
|
Definition at line 84 of file attachmentpoint.h. Referenced by reset_status(). |
|
|
Definition at line 85 of file attachmentpoint.h. Referenced by VAttachmentPoint::render(), AAttachmentPoint::render(), and reset_status(). |
|
|
Definition at line 82 of file attachmentpoint.h. Referenced by reset_status(). |
|
|
Definition at line 62 of file attachmentpoint.h. Referenced by attach_virtual_plugin(), dump(), multichannel_shared(), and render_init(). |
|
|
Definition at line 70 of file attachmentpoint.h. Referenced by VirtualNode::attach_virtual_plugin(), attach_virtual_plugin(), Module::attachment_of(), VirtualNode::expand_as_plugin(), VAttachmentPoint::render(), AAttachmentPoint::render(), render_gui(), render_init(), render_stop(), and Module::test_plugins(). |
|
|
Definition at line 72 of file attachmentpoint.h. Referenced by AttachmentPoint(), and identical(). |
|
|
Definition at line 68 of file attachmentpoint.h. Referenced by attach_virtual_plugin(), AttachmentPoint(), dump(), multichannel_shared(), VAttachmentPoint::render(), AAttachmentPoint::render(), render_init(), render_stop(), reset_parameters(), and singlechannel(). |
|
|
Definition at line 65 of file attachmentpoint.h. Referenced by VAttachmentPoint::render(), AAttachmentPoint::render(), render_init(), render_stop(), and ~AttachmentPoint(). |
|
|
Definition at line 73 of file attachmentpoint.h. Referenced by AAttachmentPoint::get_buffer_size(), VAttachmentPoint::render(), AAttachmentPoint::render(), render_gui(), and render_init(). |
|
|
Definition at line 83 of file attachmentpoint.h. Referenced by reset_status(). |
|
|
Definition at line 81 of file attachmentpoint.h. Referenced by reset_status(). |
|
1.4.4