150. OSRPkgUI

Packages check UI

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

150.2. Global Functions

150.2.1. EvalUserInput

Eval the user input.

Function parameters

  • string input

Return value

  • symbol

150.2.2. Finish

Finish the dialog.

Return value

  • void

150.2.3. OSRPkgUI

Constructor- reset module settings.

Return value

  • void

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

150.2.5. Reset

Reset all (not static) module settings.

Return value

  • void

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

150.3. Global Variables

150.3.1. expert_mode

If expert is activated.

150.4. Module Requirements

150.4.1. Module Imports

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

150.4.2. Module Includes