avcap::Interval Class Reference

#include <avcap/Interval.h>


Detailed Description

An integer interval used by some Control-types.


Public Member Functions

 Interval (int min_, int max_, int step_)
 The Constructor.

Data Fields

int min
 The minimal value.
int max
 The maximal value.
int step
 The increment.


Constructor & Destructor Documentation

avcap::Interval::Interval ( int  min_,
int  max_,
int  step_ 
) [inline]

The Constructor.


Field Documentation

int avcap::Interval::min

The minimal value.

int avcap::Interval::max

The maximal value.

int avcap::Interval::step

The increment.


The documentation for this class was generated from the following file:
Generated on Mon Nov 30 11:10:32 2009 for avcap-0.1 by  doxygen 1.5.1