YaST2 Developers Documentation: Configuration of ntp-client



functions
files
intro

Configuration of ntp-client

include/ntp-client/dialogs.ycp
Dialogs definitions

Imports

  • CWM
  • Label
  • NtpClient
  • Popup
  • Report
  • SuSEFirewall
  • Wizard

Includes

  • ntp-client/helps.ycp
  • ntp-client/misc.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 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 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 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

YaST2 Developers Documentation