|
libyui-ncurses
2.44.1
|


Public Member Functions | |
| NCAlignment (YWidget *parent, YAlignmentType halign, YAlignmentType valign) | |
| virtual int | preferredWidth () |
| virtual int | preferredHeight () |
| virtual void | setSize (int newWidth, int newHeight) |
| virtual void | moveChild (YWidget *child, int newx, int newy) |
| virtual void | setEnabled (bool do_bv) |
Protected Member Functions | |
| virtual const char * | location () const |
Friends | |
| std::ostream & | operator<< (std::ostream &STREAM, const NCAlignment &OBJ) |
Definition at line 34 of file NCAlignment.h.
| void NCAlignment::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.
Implements NCWidget.
Definition at line 55 of file NCAlignment.cc.