
functions
files
intro
|
|
Network configuration |
include/network/modem/complex.ycp |
Summary, overview and IO dialogs for modems configuration. |
|
|
Imports
- Label
- Modem
- NetworkDevices
- Popup
- Provider
- Routing
- Wizard
- Wizard_hw
Includes
- network/routines.ycp
- network/summary.ycp
Local Functions
|
|
|
local Modified () -> boolean
|
|
Return a modification status
- Return value:
|
true if data was modified |
local Commit (string what) -> symbol
|
|
Commit changes to internal structures
- Parameters:
what |
what everything should be commited ("modem"|"provider"|"all") |
- Return value:
local FinishDialog () -> symbol
|
|
Display finished popup
- Return value:
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 SummaryDialog () -> any
|
|
Main dialog
- Return value:
local OverviewDialog () -> any
|
|
Overview dialog
- Return value:
|