#include <NCPackageSelector.h>
Inheritance diagram for NCPackageSelector:
Public Member Functions | |
NCPackageSelector (YNCursesUI *ui, NCWidget *parent, const YWidgetOpt &opt, YUIDimension dimension, string floppyDevice) | |
virtual | ~NCPackageSelector () |
virtual long | nicesize (YUIDimension dim) |
virtual void | setSize (long newwidth, long newheight) |
void | showDefaultList () |
bool | handleEvent (const NCursesEvent &event) |
YContainerWidget * | root () const |
YCPTerm | readLayoutFile (YNCursesUI *ui, const char *layoutFilename) |
Protected Member Functions | |
virtual const char * | location () const |
Private Member Functions | |
NCPackageSelector & | operator= (const NCPackageSelector &) |
NCPackageSelector (const NCPackageSelector &) | |
Private Attributes | |
YContainerWidget * | widgetRoot |
NCPkgTable * | pkgList |
PackageSelector * | packager |
bool | youMode |
bool | updateMode |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCPackageSelector &OBJ) |
|
|
|
Constructor creates the widget tree of the package selector |
|
Destructor |
|
Pass the event to the handleEvent method of the member variable PackageSelector packager.
|
|
Reimplemented from NCSplit. |
|
Reimplemented from NCSplit. |
|
|
|
Helper function; reads a file containing a YCP term
|
|
Returns the root of the widget tree. |
|
Reimplemented from NCSplit. |
|
Fills the package table with packages belonging to the default filter (the filter which is selected when entering the package selection). |
|
|
|
|
|
|
|
|
|
|
|
|