
Public Member Functions | |
| RadialBlurWindow (RadialBlurMain *plugin, int x, int y) | |
| ~RadialBlurWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| RadialBlurSize * | x |
| RadialBlurSize * | y |
| RadialBlurSize * | steps |
| RadialBlurSize * | angle |
| RadialBlurToggle * | r |
| RadialBlurToggle * | g |
| RadialBlurToggle * | b |
| RadialBlurToggle * | a |
| RadialBlurMain * | plugin |
Definition at line 78 of file radialblur.C.
| RadialBlurWindow::RadialBlurWindow | ( | RadialBlurMain * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 239 of file radialblur.C.
| RadialBlurWindow::~RadialBlurWindow | ( | ) |
Definition at line 253 of file radialblur.C.
| int RadialBlurWindow::create_objects | ( | ) |
Definition at line 257 of file radialblur.C.
References _, a, BC_WindowBase::add_subwindow(), angle, b, BC_WindowBase::BC_Title, BC_WindowBase::flush(), g, plugin, r, BC_WindowBase::show_window(), steps, x, and y.

| int RadialBlurWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Reimplemented from BC_WindowBase.
Definition at line 87 of file radialblur.C.
Referenced by create_objects().
Reimplemented from BC_WindowBase.
Definition at line 87 of file radialblur.C.
Referenced by create_objects().
1.5.5