libyui-ncurses-pkg
2.48.5
|
the package selector widget More...
#include <NCPackageSelectorStart.h>
Public Member Functions | |
NCPackageSelectorStart (YWidget *parent, long modeFlags, YUIDimension dimension) | |
Constructor creates the widget tree of the package selector. | |
virtual | ~NCPackageSelectorStart () |
Destructor. | |
virtual int | preferredWidth () |
virtual int | preferredHeight () |
virtual void | setSize (int newWidth, int newHeight) |
Set the new size of the widget. More... | |
void | showDefaultList () |
Fills the package table with packages belonging to the default filter (the filter which is selected when entering the package selection). | |
bool | handleEvent (const NCursesEvent &event) |
Pass the event to the handleEvent method of the member variable NCPackageSelector packager. More... | |
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.
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.