![]() |
Leap C++ API Reference
0.7.9
|
The GestureList class represents a list of Gesture objects. More...
Inherits Leap::Interface.
Public Types | |
typedef ConstListIterator < GestureList, Gesture > | const_iterator |
A C++ iterator type for GestureList objects. | |
Public Member Functions | |
GestureList & | append (const GestureList &other) |
Appends the members of the specified GestureList to this GestureList. | |
const_iterator | begin () const |
The C++ iterator set to the beginning of this GestureList. | |
int | count () const |
The length of this list. | |
bool | empty () const |
Deprecated. | |
const_iterator | end () const |
The C++ iterator set to the end of this GestureList. | |
GestureList () | |
Constructs an empty gesture list. | |
bool | isEmpty () const |
Reports whether the list is empty. | |
Gesture | operator[] (int index) const |
Access a list member by its position in the list. | |
The GestureList class represents a list of Gesture objects.
Get a GestureList object from a Frame object.
typedef ConstListIterator<GestureList, Gesture> Leap::GestureList::const_iterator |
A C++ iterator type for GestureList objects.
Leap::GestureList::GestureList | ( | ) |
Constructs an empty gesture list.
GestureList& Leap::GestureList::append | ( | const GestureList & | other | ) |
Appends the members of the specified GestureList to this GestureList.
other | A GestureList object containing Gesture objects to append to the end of this GestureList. |
const_iterator Leap::GestureList::begin | ( | ) | const |
The C++ iterator set to the beginning of this GestureList.
int Leap::GestureList::count | ( | ) | const |
The length of this list.
bool Leap::GestureList::empty | ( | ) | const |
const_iterator Leap::GestureList::end | ( | ) | const |
The C++ iterator set to the end of this GestureList.
bool Leap::GestureList::isEmpty | ( | ) | const |
Reports whether the list is empty.