#include <interpolate.h>
Inherits BC_Window.
Public Member Functions | |
| InterpolatePixelsWindow (InterpolatePixelsMain *client, int x, int y) | |
| ~InterpolatePixelsWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| InterpolatePixelsMain * | client |
| InterpolatePixelsOffset * | x_offset |
| InterpolatePixelsOffset * | y_offset |
Definition at line 46 of file interpolate.h.
| InterpolatePixelsWindow::InterpolatePixelsWindow | ( | InterpolatePixelsMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 58 of file interpolate.C.
| InterpolatePixelsWindow::~InterpolatePixelsWindow | ( | ) |
Definition at line 73 of file interpolate.C.
| int InterpolatePixelsWindow::create_objects | ( | ) |
Definition at line 77 of file interpolate.C.
References _, BC_WindowBase::add_tool(), BC_WindowBase::BC_Title, client, BC_WindowBase::get_h(), BC_WindowBase::get_w(), MAX, BC_WindowBase::show_window(), BC_WindowBase::title, BC_WindowBase::x, x_offset, BC_WindowBase::y, and y_offset.
| int InterpolatePixelsWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 55 of file interpolate.h.
Referenced by create_objects(), and InterpolatePixelsOffset::handle_event().
1.5.5