#include <irissquare.h>
Inherits PluginVClient.

Public Member Functions | |
| IrisSquareMain (PluginServer *server) | |
| ~IrisSquareMain () | |
| 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 |
| IrisSquareThread * | thread |
| BC_Hash * | defaults |
Definition at line 57 of file irissquare.h.
| IrisSquareMain::IrisSquareMain | ( | PluginServer * | server | ) |
| IrisSquareMain::~IrisSquareMain | ( | ) |
| void IrisSquareMain::load_configuration | ( | ) |
Definition at line 198 of file irissquare.C.
References PluginClient::get_prev_keyframe(), PluginClient::get_source_position(), and read_data().
Referenced by process_realtime().

Reimplemented from PluginVClient.
Definition at line 305 of file irissquare.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(), IRISSQUARE, and load_configuration().

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

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

| void IrisSquareMain::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 171 of file irissquare.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 IrisSquareMain::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 183 of file irissquare.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 IrisSquareMain::show_gui | ( | ) | [virtual] |
Reimplemented from PluginClient.
| void IrisSquareMain::raise_window | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int IrisSquareMain::uses_gui | ( | ) | [virtual] |
| int IrisSquareMain::is_transition | ( | ) | [virtual] |
| int IrisSquareMain::is_video | ( | ) | [virtual] |
| char * IrisSquareMain::plugin_title | ( | ) | [virtual] |
| int IrisSquareMain::set_string | ( | ) | [virtual] |
Reimplemented from PluginClient.
| VFrame * IrisSquareMain::new_picon | ( | ) | [virtual] |
Reimplemented from PluginClient.
Definition at line 79 of file irissquare.h.
Referenced by IrisSquareOut::handle_event(), IrisSquareIn::handle_event(), load_defaults(), read_data(), save_data(), and save_defaults().
| IrisSquareThread* IrisSquareMain::thread |
Definition at line 80 of file irissquare.h.
1.5.5