#include <my_ncurses.H>
Public Member Functions | |
Cwin (int nlines, int ncols, int begin_y, int begin_x) | |
int | wgetch () |
Protected Attributes | |
outbuf | mywindow |
This class wraps the ncurses functions to provide access to a window through a stream. The stream is initialized with the coordinates of the window.
Definition at line 76 of file my_ncurses.H.
Cwin::Cwin | ( | int | nlines, | |
int | ncols, | |||
int | begin_y, | |||
int | begin_x | |||
) | [inline] |
Definition at line 81 of file my_ncurses.H.
int Cwin::wgetch | ( | ) | [inline] |
Definition at line 85 of file my_ncurses.H.
References mywindow, and outbuf::wgetch().
outbuf Cwin::mywindow [protected] |