#include <blurwindow.h>
Inherits BC_Window.

Public Member Functions | |
| BlurWindow (BlurMain *client, int x, int y) | |
| ~BlurWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| BlurMain * | client |
| BlurVertical * | vertical |
| BlurHorizontal * | horizontal |
| BlurRadius * | radius |
| BlurA * | a |
| BlurR * | r |
| BlurG * | g |
| BlurB * | b |
Definition at line 24 of file blurwindow.h.
| BlurWindow::BlurWindow | ( | BlurMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 17 of file blurwindow.C.
| BlurWindow::~BlurWindow | ( | ) |
Definition at line 31 of file blurwindow.C.
| int BlurWindow::create_objects | ( | ) |
Definition at line 36 of file blurwindow.C.
References _, a, BC_WindowBase::add_subwindow(), b, BC_WindowBase::BC_Title, client, BC_WindowBase::flush(), g, horizontal, r, radius, BC_WindowBase::show_window(), vertical, BC_WindowBase::x, and BC_WindowBase::y.

| int BlurWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 61 of file blurwindow.C.
References BC_WindowBase::set_done().

1.5.5