#include <wipe.h>
Inherits PluginVClient.

Public Member Functions | |
| WipeMain (PluginServer *server) | |
| ~WipeMain () | |
| void | load_configuration () |
| int | process_realtime (VFrame *incoming, VFrame *outgoing) |
| int | load_defaults () |
| int | save_defaults () |
| void | save_data (KeyFrame *keyframe) |
| void | read_data (KeyFrame *keyframe) |
| int | show_gui () |
| void | raise_window () |
| int | uses_gui () |
| int | is_transition () |
| int | is_video () |
| char * | plugin_title () |
| int | set_string () |
| VFrame * | new_picon () |
Data Fields | |
| int | direction |
| WipeThread * | thread |
| BC_Hash * | defaults |
Definition at line 57 of file wipe.h.
| WipeMain::WipeMain | ( | PluginServer * | server | ) |
| WipeMain::~WipeMain | ( | ) |
| void WipeMain::load_configuration | ( | ) |
Definition at line 198 of file wipe.C.
References PluginClient::get_prev_keyframe(), PluginClient::get_source_position(), and read_data().
Referenced by process_realtime().

Reimplemented from PluginVClient.
Definition at line 254 of file wipe.C.
References BC_RGB161616, BC_RGB888, BC_RGB_FLOAT, BC_RGBA16161616, BC_RGBA8888, BC_RGBA_FLOAT, BC_YUV161616, BC_YUV888, BC_YUVA16161616, BC_YUVA8888, VFrame::get_color_model(), VFrame::get_h(), VFrame::get_w(), load_configuration(), and WIPE.

| int WipeMain::load_defaults | ( | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 150 of file wipe.C.
References BCASTDIR, BCTEXTLEN, defaults, direction, BC_Hash::get(), and BC_Hash::load().

| int WipeMain::save_defaults | ( | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 164 of file wipe.C.
References defaults, direction, BC_Hash::save(), and BC_Hash::update().

| void WipeMain::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 171 of file wipe.C.
References FileXML::append_tag(), KeyFrame::data, direction, PluginVClient::output, XMLTag::set_property(), FileXML::set_shared_string(), XMLTag::set_title(), FileXML::tag, and FileXML::terminate_string().

| void WipeMain::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 183 of file wipe.C.
References KeyFrame::data, direction, XMLTag::get_property(), PluginVClient::input, FileXML::read_tag(), FileXML::set_shared_string(), FileXML::tag, and XMLTag::title_is().
Referenced by load_configuration().

| int WipeMain::show_gui | ( | ) | [virtual] |
Reimplemented from PluginClient.
| void WipeMain::raise_window | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int WipeMain::uses_gui | ( | ) | [virtual] |
| int WipeMain::is_transition | ( | ) | [virtual] |
| int WipeMain::is_video | ( | ) | [virtual] |
| char * WipeMain::plugin_title | ( | ) | [virtual] |
| int WipeMain::set_string | ( | ) | [virtual] |
Reimplemented from PluginClient.
| VFrame * WipeMain::new_picon | ( | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 79 of file wipe.h.
Referenced by WipeRight::handle_event(), WipeLeft::handle_event(), load_defaults(), read_data(), save_data(), and save_defaults().
| WipeThread* WipeMain::thread |
1.5.5