152. OSRPkgUI

Packages check UI

152.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).

  • 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

152.2. Global Functions

152.2.1. EvalUserInput

Eval the user input.

Function parameters

  • string input

Return value

  • symbol

152.2.2. Finish

Finish the dialog.

Return value

  • void

152.2.3. OSRPkgUI

Constructor- reset module settings.

Return value

  • void

152.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

152.2.5. Reset

Reset all (not static) module settings.

Return value

  • void

152.2.6. 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>

152.3. Global Variables

152.3.1. expert_mode

If expert is activated.

152.4. Module Requirements

152.4.1. Module Imports

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

152.4.2. Module Includes