YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Message
  • Progress
  • Report
  • Summary

Global Variables

Global Functions

Local Variables

Info:

File: modules/SystemProfile.ycp Package: Configuration of system-profile Summary: SystemProfile settings, input and output functions Authors: J. Daniel Schmidt

$Id: SystemProfile.ycp 41350 2007-10-10 16:59:00Z dfiser $

global moduleTitle -> string

Module title to use - will be selected and set in the client

local modified -> boolean

Data was modified?

global executeSmoltCmd (symbol mode) -> string

Execute the smolt command to read or submit data

Parameters:
mode
global Read () -> boolean

Read all system-profile settings

Return value:
true on success
global Write () -> boolean

Write all system-profile settings

Return value:
true on success
global Import (map settings) -> boolean

Get all system-profile settings from the first parameter (For use by autoinstallation.)

Parameters:
settings The YCP structure to be imported.
Return value:
True on success
global Export () -> map

Dump the system-profile settings to a single map (For use by autoinstallation.)

Return value:
Dumped settings (later acceptable by Import ())
global AutoPackages () -> map

Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

Return value:
with 2 lists.
global Modified () -> boolean

Data was modified?

Return value:
true if modified
global SetModified (boolean value) -> void

Mark as modified, for Autoyast.

Parameters:
value