
Public Member Functions | |
| DownSampleToggle (DownSampleMain *plugin, int x, int y, int *output, char *string) | |
| int | handle_event () |
Data Fields | |
| DownSampleMain * | plugin |
| int * | output |
Definition at line 52 of file downsample.C.
| DownSampleToggle::DownSampleToggle | ( | DownSampleMain * | plugin, | |
| int | x, | |||
| int | y, | |||
| int * | output, | |||
| char * | string | |||
| ) |
Definition at line 337 of file downsample.C.
| int DownSampleToggle::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 348 of file downsample.C.
References BC_Toggle::get_value(), output, plugin, and PluginClient::send_configure_change().

1.5.5