YaST2 Developers Documentation: Configuration of inet



functions
files
intro

Configuration of inet

include/inetd/ui.ycp
User interface functions.
All user interface functions.

Imports

  • Inetd
  • Mode
  • Progress
  • Wizard

Includes

  • inetd/helps.ycp
  • ui/common_messages.ycp
  • ui/common_popups.ycp
  • wizard/sequencer.ycp

Functions

global InetSequence ()

Whole configuration of inet

global InetAutoSequence ()

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

global MainSequence ()

Main workflow of the inet configuration

global ReadDialog ()

Read settings dialog

global WriteDialog ()

Write settings dialog

global MainDialog ()

Main dialog

global EditOrCreateServiceDlg (string title, map line, string comment, string previous_comment) -> list

Edit or create an entry

Parameters:
title
line
comment
previous_comment

global ConfigureDialog ()

Main configuration Dialog

Convert Internal Map into the Format, the list widget needs

CREATE

DELETE

ACTIVATE / INACTIVIATE

EDIT edit line and edit comment - you can edit a comment for a service in line X, if this comment is in line X-1 - else a previous comment is only displayed


YaST2 Developers Documentation