outbuf Class Reference

stream buffer class for accessing a ncurses window More...

#include <my_ncurses.H>

List of all members.

Public Member Functions

 outbuf (int nlines, int ncols, int begin_y, int begin_x)
 ~outbuf ()
int wgetch ()

Protected Member Functions

virtual int overflow (int c)

Protected Attributes

WINDOW * win


Detailed Description

stream buffer class for accessing a ncurses window

This class wraps the ncurses functions to provide access to a window through a stream buffer. The stream buffer is initialized with the coordinates of the window.

Definition at line 25 of file my_ncurses.H.


Constructor & Destructor Documentation

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

Definition at line 31 of file my_ncurses.H.

References win.

outbuf::~outbuf (  )  [inline]

Definition at line 48 of file my_ncurses.H.

References win.


Member Function Documentation

int outbuf::wgetch (  )  [inline]

Definition at line 53 of file my_ncurses.H.

References win.

Referenced by Cwin::wgetch().

virtual int outbuf::overflow ( int  c  )  [inline, protected, virtual]

Definition at line 59 of file my_ncurses.H.

References win.


Member Data Documentation

WINDOW* outbuf::win [protected]

Definition at line 28 of file my_ncurses.H.

Referenced by outbuf(), overflow(), wgetch(), and ~outbuf().


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