NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
RenderedLine Struct Reference

This structure combines the rendered line with its colors and its coordinates. More...

#include <TextManager.h>

Collaboration diagram for RenderedLine:

Public Attributes

std::string sLine
 
std::vector< unsigned short > colors
 
std::vector< LogicalCursorcoords
 

Detailed Description

This structure combines the rendered line with its colors and its coordinates.

Definition at line 196 of file TextManager.h.

Member Data Documentation

◆ colors

std::vector<unsigned short> RenderedLine::colors

Definition at line 199 of file TextManager.h.

Referenced by TextManager::renderLayout().

◆ coords

std::vector<LogicalCursor> RenderedLine::coords

Definition at line 200 of file TextManager.h.

Referenced by TextManager::renderLayout().

◆ sLine

std::string RenderedLine::sLine

Definition at line 198 of file TextManager.h.

Referenced by TextManager::renderLayout().


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