#include <aging.h>
Inherits PluginVClient.

Public Member Functions | |
| AgingMain (PluginServer *server) | |
| ~AgingMain () | |
| int | process_realtime (VFrame *input_ptr, VFrame *output_ptr) |
| int | is_realtime () |
| char * | plugin_title () |
| int | show_gui () |
| void | raise_window () |
| int | set_string () |
| void | load_configuration () |
| void | save_data (KeyFrame *keyframe) |
| void | read_data (KeyFrame *keyframe) |
| int | load_defaults () |
| int | save_defaults () |
| VFrame * | new_picon () |
Data Fields | |
| AgingThread * | thread |
| AgingServer * | aging_server |
| AgingClient * | aging_client |
| AgingConfig | config |
| BC_Hash * | defaults |
| AgingEngine ** | engine |
| VFrame * | input_ptr |
| VFrame * | output_ptr |
Definition at line 98 of file aging.h.
| AgingMain::AgingMain | ( | PluginServer * | server | ) |
| AgingMain::~AgingMain | ( | ) |
Reimplemented from PluginVClient.
Definition at line 94 of file aging.C.
References aging_server, load_configuration(), LoadServer::process_packages(), and PluginClient::smp.

| int AgingMain::is_realtime | ( | ) | [virtual] |
| char * AgingMain::plugin_title | ( | ) | [virtual] |
| int AgingMain::show_gui | ( | ) | [virtual] |
Reimplemented from PluginClient.
| void AgingMain::raise_window | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int AgingMain::set_string | ( | ) | [virtual] |
Reimplemented from PluginClient.
| void AgingMain::load_configuration | ( | ) |
| void AgingMain::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
| void AgingMain::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
| int AgingMain::load_defaults | ( | ) | [virtual] |
| int AgingMain::save_defaults | ( | ) | [virtual] |
| VFrame* AgingMain::new_picon | ( | ) | [virtual] |
Reimplemented from PluginClient.
| AgingThread* AgingMain::thread |
Definition at line 121 of file aging.h.
Referenced by AgingMain(), process_realtime(), and ~AgingMain().
| AgingEngine** AgingMain::engine |
Definition at line 127 of file aging.h.
Referenced by AgingServer::init_packages(), and AgingClient::process_package().
1.5.5