YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • AddOnCreator
  • FileUtils
  • Label
  • Message
  • Package
  • Popup
  • Report
  • String
  • Summary
  • Wizard
  • Wizard_hw

Includes

  • add-on-creator/helps.ycp

Local Functions

Info:

File: include/add-on-creator/complex.ycp Package: Add-On Creator Summary: Dialogs definitions Authors: Jiri Suchomel

local Modified () -> boolean

Return a modification status

Return value:
true if data was modified
local ReadDialog () -> symbol

Read settings dialog

Return value:
`abort if aborted and `next otherwise
local WriteDialog () -> symbol

Write settings dialog

Return value:
`abort if aborted and `next otherwise
local BuildDialog () -> symbol

Write settings dialog

Return value:
`abort if aborted and `next otherwise
local SummaryDialog () -> any

Summary dialog with the list of all configured AddOn Products

local NewProductDialog () -> any

The first dialog in the sequence for creating new Add-On product (select either creating new product or cloning existing one)

local SourcesDialog () -> any

Return value:
dialog result
local ValidatePatternValue (string key, any val) -> string

Validation for pattern values

Parameters:
key
val
local ValidateContentValue (string key, any val) -> string

Validation for values in content file

Parameters:
key
val
local ContentFileDialog () -> any

First dialog

Return value:
dialog result
local PackagesDialog () -> any

Editor od packages.lang files

Return value:
dialog result
local GenerateKeyDialog () -> string

Dialog for entering the data for new GPG keypair

local SigningDialog () -> any

Dialog for product signing configuration

local OutputDialog () -> any

Output settings

Return value:
dialog result
local OverviewDialog () -> any

Dialof with overview of the product

Return value:
dialog result