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

NCurses.cc File Reference

#include <unistd.h>
#include <cstdarg>
#include <fstream>
#include <list>
#include "../config.h"
#include "Y2Log.h"
#include "NCurses.h"
#include "NCDialog.h"
#include "NCi18n.h"
#include <fnmatch.h>
#include <signal.h>

Defines

#define CONVERR(n, p)
#define ENUM_OUT(v)   case NCursesEvent::v: return STREAM << "Ev::" << #v

Functions

ostream & operator<< (ostream &STREAM, const NCursesError &OBJ)
ostream & operator<< (ostream &STREAM, const NCursesEvent &OBJ)
ostream & operator<< (ostream &STREAM, const NCurses &OBJ)

Define Documentation

#define CONVERR n,
 ) 
 

Value:

va_list ap;        \
  va_list ap1;       \
  va_start( ap, p ); \
  va_start( ap1, p );\
  errval_i = n;      \
  errmsg_t = vform( p, ap, ap1 ); \
  va_end( ap );      \
  va_end( ap1 )

#define ENUM_OUT  )     case NCursesEvent::v: return STREAM << "Ev::" << #v
 


Function Documentation

ostream& operator<< std::ostream &  STREAM,
const NCurses OBJ
 

ostream& operator<< ostream &  STREAM,
const NCursesEvent OBJ
 

ostream& operator<< ostream &  STREAM,
const NCursesError OBJ
 


Generated on Wed Sep 5 17:18:56 2007 for yast2-ncurses by doxygen 1.3.6