ardour
Public Member Functions | Public Attributes | List of all members
Evoral::ControlIterator Class Reference

#include <Sequence.hpp>

Public Member Functions

 ControlIterator (boost::shared_ptr< const ControlList > al, double ax, double ay)
 

Public Attributes

boost::shared_ptr< const
ControlList
list
 
double x
 
double y
 

Detailed Description

An iterator over (the x axis of) a 2-d double coordinate space.

Definition at line 47 of file Sequence.hpp.

Constructor & Destructor Documentation

Evoral::ControlIterator::ControlIterator ( boost::shared_ptr< const ControlList al,
double  ax,
double  ay 
)
inline

Definition at line 49 of file Sequence.hpp.

Member Data Documentation

boost::shared_ptr<const ControlList> Evoral::ControlIterator::list

Definition at line 55 of file Sequence.hpp.

double Evoral::ControlIterator::x

Definition at line 56 of file Sequence.hpp.

double Evoral::ControlIterator::y

Definition at line 57 of file Sequence.hpp.


The documentation for this class was generated from the following file: