CLI  2.9
TextIterator Class Reference

Text iterator class. More...

#include <ui_text.h>

Public Member Functions

 TextIterator (const OutputDevice::ScreenInfo &CLI_ScreenInfo, const unsigned int UI_PageHeight)
 Regular constructor. More...
 
 TextIterator (const TextIterator &it)
 Copy constructor. More...
 
TextIteratoroperator= (const TextIterator &it)
 Assignment operator. More...
 

Detailed Description

Text iterator class.

Definition at line 145 of file ui_text.h.

Constructor & Destructor Documentation

◆ TextIterator() [1/2]

TextIterator::TextIterator ( const OutputDevice::ScreenInfo CLI_ScreenInfo,
const unsigned int  UI_PageHeight 
)
explicit

Regular constructor.

Parameters
CLI_ScreenInfoScreen characteristics to take in account.
UI_PageHeightNumber of lines to display in a page.

Definition at line 317 of file ui_text.cpp.

◆ TextIterator() [2/2]

TextIterator::TextIterator ( const TextIterator it)
explicit

Copy constructor.

Parameters
itText iterator to copy.

Definition at line 324 of file ui_text.cpp.

Member Function Documentation

◆ operator=()

TextIterator& TextIterator::operator= ( const TextIterator it)

Assignment operator.

Returns
The TextIterator instance itself.
Parameters
itText iterator to copy.

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