#include <NCMultiLineEdit.h>
Inheritance diagram for NCMultiLineEdit:
Public Member Functions | |
NCMultiLineEdit (NCWidget *parent, const YWidgetOpt &opt, const YCPString &label, const YCPString &initialText) | |
virtual | ~NCMultiLineEdit () |
virtual long | nicesize (YUIDimension dim) |
virtual void | setSize (long newwidth, long newheight) |
virtual void | setLabel (const YCPString &nlabel) |
virtual void | setText (const YCPString &ntext) |
virtual YCPString | text () |
virtual NCursesEvent | wHandleInput (wint_t key) |
virtual void | setEnabling (bool do_bv) |
virtual bool | setKeyboardFocus () |
Protected Member Functions | |
virtual const char * | location () const |
virtual void | wRedraw () |
virtual NCPad * | CreatePad () |
virtual void | DrawPad () |
Protected Attributes | |
NCTextPad *& | pad |
Private Member Functions | |
NCMultiLineEdit & | operator= (const NCMultiLineEdit &) |
NCMultiLineEdit (const NCMultiLineEdit &) | |
Private Attributes | |
NCstring | ctext |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCMultiLineEdit &OBJ) |
|
|
|
|
|
|
|
Reimplemented from NCPadWidget. |
|
Reimplemented from NCPadWidget. |
|
Reimplemented from NCPadWidget. |
|
Implements YWidget. |
|
|
|
Pure virtual to make shure every widget implements it. Necessary to make shure that UI requests via YWidget::setEnabling perform, and behave the same way as direct calls to NCWidget::setEnabling. Defaut implementation is provided, and for most derived widgets it's ok to simply use it. Reimplemented from NCPadWidget. |
|
Reimplemented from YWidget. |
|
Reimplemented from YMultiLineEdit. |
|
Reimplemented from YWidget. |
|
Implements YMultiLineEdit. |
|
Implements YMultiLineEdit. |
|
Reimplemented from NCWidget. |
|
Reimplemented from NCPadWidget. |
|
|
|
|
|
Reimplemented from NCPadWidget. |