libyui-ncurses
2.44.1
|
Public Member Functions | |
NCLogView (YWidget *parent, const std::string &label, int visibleLines, int maxLines) | |
virtual int | preferredWidth () |
virtual int | preferredHeight () |
virtual void | setSize (int newWidth, int newHeight) |
virtual void | setLabel (const std::string &nlabel) |
virtual void | displayLogText (const std::string &ntext) |
virtual NCursesEvent | wHandleInput (wint_t key) |
virtual void | setEnabled (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 () |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCLogView &OBJ) |
Definition at line 34 of file NCLogView.h.
void NCLogView::setEnabled | ( | bool | do_bv | ) | [virtual] |
Pure virtual to make sure every widget implements it. Necessary to make sure that UI requests via YWidget::setEnabled perform, and behave the same way as direct calls to NCWidget::setEnabled.
Reimplemented from NCPadWidget.
Definition at line 62 of file NCLogView.cc.