libyui-ncurses
2.44.1
|
Classes | |
class | Anchor |
Public Member Functions | |
NCRichText (YWidget *parent, const std::string &text, bool plainTextMode=false) | |
virtual int | preferredWidth () |
virtual int | preferredHeight () |
virtual void | setSize (int newWidth, int newHeight) |
virtual void | setLabel (const std::string &nlabel) |
virtual NCursesEvent | wHandleInput (wint_t key) |
virtual void | setValue (const std::string &ntext) |
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 () |
virtual void | HScroll (unsigned total, unsigned visible, unsigned start) |
virtual void | VScroll (unsigned total, unsigned visible, unsigned start) |
virtual bool | handleInput (wint_t key) |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCRichText &OBJ) |
Definition at line 35 of file NCRichText.h.
void NCRichText::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 204 of file NCRichText.cc.