#include <brightnesswindow.h>
Inherits BC_CheckBox.

Public Member Functions | |
| BrightnessLuma (BrightnessMain *client, int x, int y) | |
| ~BrightnessLuma () | |
| int | handle_event () |
Data Fields | |
| BrightnessMain * | client |
Definition at line 47 of file brightnesswindow.h.
| BrightnessLuma::BrightnessLuma | ( | BrightnessMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 109 of file brightnesswindow.C.
| BrightnessLuma::~BrightnessLuma | ( | ) |
Definition at line 119 of file brightnesswindow.C.
| int BrightnessLuma::handle_event | ( | ) | [virtual] |
Reimplemented from BC_CheckBox.
Definition at line 122 of file brightnesswindow.C.
References client, BrightnessMain::config, BC_Toggle::get_value(), BrightnessConfig::luma, and PluginClient::send_configure_change().

1.5.5