|
libyui-qt-pkg
2.43.0
|


Public Member Functions | |
| YQSimplePatchSelector (YWidget *parent, long modeFlags) | |
Public Member Functions inherited from YQPackageSelectorBase | |
| virtual void | setEnabling (bool enabled) |
| virtual int | preferredWidth () |
| virtual int | preferredHeight () |
| virtual void | setSize (int newWidth, int newHeight) |
| virtual bool | setKeyboardFocus () |
Protected Slots | |
| void | detailedPackageSelection () |
| void | debugTrace () |
Protected Slots inherited from YQPackageSelectorBase | |
| void | resetIgnoredDependencyProblems () |
Protected Member Functions | |
| void | basicLayout () |
| void | layoutButtons (QWidget *parent) |
| YQWizard * | findWizard () const |
| void | makeConnections () |
Protected Member Functions inherited from YQPackageSelectorBase | |
| YQPackageSelectorBase (YWidget *parent, long modeFlags=0) | |
| virtual | ~YQPackageSelectorBase () |
| bool | showPendingLicenseAgreements () |
| bool | showPendingLicenseAgreements (ZyppPoolIterator begin, ZyppPoolIterator end) |
| virtual void | keyPressEvent (QKeyEvent *ev) |
Protected Attributes | |
| YQPkgPatchFilterView * | _patchFilterView |
| YQPkgPatchList * | _patchList |
| YQWizard * | _wizard |
Protected Attributes inherited from YQPackageSelectorBase | |
| YQPkgSelWmCloseHandler * | _wmCloseHandler |
| bool | _showChangesDialog |
| YQPkgConflictDialog * | _pkgConflictDialog |
| YQPkgDiskUsageList * | _diskUsageList |
| QAction * | _actionResetIgnoredDependencyProblems |
Additional Inherited Members | |
Public Slots inherited from YQPackageSelectorBase | |
| int | resolveDependencies () |
| int | verifySystem () |
| int | checkDiskUsage () |
| void | showAutoPkgList () |
| bool | reject () |
| void | accept () |
| void | repoManager () |
| void | onlineUpdateConfiguration () |
| void | notImplemented () |
Signals inherited from YQPackageSelectorBase | |
| void | resolvingStarted () |
| void | resolvingFinished () |
Definition at line 56 of file YQSimplePatchSelector.h.
|
protectedslot |
Debugging
Definition at line 276 of file YQSimplePatchSelector.cc.
|
protectedslot |
User clicked on "Details..." - start the detailed package selection. This will return from UI::RunPkgSelection() with `details .
Definition at line 268 of file YQSimplePatchSelector.cc.
|
protected |
Find the wizard in the current dialog, if there is any. Returns 0 if there is none.
Definition at line 101 of file YQSimplePatchSelector.cc.
|
protected |
Establish Qt signal / slot connections.
Definition at line 243 of file YQSimplePatchSelector.cc.
