#include <NCLogView.h>
Inheritance diagram for NCLogView:
Public Member Functions | |
NCLogView (NCWidget *parent, const YWidgetOpt &opt, const YCPString &label, int visibleLines, int maxLines) | |
virtual | ~NCLogView () |
virtual long | nicesize (YUIDimension dim) |
virtual void | setSize (long newwidth, long newheight) |
virtual void | setLabel (const YCPString &nlabel) |
virtual void | setLogText (const YCPString &ntext) |
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 void | wRecoded () |
virtual NCPad * | CreatePad () |
virtual void | DrawPad () |
Private Member Functions | |
NCLogView & | operator= (const NCLogView &) |
NCLogView (const NCLogView &) | |
Private Attributes | |
NCtext | text |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCLogView &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 YLogView. |
|
Implements YLogView. |
|
Reimplemented from YWidget. |
|
Reimplemented from NCWidget. |
|
Reimplemented from NCPadWidget. |
|
Reimplemented from NCPadWidget. |
|
|
|
|