
Public Member Functions | |
| HueWindow (HueEffect *plugin, int x, int y) | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| HueEffect * | plugin |
| HueSlider * | hue |
| SaturationSlider * | saturation |
| ValueSlider * | value |
Definition at line 75 of file huesaturation.C.
| HueWindow::HueWindow | ( | HueEffect * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 292 of file huesaturation.C.
| void HueWindow::create_objects | ( | ) |
Definition at line 306 of file huesaturation.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), hue, plugin, saturation, BC_WindowBase::show_window(), value, BC_WindowBase::x, and BC_WindowBase::y.

| int HueWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
1.5.5