175. OSRPkgUI

Packages check UI

175.1. Summary of Module Globals

List of Global Functions

  • EvalUserInput - Eval the user input.

  • Finish - Finish the dialog.

  • OSRPkgUI - Constructor- reset module settings.

  • OpenVerifyDialog - Open the main dialog depending on the values t_expert_mode (expert_mode).

  • ProtocolDialog - Show the detailed list of packages that failed to be verified, together with rpm -V output. User can review the errors and choose the packages to reinstall.

  • Reset - Reset all (not static) module settings.

  • update_missing_packages - update the item list of 'missing_packages' with the ones selected to reinstall by user during verification

List of Global Variables

175.2. Global Functions

175.2.1. EvalUserInput

Eval the user input.

Function parameters

  • string input

Return value

  • symbol

175.2.2. Finish

Finish the dialog.

Return value

  • void

175.2.3. OSRPkgUI

Constructor- reset module settings.

Return value

  • void

175.2.4. OpenVerifyDialog

Open the main dialog depending on the values t_expert_mode (expert_mode).

Function parameters

  • integer size_progress

  • string headline

  • boolean t_expert_mode

Return value

  • boolean

175.2.5. ProtocolDialog

Show the detailed list of packages that failed to be verified, together with rpm -V output. User can review the errors and choose the packages to reinstall.

Function parameters

  • list selected

Return value

  • list - packages that are selected for reinstallation

175.2.6. Reset

Reset all (not static) module settings.

Return value

  • void

175.2.7. update_missing_packages

update the item list of 'missing_packages' with the ones selected to reinstall by user during verification

Function parameters

  • list<list> item_list

  • boolean check

Return value

  • list<list>

175.3. Global Variables

175.3.1. expert_mode

If expert is activated.

175.4. Module Requirements

175.4.1. Module Imports

  • HTML
  • Label
  • OSRExecute
  • OSRLogFile
  • OSRMode
  • OSRPkgVerify
  • OSRPopup
  • OSRProgress
  • OSRSystem
  • Popup
  • Report

175.4.2. Module Includes