YaST2 Developers Documentation: Configuration of cd-creator

Configuration of cd-creator

include/cd-creator/dialogs.ycp
Dialogs definitions

This module has an unstable interface.

Imports

  • Arch
  • CDCreator
  • CWM
  • GPG
  • GPGWidgets
  • Label
  • Popup
  • Report
  • SourceManager
  • StorageDevices
  • String
  • Summary
  • URL
  • URL
  • Wizard

Includes

  • cd-creator/helps.ycp

Local Functions

local createTableItem (integer source, boolean selectable, string media_filter) -> term

Create a table item from a map as returned by the InstSrcManager agent.

Parameters:
source The map describing the source as returned form the agent.
selectable
media_filter
Return value:
An item suitable for addition to a Table.
local fillSourceTable (list<integer> sources, boolean selectable, string media_filter) -> list<term>

Fill sources table with entries from the InstSrcManager agent.

Parameters:
sources
selectable
media_filter
Return value:
list of items
local Configure1Dialog () -> symbol

General configuration dialog

Return value:
dialog result
local Configure2Dialog () -> symbol

Configure2 dialog

Return value:
dialog result
local sourceDialog () -> symbol

Dialog for selecting the sources

local isolinuxDialog () -> symbol

Configure3 dialog

Return value:
dialog result
local detailedSelection (symbol mode) -> symbol

Start the detailed package selection. If 'mode' is non-nil, it will be passed as an option to the PackageSelector widget.

Parameters:
mode
local patternSelection () -> symbol

Start the pattern selection dialog. If the UI does not support the PatternSelector, start the detailed selection with "selections" as the initial view.

local packageSelector () -> symbol

Select packages

local ConfigSummary () -> symbol

Configuration Summary