#include <denoise.h>
Inherits BC_Window.

Public Member Functions | |
| DenoiseWindow (DenoiseEffect *plugin, int x, int y) | |
| void | create_objects () |
| void | update () |
| int | close_event () |
Data Fields | |
| DenoiseLevel * | scale |
| DenoiseEffect * | plugin |
Definition at line 23 of file denoise.h.
| DenoiseWindow::DenoiseWindow | ( | DenoiseEffect * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
| void DenoiseWindow::create_objects | ( | ) |
Definition at line 781 of file denoise.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), plugin, scale, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| void DenoiseWindow::update | ( | ) |
Definition at line 799 of file denoise.C.
References plugin, scale, and BC_FPot::update().

| int DenoiseWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 792 of file denoise.C.
References BC_WindowBase::set_done().

1.5.5