#include <irissquare.h>
Inherits BC_Window.

Public Member Functions | |
| IrisSquareWindow (IrisSquareMain *plugin, int x, int y) | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| IrisSquareMain * | plugin |
| IrisSquareIn * | in |
| IrisSquareOut * | out |
Definition at line 42 of file irissquare.h.
| IrisSquareWindow::IrisSquareWindow | ( | IrisSquareMain * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 73 of file irissquare.C.
| void IrisSquareWindow::create_objects | ( | ) |
Definition at line 95 of file irissquare.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), in, out, plugin, BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| int IrisSquareWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 89 of file irissquare.C.
References BC_WindowBase::set_done().

Definition at line 49 of file irissquare.h.
Referenced by create_objects(), and IrisSquareOut::handle_event().
Definition at line 50 of file irissquare.h.
Referenced by create_objects(), and IrisSquareIn::handle_event().
1.5.5