#include <CDisplayBuffer.h>
Inheritance diagram for CDisplayBuffer:
Public Member Functions | |
CDisplayBuffer () | |
default constructor | |
~CDisplayBuffer () | |
default distructor | |
zint | Init (zulong n) |
allocate n zulong for display buffer memory | |
zint | Clear () |
clears the buffer memory (fills the memory area with 0x00) | |
void | Free () |
frees the display buffer memory | |
zushort * | GetBuffer () |
returns a pointer to the display memory area |
display buffer class
|
default constructor
|
|
default distructor
|
|
clears the buffer memory (fills the memory area with 0x00)
|
|
frees the display buffer memory
|
|
returns a pointer to the display memory area
|
|
allocate n zulong for display buffer memory
|