#include <NCTextPad.h>
Inheritance diagram for NCTextPad:
Public Member Functions | |
NCTextPad (int lines, int cols, const NCWidget &p) | |
virtual | ~NCTextPad () |
virtual void | resize (wsze nsze) |
virtual int | setpos () |
virtual wpos | CurPos () const |
virtual bool | handleInput (wint_t key) |
void | setText (const NCtext &ntext) |
wstring | getText () const |
Protected Member Functions | |
virtual int | setpos (const wpos &newpos) |
Private Member Functions | |
NCTextPad & | operator= (const NCTextPad &) |
NCTextPad (const NCTextPad &) | |
void | cursor (bool on) |
void | cursorOn () |
void | cursorOff () |
bool | insert (wint_t key) |
bool | delch (bool previous=false) |
bool | openLine () |
void | assertSze (wsze minsze) |
void | assertWidht (unsigned minw) |
void | assertHeight (unsigned minh) |
Private Attributes | |
list< unsigned > | lines |
list< unsigned >::iterator | cline |
wpos | curs |
bool | curson |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCTextPad &OBJ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from NCPad. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from NCPad. |
|
|
|
|
|
|
|
Reimplemented from NCPad. |
|
Reimplemented from NCPad. |
|
Reimplemented from NCPad. |
|
|
|
|
|
|
|
|
|
|
|
|