libyui-qt-pkg
2.42.13
|
Public Member Functions | |
YQPatternSelector (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 () |
QWidget * | layoutLeftPane (QWidget *parent) |
QWidget * | layoutRightPane (QWidget *parent) |
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 | |
YQPkgPatternList * | _patternList |
YQPkgSelDescriptionView * | _descriptionView |
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 | notImplemented () |
![]() | |
void | resolvingStarted () |
void | resolvingFinished () |
Definition at line 57 of file YQPatternSelector.h.
|
protectedslot |
Debugging
Definition at line 337 of file YQPatternSelector.cc.
|
protectedslot |
User clicked on "Details..." - start the detailed package selection. This will return from UI::RunPkgSelection() with `details .
Definition at line 329 of file YQPatternSelector.cc.
|
protected |
Find the wizard in the current dialog, if there is any. Returns 0 if there is none.
Definition at line 105 of file YQPatternSelector.cc.
|
protected |
Establish Qt signal / slot connections.
Definition at line 282 of file YQPatternSelector.cc.