libyui-ncurses  2.44.1
NCtext Class Reference
Inheritance diagram for NCtext:

List of all members.

Public Types

typedef std::list< NCstring >
::iterator 
iterator
typedef std::list< NCstring >
::const_iterator 
const_iterator

Public Member Functions

 NCtext (const NCstring &nstr="")
 NCtext (const NCstring &nstr, size_t columns)
unsigned Lines () const
size_t Columns () const
void append (const NCstring &line)
const std::list< NCstring > & Text () const
const NCstringoperator[] (std::wstring::size_type idx) const
const_iterator begin () const
const_iterator end () const

Protected Member Functions

virtual void lset (const NCstring &ntext)
void lbrset (const NCstring &ntext, size_t columns)

Protected Attributes

std::list< NCstringmtext

Friends

std::ostream & operator<< (std::ostream &STREAM, const NCtext &OBJ)

Detailed Description

Definition at line 37 of file NCtext.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables