
functions
files
intro
|
|
Configuration of ntp-client |
include/ntp-client/widgets.ycp |
Widgets definitions |
|
|
Imports
Includes
Global Functions
- InitWidgets ()
- addressInit (any id)
- addressStore (any id, map event)
- browseButtonHandle (string id, map event)
- chrootInit (any id)
- chrootStore (any id, map event)
- clockTypeHandle (string id, map event)
- clockTypeInit (string id)
- clockTypeStore (string id, map event)
- complexButtonHandle (string key, map event)
- createSymlinkHandle (string id, map event)
- createSymlinkInit (string id)
- createSymlinkStore (string id, map event)
- deviceInit (string id)
- deviceStore (string id, map event)
- fudgeButtonHandle (string key, map event)
- initSyncInit (any id)
- initSyncStore (any id, map event)
- ntpEnabledOrDisabled (string id, map event)
- optionsInit (any id)
- optionsStore (any id, map event)
- overviewHandle (string id, map event)
- overviewInit (any id)
- peerTypesHandle (any id, map event)
- peerTypesInit (any id)
- serverAddressHandle (string id, map event)
- startHandle (string id, map event)
- startInit (any id)
- startStore (any id, map event)
- unitNumberInit (string id)
- unitNumberStore (string id, map event)
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:
global startInit (any id) -> void
|
|
Initialize the widget
- Parameters:
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:
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:
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:
global chrootInit (any id) -> void
|
|
Initialize the widget
- Parameters:
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:
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:
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:
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:
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:
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:
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:
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:
global clockTypeInit (string id) -> void
|
|
Initialize the widget
- Parameters:
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:
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:
global deviceInit (string id) -> void
|
|
Initialize the widget
- Parameters:
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:
|