#include <motionwindow.h>
Inherits BC_IPot.

Public Member Functions | |
| BlockSize (MotionMain *plugin, int x, int y, int *value) | |
| int | handle_event () |
Data Fields | |
| MotionMain * | plugin |
| int * | value |
Definition at line 127 of file motionwindow.h.
| BlockSize::BlockSize | ( | MotionMain * | plugin, | |
| int | x, | |||
| int | y, | |||
| int * | value | |||
| ) |
Definition at line 310 of file motionwindow.C.
| int BlockSize::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Pot.
Definition at line 325 of file motionwindow.C.
References BC_IPot::get_value(), plugin, PluginClient::send_configure_change(), and value.

| int* BlockSize::value |
Reimplemented from BC_IPot.
Definition at line 136 of file motionwindow.h.
Referenced by handle_event().
1.5.5