YaST2 Developers Documentation: Configuration of ntp-client

Configuration of ntp-client

include/ntp-client/dialogs.ycp
Dialogs definitions
  • Jiri Srain

This module has an unstable interface.

Imports

  • CWM
  • CWMTab
  • Confirm
  • Label
  • NtpClient
  • Popup
  • Report
  • Stage
  • SuSEFirewall
  • Wizard

Includes

  • ntp-client/misc.ycp
  • ntp-client/widgets.ycp

Local Functions

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

Get the map of all widgets

Return value:
a map with all widgets for CWM
local abortPopup () -> boolean

Display the popup to confirm abort

Return value:
true if confirmed
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 SimpleDialog () -> symbol

Main dialog

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

Main dialog

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

Type of new peer selection dialog

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

Server editing dialog

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

Dialog for selecting local server from a list

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

Dialog for selecting local server from a list

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

Peer editing dialog

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

Reference clock editing dialog

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

Broadcast editing dialog

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

Broadcast client editing dialog

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

Fudge factors dialog

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

Pseudo-dialog to fetch information for the simple dialog

Return value:
for wizard sequencer (always `next)
local SimpleDialogFinish () -> symbol

Pseudo-dialog to store information after the simple dialog

Return value:
for wizard sequencer (always `next)
local StoreRecord () -> symbol

Pseudo-dialog to store settings to main structure

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

Select the type of configuration - simple vs. complex

Return value:
for ws `simple or `complex