#include <unsharpwindow.h>
Inherits BC_Window.

Public Member Functions | |
| UnsharpWindow (UnsharpMain *plugin, int x, int y) | |
| ~UnsharpWindow () | |
| int | create_objects () |
| int | close_event () |
| void | update () |
Data Fields | |
| UnsharpRadius * | radius |
| UnsharpAmount * | amount |
| UnsharpThreshold * | threshold |
| UnsharpMain * | plugin |
Definition at line 32 of file unsharpwindow.h.
| UnsharpWindow::UnsharpWindow | ( | UnsharpMain * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 15 of file unsharpwindow.C.
| UnsharpWindow::~UnsharpWindow | ( | ) |
Definition at line 29 of file unsharpwindow.C.
| int UnsharpWindow::create_objects | ( | ) |
Definition at line 33 of file unsharpwindow.C.
References _, BC_WindowBase::add_subwindow(), amount, BC_WindowBase::BC_Title, BC_WindowBase::flush(), BC_WindowBase::get_w(), plugin, radius, BC_WindowBase::show_window(), threshold, BC_WindowBase::title, BC_WindowBase::x, and BC_WindowBase::y.

| int UnsharpWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
| void UnsharpWindow::update | ( | ) |
Definition at line 61 of file unsharpwindow.C.
References amount, plugin, radius, threshold, BC_IPot::update(), and BC_FPot::update().

1.5.5