YaST2 Developers Documentation: Configuration of scanner



functions
files
intro

Configuration of scanner

include/scanner/dialogs.ycp
Dialogs definitions

Imports

  • Label
  • Popup
  • Scanner
  • Wizard
  • Wizard_hw

Includes

  • scanner/helps.ycp

Local Functions

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 SummaryDialog () -> any

Summary dialog

Return value:
dialog result

local OverviewDialog () -> any

Overview dialog

Return value:
dialog result

local SelectModelDialog () -> any

Select model dialog

Return value:
dialog result

local ConfigureBackendDialog () -> any

Configure backend dialog

Return value:
dialog result

local ConfigureNetworkScanningDialog () -> any

Network scanning dialog

Return value:
dialog result

YaST2 Developers Documentation