TV cards configuration |
include/tv/ui.ycp |
User interface functions. | |
|
|
This module has an unstable interface. |
All user interface functions.
Imports
Includes
Local Functions
|
Read settings dialog
- Return value:
-
Symbol for next or abort dialog.
Write settings dialog
- Return value:
-
Symbol for next or abort dialog.
Just a wrapper for Tv::CardAddCurrent() to be used in the wizard sequencer.
- Return value:
-
Symbol for next dialog.
Just a wrapper for Tv::CardReplaceWithCurrent() to be used in the wizard sequencer.
- Return value:
-
Symbol for next dialog.
A dialog showing the detected cards and allowing to configure them.
- Return value:
-
The value of the resulting UserInput.
Constructs the cards selection box for the selected vendor.
- Parameters:
-
vendor_cards_db List of cards provided by the selected vendor. parameters The current parameters to preselect the right model. modules
- Return value:
-
The selection box.
A popup allowing to choose the tuner type.
- Parameters:
-
kernel_module Name of the kernel module for the selected TV card. selected_tuner The previously selected tuner (to be preselected again).
- Return value:
-
The selected tuner or nil if cancelled.
A dialog allowing the manual selection of the card.
- Parameters:
-
warn Display warning, that the card was not fully detected.
- Return value:
-
The value of the resulting UserInput.
A dialog allowing the manual selection of the card. radio card modules is shown
- Parameters:
-
allow_changeoftype index
- Return value:
-
The value of the resulting UserInput.
A dialog asking if the card is connected to the sound card.
- Return value:
-
The value of the resulting UserInput.
Returns a list of TV stations as table items
- Parameters:
-
xawtvrc map with contents of xawtvrc config file
- Return value:
-
item list
Popup with TV stations scan
- Parameters:
-
norm TV norm (PAL/NTSC/...) freq frequency table (eourope-west/us-cable/...)
- Return value:
-
[ new xawtv conf, new items for stations table ]
Popup for adding/editing TV station
- Parameters:
-
channel current channel (empty when adding) station current station name (empty when adding) items list of current stations (to check duplicates)
Detect the TV norms supported by the card (see bug #231147)
- Parameters:
-
norms_items
- Return value:
-
updated item list
Dialogs for TV stations management
Main workflow of the tv configuration
- Return value:
-
Sequence result of WizardSequencer().
Whole configuration of tv
- Return value:
-
Sequence result of WizardSequencer().
Whole configuration of TV without reading and writing. It is needed for the proposal stuff.
- Return value:
-
Sequence result of MainSequence().