Cwin Class Reference

stream class for accessing a ncurses window More...

#include <my_ncurses.H>

Collaboration diagram for Cwin:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Cwin (int nlines, int ncols, int begin_y, int begin_x)
int wgetch ()

Protected Attributes

outbuf mywindow


Detailed Description

stream class for accessing a ncurses window

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.


Constructor & Destructor Documentation

Cwin::Cwin ( int  nlines,
int  ncols,
int  begin_y,
int  begin_x 
) [inline]

Definition at line 81 of file my_ncurses.H.


Member Function Documentation

int Cwin::wgetch (  )  [inline]

Definition at line 85 of file my_ncurses.H.

References mywindow, and outbuf::wgetch().

Here is the call graph for this function:


Member Data Documentation

outbuf Cwin::mywindow [protected]

Definition at line 79 of file my_ncurses.H.

Referenced by wgetch().


The documentation for this class was generated from the following file:
Generated on Wed Nov 7 23:31:31 2007 for Qsieve by  doxygen 1.5.4