Unknown YCP Module |
This module has an unstable interface. |
File: modules/Summary.ycp
Module: yast2
Summary: Support for summaries of the configured devices
Authors: Jan Holesovsky
$Id$
Function that creates a 'Not configured.' message.
- Return value:
-
String with the message.
Function that creates the whole final product. "Not detected" will be returned if the list is empty.
- Parameters:
-
devices A list of output of the summaryDevice() calls
- Return value:
-
The resulting text.
Function that creates description of one device.
- Parameters:
-
name The name of the device given by probing description Additional description (how it was confgured or so)
- Return value:
-
String with the item.
Add a RichText section header to an existing summary.
- Parameters:
-
summary previous RichText (HTML) summary to add to header header to add (plain text, no HTML)
- Return value:
-
the new summary including the new header
Add a line to an existing summary.
- Parameters:
-
summary previous RichText (HTML) summary to add to line line to add (plain text, no HTML)
- Return value:
-
the new summary including the new line
Add a newline to an existing summary.
- Parameters:
-
summary previous RichText (HTML) summary to add to
- Return value:
-
the new summary
Start a list within a summary.
- Parameters:
-
summary previous RichText (HTML) summary to add to
- Return value:
-
the new summary
End a list within a summary.
- Parameters:
-
summary previous RichText (HTML) summary to add to
- Return value:
-
the new summary
Add a list item to an existing summary. Requires a previous call to 'summaryOpenList()'.
- Parameters:
-
summary previous RichText (HTML) summary to add to item item to add (plain text, no HTML)
- Return value:
-
the new summary including the new line
Add a simple section to an existing summary, consisting of a header and one single item.
- Parameters:
-
summary previous RichText (HTML) summary to add to header section header (plain text, no HTML) item section item (plain text, no HTML)
- Return value:
-
the new summary including the new line