YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Confirm
  • FileUtils
  • Label
  • Popup
  • Snapper
  • String
  • Wizard

Includes

  • snapper/helps.ycp

Local Functions

Info:

File: include/snapper/dialogs.ycp Package: Configuration of snapper Summary: Dialogs definitions Authors: Jiri Suchomel

local ReadDialog () -> symbol

Read settings dialog

Return value:
`abort if aborted and `next otherwise
local userdata2string (map<string,string> userdata) -> string

convert map of userdata to string $[ "a" : "b", "1" : "2" ] -> "a=b,1=2"

Parameters:
userdata
local ModifySnapshotPopup (map snapshot) -> boolean

Popup for modification of existing snapshot

Parameters:
snapshot
Return value:
true if new snapshot was created
local CreateSnapshotPopup (list<integer> pre_snapshots) -> boolean

Popup for creating new snapshot

Parameters:
pre_snapshots
Return value:
true if new snapshot was created
local DeleteSnapshotPopup (map snapshot) -> boolean

Popup for deleting existing snapshot

Parameters:
snapshot
Return value:
true if snapshot was deleted
local SummaryDialog () -> any

Summary dialog

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

Return value:
dialog result