Configuration of network |
include/network/isdn/complex.ycp |
Summary and overview dialogs for ISDN configuration. |
|
|
Imports
- ISDN
- Label
- Popup
- Provider
- 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 () -> symbol
|
|
Commit changes to internal structures
- 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 Provider_or_IF (string op) -> any
|
|
Ask to handle provider or interface
in edit and delete functions
- Parameters:
- Return value:
local SummaryDialog () -> any
|
|
Main dialog
- Return value:
local OverviewDialog () -> any
|
|
Overview dialog
- Return value:
|