Apocalypse mirror
Sourceforge mirror |
News | Info | Characters | Arenas | Screenshots | Forums | Download | ||||
Developer: | Making of | Character-HOWTO | AI Design | Submit a Character | |||
Documentation: | Main Page | Modules | Class Hierarchy | Class List | File List |
#include <TextArea.h>
Public Member Functions | |
CTextArea (SDL_Surface *a_poScreen, _sge_TTFont *a_poFont, int a_x, int a_y, int a_w, int a_h) | |
~CTextArea () | |
void | TintBackground (int a_iColor, int a_iAlpha) |
void | AddString (const char *a_poText, int a_iColor) |
void | Redraw () |
void | Clear () |
void | ScrollUp () |
void | ScrollDown () |
Protected Attributes | |
SDL_Surface * | m_poScreen |
SDL_Surface * | m_poBackground |
_sge_TTFont * | m_poFont |
SDL_Rect | m_oClipRect |
int | x |
int | y |
int | w |
int | h |
int | m_iScrollOffset |
TStringList | m_asRowTexts |
TIntList | m_aiRowColors |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|