#include <bcpixmapsw.h>
Inherits BC_SubWindow.

Public Member Functions | |
| BC_PixmapSW (int x, int y, BC_Pixmap *thepixmap) | |
| virtual | ~BC_PixmapSW () |
| int | initialize () |
| virtual int | handle_event () |
| virtual char * | get_caption () |
| int | reposition_widget (int x, int y) |
Private Member Functions | |
| int | draw () |
Private Attributes | |
| BC_Pixmap * | thepixmap |
Definition at line 9 of file bcpixmapsw.h.
| BC_PixmapSW::BC_PixmapSW | ( | int | x, | |
| int | y, | |||
| BC_Pixmap * | thepixmap | |||
| ) |
Definition at line 13 of file bcpixmapsw.C.
| BC_PixmapSW::~BC_PixmapSW | ( | ) | [virtual] |
Definition at line 19 of file bcpixmapsw.C.
| int BC_PixmapSW::initialize | ( | ) | [virtual] |
Reimplemented from BC_SubWindow.
Definition at line 23 of file bcpixmapsw.C.
References draw(), BC_Pixmap::get_h(), BC_Pixmap::get_w(), BC_WindowBase::h, BC_SubWindow::initialize(), thepixmap, and BC_WindowBase::w.

| virtual int BC_PixmapSW::handle_event | ( | ) | [inline, virtual] |
Definition at line 16 of file bcpixmapsw.h.
| virtual char* BC_PixmapSW::get_caption | ( | ) | [inline, virtual] |
Definition at line 17 of file bcpixmapsw.h.
| int BC_PixmapSW::reposition_widget | ( | int | x, | |
| int | y | |||
| ) |
Definition at line 33 of file bcpixmapsw.C.
References draw(), and BC_WindowBase::reposition_window().

| int BC_PixmapSW::draw | ( | ) | [private] |
Definition at line 40 of file bcpixmapsw.C.
References BC_WindowBase::draw_pixmap(), BC_WindowBase::draw_top_background(), BC_WindowBase::flash(), BC_WindowBase::get_h(), BC_WindowBase::get_w(), BC_WindowBase::parent_window, and thepixmap.
Referenced by initialize(), and reposition_widget().

BC_Pixmap* BC_PixmapSW::thepixmap [private] |
1.5.5