#include <YQPackageSelector.h>
Inheritance diagram for YQPackageSelector:
|
|
|
Close processing and accept changes |
|
Add pulldown menus to the menu bar. This really needs to be a separate method to make sure all affected wigets are created at this point. |
|
Automatically resolve package dependencies if desired ( if the "auto check" checkbox is on ). |
|
|
|
Check for disk overflow and post a warning dialog if necessary. The user can choose to override this warning. Returns QDialog::Accepted if no warning is necessary or if the user wishes to override the warning, QDialog::Rejected otherwise. |
|
Connect a filter view that provides the usual signals with a package list. By convention, filter views provide the following signals: filterStart() filterMatch() filterFinished() updatePackages() ( optional ) |
|
Provide some fake data for testing |
|
Display ( generic ) online help. |
|
Install any -debuginfo package for packages that are installed or marked for installation |
|
Install any -devel package for packages that are installed or marked for installation |
|
Install any subpackage that ends with 'suffix' for packages that are installed or marked for installation |
|
Display online help about magic keys. |
|
Return HTML code describing a key. |
|
Event handler for keyboard input - for debugging and testing. Changes the current item's percentage on the fly. Reimplemented from QListView / QWidget. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Basic HTML formatting: Embed text into ... |
|
Emitted once ( ! ) when the dialog is about to be shown, when all widgets are created and all signal/slot connections are set up - when it makes sense to load data. |
|
Establish Qt signal / slot connections. This really needs to be a separate method to make sure all affected wigets are created at this point. |
|
Resolve package dependencies manually. Returns QDialog::Accepted or QDialog::Rejected. |
|
Minimum size the widget should have to make it look and feel nice. Dimension, either YD_HORIZ or YD_VERT Implements YWidget. |
|
Inform user about a feature that is not implemented yet. This should NEVER show up in the final version. |
|
Basic HTML formatting: Embed text into ... |
|
Export all current selection/package states |
|
Import selection/package states |
|
Emitted when the internal data base might have changed and a refresh of all displayed data might be necessary - e.g., when saved ( exported ) pkgs states are reimported. |
|
Close processing and abandon changes |
|
Resolve package dependencies ( unconditionally ). Returns QDialog::Accepted or QDialog::Rejected. |
|
Resolve selection dependencies ( unconditionally ). Can safely be called even if there is no selection conflict dialog. Returns QDialog::Accepted or QDialog::Rejected. |
|
Inherited from YWidget: Sets the enabled state of the widget. All new widgets are enabled per definition. Only enabled widgets can take user input. Reimplemented from YWidget. |
|
Accept the keyboard focus. Reimplemented from YWidget. |
|
Sets the new size of the widget. Reimplemented from YWidget. |
|
Display a list of automatically selected packages (excluding packages contained in any selections that are to be installed) |
|
Display online help about symbols ( package status icons ). |
|
Return HTML code describing a symbol ( an icon ). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|