
Public Member Functions | |
| ZoomBlurWindow (ZoomBlurMain *plugin, int x, int y) | |
| ~ZoomBlurWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| ZoomBlurSize * | x |
| ZoomBlurSize * | y |
| ZoomBlurSize * | radius |
| ZoomBlurSize * | steps |
| ZoomBlurToggle * | r |
| ZoomBlurToggle * | g |
| ZoomBlurToggle * | b |
| ZoomBlurToggle * | a |
| ZoomBlurMain * | plugin |
Definition at line 78 of file zoomblur.C.
| ZoomBlurWindow::ZoomBlurWindow | ( | ZoomBlurMain * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 254 of file zoomblur.C.
| ZoomBlurWindow::~ZoomBlurWindow | ( | ) |
Definition at line 268 of file zoomblur.C.
| int ZoomBlurWindow::create_objects | ( | ) |
Definition at line 272 of file zoomblur.C.
References _, a, BC_WindowBase::add_subwindow(), b, BC_WindowBase::BC_Title, BC_WindowBase::flush(), g, plugin, r, radius, BC_WindowBase::show_window(), steps, x, and y.

| int ZoomBlurWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 306 of file zoomblur.C.
References BC_WindowBase::set_done().

Reimplemented from BC_WindowBase.
Definition at line 87 of file zoomblur.C.
Referenced by create_objects().
Reimplemented from BC_WindowBase.
Definition at line 87 of file zoomblur.C.
Referenced by create_objects().
1.5.5