#include <blurzoomwindow.h>
Inherits BC_Window.

Public Member Functions | |
| BlurZoomWindow (BlurZoomMain *client, int x, int y) | |
| ~BlurZoomWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| BlurZoomMain * | client |
Definition at line 27 of file blurzoomwindow.h.
| BlurZoomWindow::BlurZoomWindow | ( | BlurZoomMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 44 of file blurzoomwindow.C.
| BlurZoomWindow::~BlurZoomWindow | ( | ) |
Definition at line 59 of file blurzoomwindow.C.
| int BlurZoomWindow::create_objects | ( | ) |
Definition at line 63 of file blurzoomwindow.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.
Referenced by BlurZoomThread::run().

| int BlurZoomWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 76 of file blurzoomwindow.C.
References BC_WindowBase::set_done().

Definition at line 36 of file blurzoomwindow.h.
1.5.5