NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This structure combines the rendered line with its colors and its coordinates. More...
#include <TextManager.h>
Public Attributes | |
std::string | sLine |
std::vector< unsigned short > | colors |
std::vector< LogicalCursor > | coords |
This structure combines the rendered line with its colors and its coordinates.
Definition at line 196 of file TextManager.h.
std::vector<unsigned short> RenderedLine::colors |
Definition at line 199 of file TextManager.h.
Referenced by TextManager::renderLayout().
std::vector<LogicalCursor> RenderedLine::coords |
Definition at line 200 of file TextManager.h.
Referenced by TextManager::renderLayout().
std::string RenderedLine::sLine |
Definition at line 198 of file TextManager.h.
Referenced by TextManager::renderLayout().