
Public Member Functions | |
| DownSampleSize (DownSampleMain *plugin, int x, int y, int *output, int min, int max) | |
| int | handle_event () |
Data Fields | |
| DownSampleMain * | plugin |
| int * | output |
Definition at line 65 of file downsample.C.
| DownSampleSize::DownSampleSize | ( | DownSampleMain * | plugin, | |
| int | x, | |||
| int | y, | |||
| int * | output, | |||
| int | min, | |||
| int | max | |||
| ) |
Definition at line 361 of file downsample.C.
| int DownSampleSize::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ISlider.
Definition at line 372 of file downsample.C.
References BC_ISlider::get_value(), output, plugin, and PluginClient::send_configure_change().

Reimplemented from BC_ISlider.
Definition at line 76 of file downsample.C.
Referenced by handle_event().
1.5.5