In file src/H_Prompt.h:

class Hgl_streambuf: public streambuf


Inheritance:


Public Methods

[more] Hgl_streambuf(unsigned int ABufferSize = 10000)
[more]string HitKey(ostream &out, H_KEY AKey, char c)
[more]void draw()
[more]virtual ~Hgl_streambuf()
[more]int pushChar(int c)

Protected Methods

[more]virtual int overflow(int c = EOF)
[more]virtual int underflow()

Private Fields

[more]unsigned int bufferHead
[more]int charsInBuffer
[more]HVector<char> buffer
[more]unsigned int CursorPos
[more]HVector<char> CommandLine

Private Methods

[more]unsigned int nextIndex(int i)
[more]unsigned int previousIndex(int i)
[more]Point2D charCoord(int x, int y)
[more]void drawLine(char *LineText, int &StartLine, int CharWidth, int CharHeight)
[more]void Alloc(unsigned int ABufferSize)


Documentation

o Hgl_streambuf(unsigned int ABufferSize = 10000)

ostring HitKey(ostream &out, H_KEY AKey, char c)

ovoid draw()

ovirtual ~Hgl_streambuf()

oint pushChar(int c)

ovirtual int overflow(int c = EOF)

ovirtual int underflow()

ounsigned int nextIndex(int i)

ounsigned int previousIndex(int i)

oPoint2D charCoord(int x, int y)

ovoid drawLine(char *LineText, int &StartLine, int CharWidth, int CharHeight)

ovoid Alloc(unsigned int ABufferSize)

ounsigned int bufferHead

oint charsInBuffer

oHVector<char> buffer

ounsigned int CursorPos

oHVector<char> CommandLine


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.