Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

qscr.h

Go to the documentation of this file.
00001 /*!
00002   \file   qscr.h
00003   \author Klaus Holst
00004   \date   Jan 2005
00005   
00006   \brief  Output class. Choose from ncurses, normal, no-output.
00007     
00008 */
00009 
00010 
00011 #ifndef _QSCR_H_
00012 #define _QSCR_H_
00013 
00014 
00015 void qinit();
00016 void qend();
00017 void qmvaddstr(unsigned x, unsigned y, char const* st);
00018 void qmove(unsigned x, unsigned y); 
00019 void qaddstr(char const* st);
00020 void qclrtoeol();
00021 void qinsertln();
00022 
00023 #endif // _QSCR_H

Generated on Tue Feb 14 16:05:52 2006 for estfunc by doxygen 1.3.6