libyui
|
Public Member Functions | |
virtual const char * | widgetClass () const |
bool | testMode () const |
bool | onlineUpdateMode () const |
bool | updateMode () const |
bool | searchMode () const |
bool | summaryMode () const |
bool | repoMode () const |
bool | repoMgrEnabled () const |
bool | confirmUnsupported () const |
Protected Member Functions | |
YPackageSelector (YWidget *parent, long modeFlags=0) | |
Protected Attributes | |
long | _modeFlags |
YPackageSelector::YPackageSelector | ( | YWidget * | parent, |
long | modeFlags = 0 |
||
) | [protected] |
Constructor.
'modeFlags' are flags determining which modes to use, ORed together: YPkg_OnlineUpdateMode | YPkg_TestMode
bool YPackageSelector::testMode | ( | ) | const [inline] |
Check for the various modes.
virtual const char* YPackageSelector::widgetClass | ( | ) | const [inline, virtual] |
Returns a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.