#include <NCtext.h>
Inheritance diagram for NCtext:
Public Types | |
typedef list< NCstring >::iterator | iterator |
typedef list< NCstring >::const_iterator | const_iterator |
Public Member Functions | |
NCtext (const NCstring &nstr="") | |
NCtext (const NCstring &nstr, size_t columns) | |
virtual | ~NCtext () |
unsigned | Lines () const |
size_t | Columns () const |
void | append (const NCstring &line) |
const list< NCstring > & | Text () const |
const NCstring & | operator[] (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 | |
list< NCstring > | mtext |
Static Private Attributes | |
static const NCstring | emptyStr |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCtext &OBJ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in NClabel. |
|
|
|
|
|
|
|
|
|
|