#include <polarwindow.h>
Inherits BC_ISlider.

Public Member Functions | |
| DepthSlider (PolarMain *client, int x, int y) | |
| ~DepthSlider () | |
| int | handle_event () |
Data Fields | |
| PolarMain * | client |
Definition at line 34 of file polarwindow.h.
| DepthSlider::DepthSlider | ( | PolarMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 60 of file polarwindow.C.
| DepthSlider::~DepthSlider | ( | ) |
Definition at line 65 of file polarwindow.C.
| int DepthSlider::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ISlider.
Definition at line 68 of file polarwindow.C.
References client, PolarMain::depth, BC_ISlider::get_value(), and PluginClient::send_configure_change().

1.5.5