YaST2 Developers Documentation: Configuration of ntp-client



functions
files
intro

Configuration of ntp-client

include/ntp-client/widgets.ycp
Widgets definitions

Imports

  • Label
  • LogView
  • Popup

Includes

  • ntp-client/helps.ycp

Global Functions

Local Functions

local showLogPopup () -> void

Show popup with NTP daemon's log

global ntpEnabledOrDisabled (string id, map event) -> symbol

Handle function of the widget

Parameters:
id string widget id
event map event that caused storing process
Return value:
always nil

global startInit (any id) -> void

Initialize the widget

Parameters:
id any widget id

global startStore (any id, map event) -> void

Store settings of the widget

Parameters:
id any widget id
event map event that caused storing process

global startHandle (string id, map event) -> any

Handle function of the widget

Parameters:
id string widget id
event map event that caused storing process
Return value:
always nil

global complexButtonHandle (string key, map event) -> symbol

Handle function of the widget

Parameters:
key any widget id
event map event that caused storing process
Return value:
always `complex

global fudgeButtonHandle (string key, map event) -> symbol

Handle function of the widget

Parameters:
key string widget id
event map event that caused storing process
Return value:
always `complex

global chrootInit (any id) -> void

Initialize the widget

Parameters:
id any widget id

global chrootStore (any id, map event) -> void

Store settings of the widget

Parameters:
id any widget id
event map event that caused storing process

global overviewInit (any id) -> void

Initialize the widget

Parameters:
id any widget id

global overviewHandle (string id, map event) -> any

Handle events on the widget

Parameters:
id any widget id
event map event that caused storing process
Return value:
event to pass to WS or nil

global addressInit (any id) -> void

Initialize the widget

Parameters:
id any widget id

global addressStore (any id, map event) -> void

Store settings of the widget

Parameters:
id any widget id
event map event that caused storing process

global serverAddressHandle (string id, map event) -> symbol

Handle events on the widget

Parameters:
id string widget id
event map event that caused storing process
Return value:
event to pass to WS or nil

global initSyncInit (any id) -> void

Initialize the widget

Parameters:
id any widget id

global initSyncStore (any id, map event) -> void

Store settings of the widget

Parameters:
id any widget id
event map event that caused storing process

global optionsInit (any id) -> void

Initialize the widget

Parameters:
id any widget id

global optionsStore (any id, map event) -> void

Store settings of the widget

Parameters:
id any widget id
event map event that caused storing process

global peerTypesInit (any id) -> void

Initialize the widget

Parameters:
id any widget id

global peerTypesHandle (any id, map event) -> symbol

Handle events on the widget

Parameters:
id any widget id
event map event that caused storing process
Return value:
event to pass to WS or nil

global createSymlinkInit (string id) -> void

Initialize the widget

Parameters:
id string widget id

global createSymlinkHandle (string id, map event) -> symbol

Handle function of the widget

Parameters:
id string widget id
event map event that caused storing process
Return value:
always nil

global createSymlinkStore (string id, map event) -> void

Store settings of the widget

Parameters:
id string widget id
event map event that caused storing process

global clockTypeHandle (string id, map event) -> symbol

Handle function of the widget

Parameters:
id string widget id
event map event that caused storing process
Return value:
always nil

global clockTypeInit (string id) -> void

Initialize the widget

Parameters:
id string widget id

global clockTypeStore (string id, map event) -> void

Store settings of the widget

Parameters:
id string widget id
event map event that caused storing process

global unitNumberInit (string id) -> void

Initialize the widget

Parameters:
id string widget id

global unitNumberStore (string id, map event) -> void

Store settings of the widget

Parameters:
id string widget id
event map event that caused storing process

global browseButtonHandle (string id, map event) -> symbol

Handle function of the widget

Parameters:
id string widget id
event map event that caused storing process
Return value:
always nil

global deviceInit (string id) -> void

Initialize the widget

Parameters:
id string widget id

global deviceStore (string id, map event) -> void

Store settings of the widget

Parameters:
id string widget id
event map event that caused storing process

global InitWidgets () -> map<string,any>

Initialize all widgets

Return value:
a map of widgets

YaST2 Developers Documentation