libyui-qt-pkg
2.42.5
|
Public Member Functions | |
YQSimplePatchSelector (YWidget *parent, long modeFlags) | |
![]() | |
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 () |
![]() | |
void | resetIgnoredDependencyProblems () |
Protected Member Functions | |
void | basicLayout () |
void | layoutButtons (QWidget *parent) |
YQWizard * | findWizard () const |
void | makeConnections () |
![]() | |
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 |
![]() | |
YQPkgSelWmCloseHandler * | _wmCloseHandler |
bool | _showChangesDialog |
YQPkgConflictDialog * | _pkgConflictDialog |
YQPkgDiskUsageList * | _diskUsageList |
QAction * | _actionResetIgnoredDependencyProblems |
Additional Inherited Members | |
![]() | |
int | resolveDependencies () |
int | verifySystem () |
int | checkDiskUsage () |
void | showAutoPkgList () |
bool | reject () |
void | accept () |
void | repoManager () |
void | onlineUpdateConfiguration () |
void | webpinSearch () |
void | notImplemented () |
![]() | |
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.