kopete/libkopete
Kopete::AV::NumericVideoControl Class Reference
#include <videodevice.h>
Inheritance diagram for Kopete::AV::NumericVideoControl:
Public Attributes | |
qint32 | value_max |
qint32 | value_min |
qint32 | value_step |
Public Attributes inherited from Kopete::AV::BooleanVideoControl | |
qint32 | value_default |
Public Attributes inherited from Kopete::AV::ActionVideoControl | |
quint32 | id |
QString | name |
Detailed Description
Data structure for numeric video-controls
Definition at line 255 of file videodevice.h.
Member Data Documentation
qint32 Kopete::AV::NumericVideoControl::value_max |
The maximum value allowed for the control
Definition at line 259 of file videodevice.h.
qint32 Kopete::AV::NumericVideoControl::value_min |
The minimum value for the control
Definition at line 258 of file videodevice.h.
qint32 Kopete::AV::NumericVideoControl::value_step |
The step-size which has to be considered when changing the value of the control
Definition at line 260 of file videodevice.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.