#include <picture.h>
Public Member Functions | |
| PictureConfig (MWindow *mwindow) | |
| ~PictureConfig () | |
| void | copy_settings (PictureConfig *picture) |
| void | copy_usage (PictureConfig *picture) |
| void | load_defaults () |
| void | save_defaults () |
| void | set_item (int device_id, int value) |
| PictureItem * | new_item (const char *name) |
| PictureItem * | get_item (const char *name, int id) |
Public Attributes | |
| int | brightness |
| int | hue |
| int | color |
| int | contrast |
| int | whiteness |
| int | use_brightness |
| int | use_contrast |
| int | use_color |
| int | use_hue |
| int | use_whiteness |
| ArrayList< PictureItem * > | controls |
| MWindow * | mwindow |
Definition at line 31 of file picture.h.
|
|
Definition at line 55 of file picture.C. References brightness, color, contrast, hue, use_brightness, use_color, use_contrast, use_hue, use_whiteness, and whiteness. |
|
|
Definition at line 71 of file picture.C. References controls. |
|
|
Definition at line 76 of file picture.C. References brightness, color, contrast, controls, PictureItem::copy_from(), PictureItem::device_id, hue, and whiteness. Referenced by VideoDevice::set_picture(). |
|
|
Definition at line 106 of file picture.C. References controls, PictureItem::copy_from(), PictureItem::device_id, use_brightness, use_color, use_contrast, use_hue, and use_whiteness. Referenced by Record::open_input_devices(). |
|
||||||||||||
|
Definition at line 195 of file picture.C. References controls. |
|
|
Definition at line 136 of file picture.C. References brightness, color, contrast, controls, MWindow::defaults, PictureItem::get_default_string(), hue, mwindow, PictureItem::value, and whiteness. Referenced by Record::load_defaults(). |
|
|
Definition at line 183 of file picture.C. References controls, and PictureItem::name. |
|
|
Definition at line 161 of file picture.C. References brightness, color, contrast, controls, MWindow::defaults, PictureItem::get_default_string(), hue, mwindow, PictureItem::value, and whiteness. Referenced by Record::save_defaults(). |
|
||||||||||||
|
Definition at line 205 of file picture.C. References controls. Referenced by ChannelPicker::set_picture(). |
|
|
Definition at line 42 of file picture.h. Referenced by copy_settings(), ChannelPicker::get_brightness(), load_defaults(), PictureConfig(), save_defaults(), ChannelPicker::set_brightness(), VDeviceBUZ::set_picture(), and VDeviceV4L::v4l1_set_picture(). |
|
|
Definition at line 44 of file picture.h. Referenced by copy_settings(), ChannelPicker::get_color(), load_defaults(), PictureConfig(), save_defaults(), ChannelPicker::set_color(), VDeviceBUZ::set_picture(), and VDeviceV4L::v4l1_set_picture(). |
|
|
Definition at line 45 of file picture.h. Referenced by copy_settings(), ChannelPicker::get_contrast(), load_defaults(), PictureConfig(), save_defaults(), ChannelPicker::set_contrast(), VDeviceBUZ::set_picture(), and VDeviceV4L::v4l1_set_picture(). |
|
|
Definition at line 59 of file picture.h. Referenced by copy_settings(), copy_usage(), ChannelPicker::get_control(), ChannelPicker::get_controls(), get_item(), load_defaults(), new_item(), save_defaults(), set_item(), and ~PictureConfig(). |
|
|
Definition at line 43 of file picture.h. Referenced by copy_settings(), ChannelPicker::get_hue(), load_defaults(), PictureConfig(), save_defaults(), ChannelPicker::set_hue(), VDeviceBUZ::set_picture(), and VDeviceV4L::v4l1_set_picture(). |
|
|
Definition at line 61 of file picture.h. Referenced by load_defaults(), and save_defaults(). |
|
|
Definition at line 49 of file picture.h. Referenced by ChannelEditPictureWindow::calculate_h(), copy_usage(), ChannelEditPictureWindow::create_objects(), VDeviceV4L::open_input(), VDeviceBUZ::open_input(), and PictureConfig(). |
|
|
Definition at line 51 of file picture.h. Referenced by ChannelEditPictureWindow::calculate_h(), copy_usage(), ChannelEditPictureWindow::create_objects(), VDeviceV4L::open_input(), VDeviceBUZ::open_input(), and PictureConfig(). |
|
|
Definition at line 50 of file picture.h. Referenced by ChannelEditPictureWindow::calculate_h(), copy_usage(), ChannelEditPictureWindow::create_objects(), VDeviceV4L::open_input(), VDeviceBUZ::open_input(), and PictureConfig(). |
|
|
Definition at line 52 of file picture.h. Referenced by ChannelEditPictureWindow::calculate_h(), copy_usage(), ChannelEditPictureWindow::create_objects(), VDeviceV4L::open_input(), VDeviceBUZ::open_input(), and PictureConfig(). |
|
|
Definition at line 53 of file picture.h. Referenced by ChannelEditPictureWindow::calculate_h(), copy_usage(), ChannelEditPictureWindow::create_objects(), VDeviceV4L::open_input(), VDeviceBUZ::open_input(), and PictureConfig(). |
|
|
Definition at line 46 of file picture.h. Referenced by copy_settings(), ChannelPicker::get_whiteness(), load_defaults(), PictureConfig(), save_defaults(), VDeviceBUZ::set_picture(), ChannelPicker::set_whiteness(), and VDeviceV4L::v4l1_set_picture(). |
1.4.4