FirstModulAR 0.1.0
Loading...
Searching...
No Matches
TranscriptLog Class Reference

Manages a log of transcript lines for display. More...

Inheritance diagram for TranscriptLog:

Public Member Functions

int AddLine (string line)
 Adds a new line to the transcript log.
 
void UpdateLine (int id, string line)
 Updates an existing line in the transcript log.
 

Public Attributes

int maxLines = 10
 

Detailed Description

Manages a log of transcript lines for display.

Member Function Documentation

◆ AddLine()

int TranscriptLog.AddLine ( string line)
inline

Adds a new line to the transcript log.

Parameters
lineThe line to add.
Returns
The ID of the added line.

◆ UpdateLine()

void TranscriptLog.UpdateLine ( int id,
string line )
inline

Updates an existing line in the transcript log.

Parameters
idThe ID of the line to update.
lineThe new line content.

Member Data Documentation

◆ maxLines

int TranscriptLog.maxLines = 10

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