Configuration of product-creator |
include/product-creator/dialogs.ycp |
Dialogs definitions | |
|
|
This module has an unstable interface. |
Imports
Includes
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
runPackageSelector (string base_pattern, list<string> patterns, list<string> packages, list<string> taboo, symbol mode)
->
map<string,any>
Display package selection dialog with preselected packages.
- Parameters:
-
base_pattern base pattern to install, can be empty ("") if there is no base pattern patterns list of patterns to install packages list of packages to install taboo list of packages marked as taboo mode UI mode selection, use `packages for detailed package selection or `patterns for pattern selection.
local
packageSelector ()
->
symbol
Select packages
local
ConfigSummary ()
->
symbol
Configuration Summary