Author(s): Per Cederberg.
Both the LaSt layout rules and the WOF queries may contain references to specific viewer preferences. These will normally be given to the LaSt engine upon processing a RadioWeb template.
This module contains the interface for setting and accessing the viewer preferences structure. It also interprets the XML structure in which the preferences are sent to the LaSt engine.
viewer
)viewer
)
Usage: init_viewer_preferences(TermLs)
TermLs
. The TermLs
is a list of PiLLoW terms following the format elem(Name, [value=Value]). Any other terms will be ignored.
TermLs
is a list.
(list/1
)
Usage: viewer_preference(Name,Value)
Value
associated with a specific Name
.
Name
is an atom.
(atm/1
)
Value
is a free variable.
(var/1
)
Value
is an atom.
(atm/1
)
Go to the first, previous, next, last section, table of contents.