#include <popupwin.h>
Inheritance diagram for PopUpWin:
Public Methods | |
PopUpWin (int dx, int dy, int bc, int bkc) | |
PopUpWin (int dx, int dy, int bc, int bkc, char *t, int tc) | |
virtual | ~PopUpWin () |
virtual void | PrepScreen (void) |
virtual void | Erase (void) |
Protected Methods | |
PopUpWin (void) | |
Private Attributes | |
void * | buffer |
|
Definition at line 20 of file popupwin.h. References buffer.
|
|
Definition at line 22 of file popupwin.h. References buffer.
|
|
Definition at line 24 of file popupwin.h. References buffer.
|
|
Definition at line 26 of file popupwin.h. References buffer, and Erase().
|
|
Reimplemented from Window. Definition at line 26 of file popupwin.c. References buffer, Window::ClientD, ScrnObj::Disp, ScrnObj::Drawn, Display::Erase(), False, Viewport::PutImage(), ScrnObj::X, and ScrnObj::Y. Referenced by ~PopUpWin().
|
|
Reimplemented from Window. Definition at line 15 of file popupwin.c. References buffer, byte, ScrnObj::Disp, Viewport::GetImage(), ScrnObj::X, Window::XDim, ScrnObj::Y, and Window::YDim. Referenced by TextWin::Draw().
|
|
Definition at line 18 of file popupwin.h. Referenced by Erase(), PopUpWin(), PrepScreen(), and ~PopUpWin(). |