libyui-qt-pkg
2.45.6
|
Public Member Functions | |
YQPatternSelector (YWidget *parent, long modeFlags) | |
![]() | |
virtual void | setEnabling (bool enabled) |
Set enabled/disabled state. More... | |
virtual int | preferredWidth () |
Preferred width of the widget. More... | |
virtual int | preferredHeight () |
Preferred height of the widget. More... | |
virtual void | setSize (int newWidth, int newHeight) |
Set the new size of the widget. More... | |
virtual bool | setKeyboardFocus () |
Accept the keyboard focus. More... | |
Protected Slots | |
void | detailedPackageSelection () |
User clicked on "Details..." - start the detailed package selection. More... | |
void | debugTrace () |
Debugging. | |
![]() | |
void | resetIgnoredDependencyProblems () |
Reset all previously ignored dependency problems. | |
Protected Member Functions | |
void | basicLayout () |
QWidget * | layoutLeftPane (QWidget *parent) |
QWidget * | layoutRightPane (QWidget *parent) |
void | layoutButtons (QWidget *parent) |
YQWizard * | findWizard () const |
Find the wizard in the current dialog, if there is any. More... | |
void | makeConnections () |
Establish Qt signal / slot connections. | |
![]() | |
YQPackageSelectorBase (YWidget *parent, long modeFlags=0) | |
Constructor. More... | |
virtual | ~YQPackageSelectorBase () |
Destructor. | |
bool | showPendingLicenseAgreements () |
Show all license agreements the user has not confirmed yet (for all packages that will be installed, and in YOU mode also for patches). More... | |
bool | showPendingLicenseAgreements (ZyppPoolIterator begin, ZyppPoolIterator end) |
Show all license agreements in a resolvable range. More... | |
virtual void | keyPressEvent (QKeyEvent *ev) |
Event handler for keyboard input - for debugging and testing. More... | |
Protected Attributes | |
YQPkgPatternList * | _patternList |
YQPkgSelDescriptionView * | _descriptionView |
YQWizard * | _wizard |
![]() | |
YQPkgSelWmCloseHandler * | _wmCloseHandler |
bool | _showChangesDialog |
YQPkgConflictDialog * | _pkgConflictDialog |
YQPkgDiskUsageList * | _diskUsageList |
QAction * | _actionResetIgnoredDependencyProblems |
Additional Inherited Members | |
![]() | |
int | resolveDependencies () |
Resolve dependencies (unconditionally) for all resolvables. More... | |
int | verifySystem () |
Verifies dependencies of the currently installed system. More... | |
int | checkDiskUsage () |
Check for disk overflow and post a warning dialog if necessary. More... | |
void | showAutoPkgList () |
Display a list of automatically selected packages (excluding packages contained in any selections that are to be installed) | |
bool | reject () |
Close processing and abandon changes. More... | |
void | accept () |
Close processing and accept changes. | |
void | repoManager () |
Close processing and request start of the repository manager. | |
void | onlineUpdateConfiguration () |
Close processing and request start of the online update configuration. | |
void | notImplemented () |
Inform user about a feature that is not implemented yet. More... | |
![]() | |
void | resolvingStarted () |
Emitted when package resolving is started. More... | |
void | resolvingFinished () |
Emitted when package resolving is finished. | |
Definition at line 57 of file YQPatternSelector.h.
|
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.