#include <avcap/Control_avcap.h>
Inheritance diagram for avcap::IntegerControl:

Such controls additionally provide information about the range and step of it's values.
Public Member Functions | |
| IntegerControl () | |
| virtual | ~IntegerControl () |
| virtual const Interval & | getInterval () const=0 |
| Get the interval describing the range and step of valid values for this control. | |
| avcap::IntegerControl::IntegerControl | ( | ) | [inline] |
| virtual avcap::IntegerControl::~IntegerControl | ( | ) | [inline, virtual] |
| virtual const Interval& avcap::IntegerControl::getInterval | ( | ) | const [pure virtual] |
Get the interval describing the range and step of valid values for this control.
Implemented in avcap::V4L1_Control, avcap::V4L2_IntControl, avcap::QT_Control, and avcap::DS_IntControl.
1.5.1