#include <webcam_set.h>

Definition at line 54 of file webcam_set.h.
| typedef QValueVector<int> WebcamSettingsBox::IntVector |
Definition at line 61 of file webcam_set.h.
| WebcamSettingsBox::WebcamSettingsBox | ( | MythMainWindow * | parent, | |
| QString | window_name, | |||
| QString | theme_filename, | |||
| const char * | name = 0 | |||
| ) |
Definition at line 29 of file webcam_set.cpp.
| WebcamSettingsBox::~WebcamSettingsBox | ( | void | ) |
Definition at line 445 of file webcam_set.cpp.
| void WebcamSettingsBox::keyPressEvent | ( | QKeyEvent * | e | ) |
| void WebcamSettingsBox::DrawLocalWebcamImage | ( | uchar * | yuv, | |
| int | w, | |||
| int | h | |||
| ) | [slot] |
| void WebcamSettingsBox::SettingDisplayTimerExpiry | ( | ) | [slot] |
| void WebcamSettingsBox::saveSettings | ( | ) | [slot] |
| void WebcamSettingsBox::brightnessUp | ( | ) | [slot] |
| void WebcamSettingsBox::brightnessDown | ( | ) | [slot] |
| void WebcamSettingsBox::contrastUp | ( | ) | [slot] |
| void WebcamSettingsBox::contrastDown | ( | ) | [slot] |
| void WebcamSettingsBox::colourUp | ( | ) | [slot] |
| void WebcamSettingsBox::colourDown | ( | ) | [slot] |
| void WebcamSettingsBox::hueUp | ( | ) | [slot] |
| void WebcamSettingsBox::hueDown | ( | ) | [slot] |
| void WebcamSettingsBox::fpsUp | ( | ) | [slot] |
| void WebcamSettingsBox::fpsDown | ( | ) | [slot] |
| void WebcamSettingsBox::wireUpTheme | ( | void | ) | [private] |
| void WebcamSettingsBox::checkPaletteModes | ( | ) | [private] |
Webcam* WebcamSettingsBox::webcam [private] |
Definition at line 92 of file webcam_set.h.
Referenced by brightnessDown(), brightnessUp(), checkPaletteModes(), colourDown(), colourUp(), contrastDown(), contrastUp(), fpsDown(), fpsUp(), hueDown(), hueUp(), SettingDisplayTimerExpiry(), and WebcamSettingsBox().
QTimer* WebcamSettingsBox::settingDisplayTimer [private] |
Definition at line 93 of file webcam_set.h.
Referenced by WebcamSettingsBox(), and ~WebcamSettingsBox().
int WebcamSettingsBox::fps [private] |
Definition at line 94 of file webcam_set.h.
Referenced by fpsDown(), fpsUp(), WebcamSettingsBox(), and wireUpTheme().
int WebcamSettingsBox::brightness [private] |
Definition at line 95 of file webcam_set.h.
Referenced by brightnessDown(), brightnessUp(), WebcamSettingsBox(), and wireUpTheme().
int WebcamSettingsBox::contrast [private] |
Definition at line 96 of file webcam_set.h.
Referenced by contrastDown(), contrastUp(), WebcamSettingsBox(), and wireUpTheme().
int WebcamSettingsBox::colour [private] |
Definition at line 97 of file webcam_set.h.
Referenced by colourDown(), colourUp(), WebcamSettingsBox(), and wireUpTheme().
int WebcamSettingsBox::hue [private] |
Definition at line 98 of file webcam_set.h.
Referenced by hueDown(), hueUp(), WebcamSettingsBox(), and wireUpTheme().
uchar WebcamSettingsBox::localRgbBuffer[MAX_RGB_704_576] [private] |
QString WebcamSettingsBox::WebcamDevice [private] |
QString WebcamSettingsBox::TxResolution [private] |
QString WebcamSettingsBox::palModes [private] |
Definition at line 106 of file webcam_set.h.
Referenced by checkPaletteModes(), and SettingDisplayTimerExpiry().
WebcamSettingSlider* WebcamSettingsBox::hueSlider [private] |
WebcamSettingSlider* WebcamSettingsBox::fpsSlider [private] |
UITextType* WebcamSettingsBox::webcam_name_text [private] |
Definition at line 118 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
UITextType* WebcamSettingsBox::webcam_maxsize_text [private] |
Definition at line 119 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
UITextType* WebcamSettingsBox::webcam_cursize_text [private] |
Definition at line 120 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
Definition at line 121 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
Definition at line 122 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
Definition at line 123 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
UITextType* WebcamSettingsBox::webcam_colour_text [private] |
Definition at line 124 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
UITextType* WebcamSettingsBox::webcam_hue_text [private] |
Definition at line 125 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
UITextType* WebcamSettingsBox::webcam_fps_text [private] |
Definition at line 126 of file webcam_set.h.
Referenced by SettingDisplayTimerExpiry(), and wireUpTheme().
UIBlackHoleType* WebcamSettingsBox::webcamArea [private] |
Definition at line 127 of file webcam_set.h.
Referenced by DrawLocalWebcamImage(), and wireUpTheme().
UIStatusBarType* WebcamSettingsBox::brightnessUI [private] |
Definition at line 128 of file webcam_set.h.
Referenced by brightnessDown(), brightnessUp(), and wireUpTheme().
UIStatusBarType* WebcamSettingsBox::contrastUI [private] |
Definition at line 129 of file webcam_set.h.
Referenced by contrastDown(), contrastUp(), and wireUpTheme().
UIStatusBarType* WebcamSettingsBox::colourUI [private] |
Definition at line 130 of file webcam_set.h.
Referenced by colourDown(), colourUp(), and wireUpTheme().
UIStatusBarType* WebcamSettingsBox::hueUI [private] |
UIStatusBarType* WebcamSettingsBox::fpsUI [private] |
UITextButtonType* WebcamSettingsBox::save_button [private] |
UIPushButtonType* WebcamSettingsBox::br_up_button [private] |
UIPushButtonType* WebcamSettingsBox::con_up_button [private] |
UIPushButtonType* WebcamSettingsBox::col_up_button [private] |
UIPushButtonType* WebcamSettingsBox::hue_up_button [private] |
UIPushButtonType* WebcamSettingsBox::fps_up_button [private] |
1.5.5