HPGCC3 Documentation 3.0 R003

STDConsole Class Reference

#include <guiaux.h>

Public Member Functions

virtual void vTable ()
int put (const char *text)
int puts (const char *text)
int getchar ()
char * gets (char *str)
void clear ()
void gotoxy (int x, int y)
void wherexy (int *x, int *y)
void clreol ()
void SetSizeLimit (int limit)
void ConsoleBreak ()
void FlushAllAndClose ()
 STDConsole ()
 STDConsole (int fontstyle, int MaxSize)
virtual ~STDConsole ()

Data Fields

gFontFont
gApplicationApp
gFormForm
gSoftMenuMenu
gEditBoxEditor
gLoopDataLoop
int MaxSize
volatile int LastKey
int volatile lock
HEVENT update_event

Detailed Description

Definition at line 18 of file guiaux.h.


Constructor & Destructor Documentation

STDConsole::STDConsole ( )
STDConsole::STDConsole ( int  fontstyle,
int  MaxSize 
)
virtual STDConsole::~STDConsole ( ) [virtual]

Member Function Documentation

void STDConsole::clear ( )
void STDConsole::clreol ( )
void STDConsole::ConsoleBreak ( )
void STDConsole::FlushAllAndClose ( )
int STDConsole::getchar ( )
char* STDConsole::gets ( char *  str)
void STDConsole::gotoxy ( int  x,
int  y 
)
int STDConsole::put ( const char *  text)
int STDConsole::puts ( const char *  text)
void STDConsole::SetSizeLimit ( int  limit)
virtual void STDConsole::vTable ( ) [virtual]
void STDConsole::wherexy ( int *  x,
int *  y 
)

Field Documentation

Definition at line 26 of file guiaux.h.

Definition at line 29 of file guiaux.h.

Definition at line 25 of file guiaux.h.

Definition at line 27 of file guiaux.h.

volatile int STDConsole::LastKey

Definition at line 32 of file guiaux.h.

int volatile STDConsole::lock

Definition at line 33 of file guiaux.h.

Definition at line 30 of file guiaux.h.

Definition at line 31 of file guiaux.h.

Definition at line 28 of file guiaux.h.

Definition at line 34 of file guiaux.h.


The documentation for this class was generated from the following file: