#include <agingwindow.h>
Inherits BC_Window.

Public Member Functions | |
| AgingWindow (AgingMain *client, int x, int y) | |
| ~AgingWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| AgingMain * | client |
| AgingColor * | color |
| AgingScratches * | scratches |
| AgingScratchCount * | scratch_count |
| AgingPits * | pits |
| AgingPitCount * | pit_count |
| AgingDust * | dust |
| AgingDustCount * | dust_count |
Definition at line 23 of file agingwindow.h.
| AgingWindow::AgingWindow | ( | AgingMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 16 of file agingwindow.C.
| AgingWindow::~AgingWindow | ( | ) |
Definition at line 31 of file agingwindow.C.
| int AgingWindow::create_objects | ( | ) |
Definition at line 35 of file agingwindow.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| int AgingWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 32 of file agingwindow.h.
Definition at line 35 of file agingwindow.h.
Definition at line 36 of file agingwindow.h.
Definition at line 37 of file agingwindow.h.
Definition at line 38 of file agingwindow.h.
Definition at line 39 of file agingwindow.h.
Definition at line 40 of file agingwindow.h.
Definition at line 41 of file agingwindow.h.
1.5.5