#include <gainwindow.h>
Inherits BC_Window.

Public Member Functions | |
| GainWindow (Gain *gain, int x, int y) | |
| ~GainWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| Gain * | gain |
| GainLevel * | level |
Definition at line 19 of file gainwindow.h.
| GainWindow::GainWindow | ( | Gain * | gain, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 17 of file gainwindow.C.
| GainWindow::~GainWindow | ( | ) |
Definition at line 32 of file gainwindow.C.
| int GainWindow::create_objects | ( | ) |
Definition at line 36 of file gainwindow.C.
References _, BC_WindowBase::add_tool(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), gain, level, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

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