Configuration of power-management |
include/power-management/complex.ycp |
Dialogs definitions |
|
|
Imports
- Label
- Popup
- PowerManagement
Includes
- power-management/helps.ycp
- power-management/misc.ycp
Local Functions
- AcpiButtonsInit (string key)
- AcpiButtonsStore (string key, map event)
- AcpiSettingsButtonHandle (string key, map event)
- BatteryWarningHandle (string key, map event)
- BatteryWarningInit (string key)
- BatteryWarningStore (string key, map event)
- CoolingPolicyInit (string key)
- CoolingPolicyStore (string key, map event)
- CpuHandle (string key, map event)
- CpuInit (string key)
- CpuStore (string key, map event)
- DpmsHandle (string key, map event)
- DpmsInit (string key)
- DpmsStore (string key, map event)
- EnableSTDInit (string key)
- EnableSTDStore (string key, map event)
- EnableSTRHandle (string key, map event)
- EnableSTRInit (string key)
- EnableSTRStore (string key, map event)
- EnableStandbyHandle (string key, map event)
- EnableStandbyInit (string key)
- EnableStandbyStore (string key, map event)
- EnableSuspendButtonHandle (string key, map event)
- HardDiskInit (string key)
- HardDiskStore (string key, map event)
- SchemeDescrInit (string key)
- SchemeDescrStore (string key, map event)
- SchemeNameInit (string key)
- SchemeNameStore (string key, map event)
- SchemeNameValidate (string key, map event)
- SchemeSelectionHandle (string key, map event)
- SchemeSelectionInit (string key)
- SchemeSelectionStore (string key, map event)
- SchemesHandle (string key, map event)
- SchemesInit (string key)
- SchemesRedraw ()
- ScreensaverInit (string key)
- ScreensaverStore (string key, map event)
- getAcpiButtonsWidget ()
- getAcpiSettingsButton ()
- getBatteryWarning ()
- getBatteryWarningButton ()
- getCoolingPolicyWidget ()
- getCpuWidget ()
- getDpmsWidget ()
- getEnableSTDWidget ()
- getEnableSTRWidget ()
- getEnableStandbyWidget ()
- getEnableSuspendButton ()
- getHardDiskWidget ()
- getSchemeDescrWidget ()
- getSchemeNameWidget ()
- getSchemeSelectionWidget ()
- getSchemesListWidget ()
- getScreensaverWidget ()
- getStrStandbyAdditionalHelp ()
|
|
|
local BatteryWarningInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local BatteryWarningStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getBatteryWarning () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local AcpiButtonsInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local AcpiButtonsStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getAcpiButtonsWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local EnableSTDInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local EnableSTDStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getEnableSTDWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local EnableSTRInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local EnableSTRStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local EnableSTRHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local getEnableSTRWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local getStrStandbyAdditionalHelp () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local EnableStandbyInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local EnableStandbyStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local EnableStandbyHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local getEnableStandbyWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local BatteryWarningHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local getBatteryWarningButton () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local AcpiSettingsButtonHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local getAcpiSettingsButton () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local EnableSuspendButtonHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local getEnableSuspendButton () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local SchemeSelectionHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local SchemeSelectionInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local SchemeSelectionStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getSchemeSelectionWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local SchemesRedraw () -> void
|
|
Redraw the table of energy saving schemes
local SchemesHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local SchemesInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local getSchemesListWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local SchemeNameInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local SchemeNameValidate (string key, map event) -> boolean
|
|
Validate function of a widget
- Parameters:
key |
string widget id |
event |
map event that caused widget validation |
- Return value:
|
true if validation succeeded |
local SchemeNameStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getSchemeNameWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local SchemeDescrInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local SchemeDescrStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getSchemeDescrWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local HardDiskInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local HardDiskStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getHardDiskWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local CoolingPolicyInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local CoolingPolicyStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getCoolingPolicyWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local CpuHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local CpuInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local CpuStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getCpuWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local ScreensaverInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local ScreensaverStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getScreensaverWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
local DpmsHandle (string key, map event) -> symbol
|
|
Handle function of a widget
- Parameters:
key |
string widget id |
event |
map event that will be handled |
- Return value:
local DpmsInit (string key) -> void
|
|
Init function of a widget
- Parameters:
local DpmsStore (string key, map event) -> void
|
|
Store settings of a widget
- Parameters:
key |
string widget id |
event |
map event that caused storing of widget settings |
local getDpmsWidget () -> map<string,any>
|
|
Get description map of a widget
- Return value:
|
a map widget description map |
Handle function of a widget
- Parameters:
event |
map event that will be handled |
key |
string widget id |
- Return value:
Init function of a widget
- Parameters:
Store settings of a widget
- Parameters:
event |
map event that caused storing of widget settings |
key |
string widget id |
Get description map of a widget
- Return value:
|
a map widget description map |
|