232. ProductLicense

Provide access / dialog for product license

232.1. Authors

  • Jiri Srain <jsrain@suse.cz>

  • Lukas Ocilka <locilka@suse.cz>

232.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    232.3. Global Functions

    232.3.1. AcceptanceNeeded

    Returns whether accepting the license manually is requied.

    Return value

    • boolean - if required

    See also:

    • BNC #448598

    232.3.2. AskLicenseAgreement

    Ask user to confirm license agreement

    Function parameters

    • integer src_id

    • string dir

    • list<string> patterns

    • string action

    • boolean enable_back

    • boolean base_product

    • boolean require_agreement

    Return value

    • symbol

    232.3.3. ShowFullScreenLicenseInInstallation

    Called from the first stage Welcome dialog by clicking on a button

    Function parameters

    • any replace_point_ID

    Return value

    • boolean

    232.3.4. ShowLicenseInInstallation

    Used in the first-stage Welcome dialog

    Function parameters

    • any replace_point_ID

    Return value

    • boolean

    232.4. Global Variables

    232.5. Module Requirements

    232.5.1. Module Imports

    • Directory
    • FileUtils
    • InstShowInfo
    • Language
    • Mode
    • Popup
    • ProductFeatures
    • Report
    • Stage
    • String
    • Wizard
    • WorkflowManager

    232.5.2. Module Includes