Configuration of product-creator
|
include/product-creator/kiwi.ycp |
| Dialogs for kiwi configuration |
|
|
|
This module has an unstable interface.
|
Imports
- CWM
- CWMTab
- FileUtils
- Kiwi
- Label
- Popup
- ProductCreator
- Summary
- Wizard
Includes
- product-creator/dialogs.ycp
Local Functions
-
BrowseDirectoryHandler (string key, string label)
-
BrowseFileHandler (string key, string label)
-
CreateImage (string key, map event)
-
HandleAddEditUser (string key, map event)
-
HandleBootCombo (string key, map event)
-
HandleBrowseAutoYaSTFile (string key, map event)
-
HandleBrowseConfigDirectory (string key, map event)
-
HandleBrowseImagesFile (string key, map event)
-
HandleBrowseOutputDirectory (string key, map event)
-
HandleBrowseRootDirectory (string key, map event)
-
HandleCompressCheckBox (string key, map event)
-
HandleDeleteUser (string key, map event)
-
HandleDescription (string key, map event)
-
HandleImportConfigFile (string key, map event)
-
HandleImportImagesFile (string key, map event)
-
HandleSWSelection (string key, map event)
-
HandleSWSelectionCombo (string key, map event)
-
HandleVersion (string key, map event)
-
InitBootCombo (string id)
-
InitCompressCheckBox (string id)
-
InitConfigDirTable (string id)
-
InitDescription (string id)
-
InitImageConfiguration ()
-
InitLabel (string id)
-
InitRootDirTable (string id)
-
InitSWIgnore (string id)
-
InitSWRichText (string id)
-
InitSWSelectionCombo (string id)
-
InitSize (string id)
-
InitSizeUnitCombo (string id)
-
InitUsersTable (string id)
-
InitVersion (string id)
-
KiwiDialog ()
-
StoreBootCombo (string key, map event)
-
StoreCompressCheckBox (string key, map event)
-
StoreDescription (string key, map event)
-
StoreVersion (string key, map event)
|
local
InitSWIgnore (string id)
->
void
Initialize the widget with ignored packages
-
Parameters:
-
local
InitSWRichText (string id)
->
void
Initialize the contents of richtext with selected software
-
Parameters:
-
local
HandleSWSelection (string key, map event)
->
symbol
Handler for software selection
-
Parameters:
-
local
InitSWSelectionCombo (string id)
->
void
initialize the combo box with package selection groups
-
Parameters:
-
local
HandleSWSelectionCombo (string key, map event)
->
symbol
handler for combo box with isoboot items
-
Parameters:
-
local
InitBootCombo (string id)
->
void
initialize the value of combo box with isoboot items
-
Parameters:
-
local
StoreBootCombo (string key, map event)
->
void
store the value of current isoboot image
-
Parameters:
-
local
HandleBootCombo (string key, map event)
->
symbol
handler for combo box with isoboot items
-
Parameters:
-
local
InitCompressCheckBox (string id)
->
void
initialize the value of compress checkbox
-
Parameters:
-
local
StoreCompressCheckBox (string key, map event)
->
void
store the value of compress checkbox
-
Parameters:
-
local
HandleCompressCheckBox (string key, map event)
->
symbol
handler for compress checkbox
-
Parameters:
-
local
InitVersion (string id)
->
void
initialize the value of version
-
Parameters:
-
local
StoreVersion (string key, map event)
->
void
store the value of current version
-
Parameters:
-
local
HandleVersion (string key, map event)
->
symbol
handler for version
-
Parameters:
-
local
InitSizeUnitCombo (string id)
->
void
initialize the value of combo box with isoboot items
-
Parameters:
-
local
InitSize (string id)
->
void
initialize the value of version
-
Parameters:
-
local
InitLabel (string id)
->
void
initialize the product label
-
Parameters:
-
local
InitDescription (string id)
->
void
universal widget: initialize the string value of widget @param
-
Parameters:
-
local
StoreDescription (string key, map event)
->
void
store the string value of given widget
-
Parameters:
-
local
HandleDescription (string key, map event)
->
symbol
handler for general string-value widgets: store their value on exit/save
-
Parameters:
-
local
InitUsersTable (string id)
->
void
initialize the table with users
-
Parameters:
-
local
HandleAddEditUser (string key, map event)
->
symbol
Handle changes in users table
-
Parameters:
-
local
HandleDeleteUser (string key, map event)
->
symbol
handle delete user button
-
Parameters:
-
local
InitRootDirTable (string id)
->
void
initialize the table with root dir contents
-
Parameters:
-
local
InitConfigDirTable (string id)
->
void
initialize the table with config dir contents
-
Parameters:
-
local
BrowseDirectoryHandler (string key, string label)
->
string
universal handler for directory browsing
-
Parameters:
-
local
HandleBrowseRootDirectory (string key, map event)
->
symbol
handler for 'root' directory browse
-
Parameters:
-
local
HandleBrowseConfigDirectory (string key, map event)
->
symbol
handler for 'config' directory browse
-
Parameters:
-
local
HandleBrowseOutputDirectory (string key, map event)
->
symbol
handler for output directory browse
-
Parameters:
-
local
BrowseFileHandler (string key, string label)
->
string
universal handler for file browsing
-
Parameters:
-
local
HandleBrowseImagesFile (string key, map event)
->
symbol
Handler for browsing for images.sh file
-
Parameters:
-
local
HandleBrowseAutoYaSTFile (string key, map event)
->
symbol
Handler for browsing for autoyast profile
-
Parameters:
-
local
HandleImportConfigFile (string key, map event)
->
symbol
Handler for importing config.sh file
-
Parameters:
-
local
HandleImportImagesFile (string key, map event)
->
symbol
Handler for importing images.sh file
TODO same function as HandleImportConfigFile
-
Parameters:
-
local
CreateImage (string key, map event)
->
boolean
handler for main action: create the iso image with kiwi
-
Parameters:
-
local
InitImageConfiguration ()
->
void
Global init function for Kiwi image dialog
- read saved settings and fill in defaults
local
KiwiDialog ()
->
symbol
Main dialog for Kiwi image configuration