#include <channelpicker.h>
Inheritance diagram for PrefsChannelPicker:

Public Member Functions | |
| PrefsChannelPicker (MWindow *mwindow, VDevicePrefs *prefs, ChannelDB *channeldb, int x, int y) | |
| ~PrefsChannelPicker () | |
| BC_WindowBase * | get_subwindow () |
| Channel * | get_current_channel_struct () |
| int | get_current_channel_number () |
| void | set_channel (Channel *channel) |
| void | set_channel_number (int number) |
| int | has_signal () |
| ArrayList< Channel * > * | get_video_inputs () |
| Channel * | get_channel_usage () |
| int | set_brightness (int value) |
| int | set_hue (int value) |
| int | set_color (int value) |
| int | set_contrast (int value) |
| int | set_whiteness (int value) |
| int | set_picture (int device_id, int value) |
| int | get_brightness () |
| int | get_hue () |
| int | get_color () |
| int | get_contrast () |
| int | get_whiteness () |
| int | get_controls () |
| PictureItem * | get_control (int i) |
| virtual PictureConfig * | get_picture_usage () |
Public Attributes | |
| ArrayList< Channel * > | input_sources |
| VDevicePrefs * | prefs |
Definition at line 100 of file channelpicker.h.
|
||||||||||||||||||||||||
|
Definition at line 21 of file channelpicker.C. References VDeviceBUZ::get_inputs(), and input_sources. |
|
|
Definition at line 38 of file channelpicker.C. References input_sources. |
|
|
Reimplemented from ChannelPicker. Definition at line 118 of file channelpicker.C. References VideoOutConfig::brightness, VDevicePrefs::out_config, and prefs. |
|
|
Reimplemented from ChannelPicker. Definition at line 69 of file channelpicker.C. |
|
|
Reimplemented from ChannelPicker. Definition at line 128 of file channelpicker.C. References VideoOutConfig::color, VDevicePrefs::out_config, and prefs. |
|
|
Reimplemented from ChannelPicker. Definition at line 133 of file channelpicker.C. References VideoOutConfig::contrast, VDevicePrefs::out_config, and prefs. |
|
|
Reimplemented from ChannelPicker. Definition at line 153 of file channelpicker.C. |
|
|
Reimplemented from ChannelPicker. Definition at line 148 of file channelpicker.C. |
|
|
Reimplemented from ChannelPicker. Definition at line 59 of file channelpicker.C. References VideoOutConfig::buz_out_channel, VDevicePrefs::out_config, and prefs. Referenced by get_current_channel_struct(). |
|
|
Reimplemented from ChannelPicker. Definition at line 48 of file channelpicker.C. References ChannelPicker::channeldb, ChannelDB::get(), get_current_channel_number(), and ChannelDB::size(). Referenced by set_channel_number(). |
|
|
Reimplemented from ChannelPicker. Definition at line 123 of file channelpicker.C. References VideoOutConfig::hue, VDevicePrefs::out_config, and prefs. |
|
|
Reimplemented from ChannelPicker. Definition at line 158 of file channelpicker.C. |
|
|
Reimplemented from ChannelPicker. Definition at line 43 of file channelpicker.C. References VDevicePrefs::dialog, and prefs. |
|
|
Reimplemented from ChannelPicker. Definition at line 64 of file channelpicker.C. References input_sources. |
|
|
Reimplemented from ChannelPicker. Definition at line 138 of file channelpicker.C. References VDevicePrefs::out_config, prefs, and VideoOutConfig::whiteness. |
|
|
Reimplemented from ChannelPicker. Definition at line 88 of file channelpicker.C. |
|
|
Reimplemented from ChannelPicker. Definition at line 93 of file channelpicker.C. References VideoOutConfig::brightness, VDevicePrefs::out_config, and prefs. |
|
|
Reimplemented from ChannelPicker. Definition at line 75 of file channelpicker.C. References ChannelPicker::channel_text, and Channel::title. Referenced by set_channel_number(). |
|
|
Reimplemented from ChannelPicker. Definition at line 81 of file channelpicker.C. References VideoOutConfig::buz_out_channel, ChannelPicker::channeldb, CLAMP, get_current_channel_struct(), VDevicePrefs::out_config, prefs, set_channel(), and ChannelDB::size(). |
|
|
Reimplemented from ChannelPicker. Definition at line 103 of file channelpicker.C. References VideoOutConfig::color, VDevicePrefs::out_config, and prefs. |
|
|
Reimplemented from ChannelPicker. Definition at line 108 of file channelpicker.C. References VideoOutConfig::contrast, VDevicePrefs::out_config, and prefs. |
|
|
Reimplemented from ChannelPicker. Definition at line 98 of file channelpicker.C. References VideoOutConfig::hue, VDevicePrefs::out_config, and prefs. |
|
||||||||||||
|
Reimplemented from ChannelPicker. Definition at line 143 of file channelpicker.C. |
|
|
Reimplemented from ChannelPicker. Definition at line 113 of file channelpicker.C. References VDevicePrefs::out_config, prefs, and VideoOutConfig::whiteness. |
|
|
Definition at line 145 of file channelpicker.h. Referenced by get_video_inputs(), PrefsChannelPicker(), and ~PrefsChannelPicker(). |
|
|
Definition at line 146 of file channelpicker.h. Referenced by get_brightness(), get_color(), get_contrast(), get_current_channel_number(), get_hue(), get_subwindow(), get_whiteness(), set_brightness(), set_channel_number(), set_color(), set_contrast(), set_hue(), and set_whiteness(). |
1.4.4