#undef BB
#undef BBStr
#undef bb
#undef bbStr
#define BB
#define BBStr( x,y,z ) ;
#define bb
#define bbStr( x,y,z ) ;
#ifndef procNestOn
#undef LB_
#undef LE_
#undef LE_ret
#undef ret
#undef ret_
#undef __
#undef ___
#define LB_( x )
{
#define LE_
}
#define ret_ return ;
#define LE_ret( x ) return( x );
#define ret( x ) return( x );
#define __
#define ___
#endif
/* Module ps/toscreen exec_ut.ic
*****************************************************************************
Authors GRT for ALL
*/
#include for_all.h
class PToScreen
top . is_inc_for . C++
/* _____________________________________________________________________________ R e u s e . f o r . MFC Applications for writing to the Screen where this cannot be done via the MFC class CWnd _ Normalerweise wird der Bildschirm nur unter Kontrolle von Klassen K <-- CWnd manipuliert ( <-- bedeutet: 'gleich oder abgeleitet aus'). Wo dies nicht m”glich ist, rufe man Services einer Klasse K <-- PToScreen. Bildschirm direkter zu manipulieren sei n i c h t erlaubt. _____________________________________________________________________________ */ { public: protected: private: // exported methods: public: void PToScreen :: message /* ----------------------------------------------------------------------------- Der Aufrufer garantiert: - - sein Auftrag: present the message 'mess' to the user Die Funktion garantiert: - ----------------------------------------------------------------------------- */ ( char * mess ) ; } ; #endif