#include <quark.h>
Inherits PluginVClient.

Public Member Functions | |
| QuarkMain (PluginServer *server) | |
| ~QuarkMain () | |
| 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 | |
| float | sharpness |
| float | last_sharpness |
| int | interlace |
| int | horizontal |
| int | row_step |
| int | luminance |
| QuarkThread * | thread |
| int | pos_lut [0x10000] |
| int | neg_lut [0x10000] |
Private Member Functions | |
| int | get_luts (int *pos_lut, int *neg_lut, int color_model) |
Private Attributes | |
| BC_Hash * | defaults |
| QuarkEngine ** | engine |
| int | total_engines |
Definition at line 93 of file quark.h.
| QuarkMain::QuarkMain | ( | PluginServer * | server | ) |
| QuarkMain::~QuarkMain | ( | ) |
Reimplemented from PluginVClient.
| int QuarkMain::is_realtime | ( | ) | [virtual] |
Reimplemented from PluginClient.
| char* QuarkMain::plugin_title | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int QuarkMain::show_gui | ( | ) | [virtual] |
Reimplemented from PluginClient.
| void QuarkMain::raise_window | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int QuarkMain::set_string | ( | ) | [virtual] |
Reimplemented from PluginClient.
| void QuarkMain::load_configuration | ( | ) |
| void QuarkMain::save_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
| void QuarkMain::read_data | ( | KeyFrame * | keyframe | ) | [virtual] |
Reimplemented from PluginClient.
| int QuarkMain::load_defaults | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int QuarkMain::save_defaults | ( | ) | [virtual] |
Reimplemented from PluginClient.
| VFrame* QuarkMain::new_picon | ( | ) | [virtual] |
Reimplemented from PluginClient.
| int QuarkMain::get_luts | ( | int * | pos_lut, | |
| int * | neg_lut, | |||
| int | color_model | |||
| ) | [private] |
| float QuarkMain::sharpness |
| QuarkThread* QuarkMain::thread |
| int QuarkMain::pos_lut[0x10000] |
| int QuarkMain::neg_lut[0x10000] |
BC_Hash* QuarkMain::defaults [private] |
QuarkEngine** QuarkMain::engine [private] |
int QuarkMain::total_engines [private] |
1.5.5