YaST2 Developers Documentation: Printer configurator



functions
files
intro

Printer configurator

wizards.ycp
Wizard sequencer

Imports

  • Arch
  • Label
  • Mode
  • Printer
  • Sequencer
  • Wizard

Includes

  • printer/dialogs-connection.ycp
  • printer/dialogs-cups.ycp
  • printer/dialogs-lprng.ycp
  • printer/dialogs.ycp

Local Functions

local getAliases () -> map<string,any>

Get map of aliases for wizard sequencer.

Return value:
aliases

local testDialogs () -> void

Show all dialogs with some fake data...

local EditPrinterSequence () -> symbol

Workflow for editing a single queue

Return value:
sequence result

local getAddPrinterSubSequence () -> map<string,any>

Get the sub-sequence of adding new queue

Return value:
a map the sub sequence for WS

local AddPrinterSubSequence () -> symbol

Workflow for adding a single queue

Return value:
sequence result

local AddPrinterSequence () -> symbol

Workflow for adding a single queue

Return value:
sequence result

local MainSequence () -> symbol

Main workflow of the printer configuration with detected printers dialog

Return value:
sequence result

local DetectedSequence () -> symbol

Main workflow of the printer configuration with detected printers dialog

Return value:
sequence result

local PrinterAutoSequence () -> symbol

Whole configuration of printer but without reading and writing. For use with autoinstallation.

Return value:
sequence result

local PrinterSequence () -> symbol

Whole configuration of dns-server

Return value:
sequence result

YaST2 Developers Documentation