#include <whirlwindow.h>
Inherits BC_ISlider.

Public Member Functions | |
| PinchSlider (WhirlMain *client, int x, int y) | |
| ~PinchSlider () | |
| int | handle_event () |
Data Fields | |
| WhirlMain * | client |
Definition at line 57 of file whirlwindow.h.
| PinchSlider::PinchSlider | ( | WhirlMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 89 of file whirlwindow.C.
| PinchSlider::~PinchSlider | ( | ) |
Definition at line 94 of file whirlwindow.C.
| int PinchSlider::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ISlider.
Definition at line 97 of file whirlwindow.C.
References client, BC_ISlider::get_value(), WhirlMain::pinch, and PluginClient::send_configure_change().

1.5.5