
Public Member Functions | |
| ZoomBlurSize (ZoomBlurMain *plugin, int x, int y, int *output, int min, int max) | |
| int | handle_event () |
Data Fields | |
| ZoomBlurMain * | plugin |
| int * | output |
Definition at line 51 of file zoomblur.C.
| ZoomBlurSize::ZoomBlurSize | ( | ZoomBlurMain * | plugin, | |
| int | x, | |||
| int | y, | |||
| int * | output, | |||
| int | min, | |||
| int | max | |||
| ) |
Definition at line 346 of file zoomblur.C.
| int ZoomBlurSize::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ISlider.
Definition at line 357 of file zoomblur.C.
References BC_ISlider::get_value(), output, plugin, and PluginClient::send_configure_change().

| int* ZoomBlurSize::output |
Reimplemented from BC_ISlider.
Definition at line 62 of file zoomblur.C.
Referenced by handle_event().
1.5.5