#include <ChannelEditorDlg.h>
Inheritance diagram for CChannelEditorDlg:
|
|
|
Helper slot for Color System dropdown box. When the user select a new color system (a.k.a. 'norm') from the drop down box, this will set that norm in the current channel (if any). It also emits a NewColorSystem signal. Reimplemented from CChannelEditor. |
|
Helper slot for "Delete" button. Removes the current entry and selects the next (or previous in case of end-of-list) entry, or 0 if it was the last one. Reimplemented from CChannelEditor. |
|
Move channel 'down' (later in list).
Reimplemented from CChannelEditor. |
|
Helper slot for the finetuning slider. For finetuning the frequency of the current TV channel (preset) Also emits new frequency. Reimplemented from CChannelEditor. |
|
Helper slot for the Frequency system dropdown box.
Reimplemented from CChannelEditor. |
|
Helper slot for the Name linedit box. Called whenever the user types something in the Name box (which contains the name of the channel) Reimplemented from CChannelEditor. |
|
Slot for when user clicked on "New...". This will create a new entry and append it to the list of channel presets. A new entry will be based on the current channel (if any) Reimplemented from CChannelEditor. |
|
|
|
|
|
Signal that emits a newly set frequency.
The frequency is emitted as a float, in Hz. So for MHz, divide by 1,000,000 |
|
Helper slot for Preset list view. Called when an item in the Preset listview is clicked. It will set the current TVChannel pointer belonging to the entry. Reimplemented from CChannelEditor. |
|
|
|
Helper slot for the system channel listview box. Called when the user selects one of the entries in the list of system channels systembox; this are the pre-programmed channels in the current frequency grid (not to be confused with the Preset list, which is the list of TV channels that the user programs). Also emits new frequency. Reimplemented from CChannelEditor. |
|
Move channel 'up' (earlier in list).
Reimplemented from CChannelEditor. |