|
libyui-ncurses-pkg
2.43.4.1
|
the package selector widget More...
#include <NCPackageSelectorStart.h>


Public Member Functions | |
| NCPackageSelectorStart (YWidget *parent, long modeFlags, YUIDimension dimension) | |
| virtual | ~NCPackageSelectorStart () |
| virtual int | preferredWidth () |
| virtual int | preferredHeight () |
| virtual void | setSize (int newWidth, int newHeight) |
| void | showDefaultList () |
| bool | handleEvent (const NCursesEvent &event) |
Protected Member Functions | |
| virtual const char * | location () const |
Friends | |
| std::ostream & | operator<< (std::ostream &STREAM, const NCPackageSelectorStart &OBJ) |
the package selector widget
Definition at line 61 of file NCPackageSelectorStart.h.
| NCPackageSelectorStart::NCPackageSelectorStart | ( | YWidget * | parent, |
| long | modeFlags, | ||
| YUIDimension | dimension | ||
| ) |
Constructor creates the widget tree of the package selector
Definition at line 67 of file NCPackageSelectorStart.cc.

|
virtual |
Destructor
Definition at line 110 of file NCPackageSelectorStart.cc.
| bool NCPackageSelectorStart::handleEvent | ( | const NCursesEvent & | event | ) |
Pass the event to the handleEvent method of the member variable NCPackageSelector packager.
| event | The NCursesEvent |
Definition at line 174 of file NCPackageSelectorStart.cc.

|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 126 of file NCPackageSelectorStart.cc.
| void NCPackageSelectorStart::showDefaultList | ( | ) |
Fills the package table with packages belonging to the default filter (the filter which is selected when entering the package selection).
Definition at line 141 of file NCPackageSelectorStart.cc.
