#include <brightnesswindow.h>
Inherits BC_Window.

Public Member Functions | |
| BrightnessWindow (BrightnessMain *client, int x, int y) | |
| ~BrightnessWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| BrightnessMain * | client |
| BrightnessSlider * | brightness |
| BrightnessSlider * | contrast |
| BrightnessLuma * | luma |
Definition at line 18 of file brightnesswindow.h.
| BrightnessWindow::BrightnessWindow | ( | BrightnessMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 12 of file brightnesswindow.C.
| BrightnessWindow::~BrightnessWindow | ( | ) |
Definition at line 25 of file brightnesswindow.C.
| int BrightnessWindow::create_objects | ( | ) |
Definition at line 29 of file brightnesswindow.C.
References _, BC_WindowBase::add_tool(), BC_WindowBase::BC_Title, BrightnessConfig::brightness, brightness, client, BrightnessMain::config, BrightnessConfig::contrast, contrast, BC_WindowBase::flush(), luma, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| int BrightnessWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 56 of file brightnesswindow.C.
References BC_WindowBase::set_done().

1.5.5