#include <holowindow.h>
Inherits BC_Window.

Public Member Functions | |
| HoloWindow (HoloMain *client, int x, int y) | |
| ~HoloWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| HoloMain * | client |
Definition at line 17 of file holowindow.h.
| HoloWindow::HoloWindow | ( | HoloMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 12 of file holowindow.C.
| HoloWindow::~HoloWindow | ( | ) |
Definition at line 27 of file holowindow.C.
| int HoloWindow::create_objects | ( | ) |
Definition at line 31 of file holowindow.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 HoloWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 26 of file holowindow.h.
1.5.5