kopete/kopete
Go to the documentation of this file.
19 #ifndef AVDEVICECONFIG_H
20 #define AVDEVICECONFIG_H
27 #include "avdevice/videodevicepool.h"
28 #include "ui_avdeviceconfig_videodevice.h"
48 void slotSettingsChanged(
bool);
49 void slotValueChanged(
int);
50 void slotDeviceKComboBoxChanged(
int);
51 void slotInputKComboBoxChanged(
int);
52 void slotStandardKComboBoxChanged(
int);
53 void slotUpdateImage();
54 void changeVideoControlValue(
unsigned int id,
int value = 0);
56 void deviceRegistered(
const QString & );
57 void deviceUnregistered(
const QString & );
58 void updateVideoDevicePool();
61 class VideoControlValue
64 VideoControlValue() : id(0), value(0) {};
65 VideoControlValue(quint32
id, qint32 value) : id(
id), value(value) {};
71 Ui_AVDeviceConfig_VideoDevice *mPrfsVideoDevice;
73 Kopete::AV::VideoDevicePool *mVideoDevicePool;
77 QString capturingDevice_udi;
78 QList<QWidget*> ctrlWidgets;
79 QList<VideoControlValue> ctrl_values_bak;
82 void clearControlGUIElements();
83 void addSliderControlElement(
int cid, QString title,
int min,
int max,
int step,
int value);
84 void addCheckBoxControlElement(
int cid, QString title,
bool value);
85 void addPopupMenuControlElement(
int cid, QString title, QStringList options,
int menuindex);
86 void addButtonControlElement(
int cid, QString title);
87 void startCapturing();
91 virtual void showEvent(QShowEvent *event);
92 virtual void hideEvent(QHideEvent *event);
AVDeviceConfig(QWidget *parent, const QVariantList &args)
virtual void hideEvent(QHideEvent *event)
virtual void showEvent(QShowEvent *event)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:40 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.