#include <denoisemjpeg.h>
Inherits BC_Window.

Public Member Functions | |
| DenoiseMJPEGWindow (DenoiseMJPEG *plugin, int x, int y) | |
| void | create_objects () |
| int | close_event () |
| void | update_mode (int value) |
Data Fields | |
| DenoiseMJPEG * | plugin |
| DenoiseMJPEGRadius * | radius |
| DenoiseMJPEGThresh * | threshold1 |
| DenoiseMJPEGThresh2 * | threshold2 |
| DenoiseMJPEGSharp * | sharpness |
| DenoiseMJPEGLContrast * | lcontrast |
| DenoiseMJPEGCContrast * | ccontrast |
| DenoiseMJPEGDeinterlace * | deinterlace |
| DenoiseMJPEGModeInterlaced * | interlaced |
| DenoiseMJPEGModeProgressive * | progressive |
| DenoiseMJPEGModeFast * | fast |
| DenoiseMJPEGDelay * | delay |
Definition at line 132 of file denoisemjpeg.h.
| DenoiseMJPEGWindow::DenoiseMJPEGWindow | ( | DenoiseMJPEG * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 345 of file denoisemjpeg.C.
| void DenoiseMJPEGWindow::create_objects | ( | ) |
Definition at line 361 of file denoisemjpeg.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, ccontrast, deinterlace, delay, fast, BC_WindowBase::flush(), interlaced, lcontrast, plugin, progressive, radius, sharpness, BC_WindowBase::show_window(), threshold1, and threshold2.

| int DenoiseMJPEGWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 416 of file denoisemjpeg.C.
References BC_WindowBase::set_done().

| void DenoiseMJPEGWindow::update_mode | ( | int | value | ) |
Definition at line 408 of file denoisemjpeg.C.
References DenoiseMJPEG::config, fast, interlaced, DenoiseMJPEGConfig::mode, plugin, progressive, and BC_Toggle::update().
Referenced by DenoiseMJPEGModeFast::handle_event(), DenoiseMJPEGModeInterlaced::handle_event(), and DenoiseMJPEGModeProgressive::handle_event().

1.5.5