YaST2 Developers Documentation: Configuration of controller

Configuration of controller

include/controller/dialogs.ycp
Dialogs definitions
  • Jiri Srain

This module has an unstable interface.

Imports

  • Arch
  • DASDController
  • Label
  • Mode
  • Popup
  • Progress
  • Report
  • Sequencer
  • Wizard

Includes

  • s390/dasd/helps.ycp

Local Functions

local ListSelectedDASD () -> list<integer>

List DASD devices that are currently being selected

Return value:
list of IDs of selected DASD devices
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 GetDASDDiskItems (string min_channel, string max_channel) -> list<term>

Get the list of items for the table of DASD devices

Parameters:
min_channel
max_channel
Return value:
a list of terms for the table
local DisplayDASDDialog () -> void

Draw the DASD dialog

local ReloadDASDDialog () -> void

Redraw the contents of the widgets in the DASD Dialog

local DASDDialog () -> symbol

Run the dialog for DASD disks configuration

Return value:
for wizard sequencer
local AddDASDDiskDialog () -> symbol

Run the dialog for adding DASDs

Return value:
from AddDASDDiskDialog