#include <Leap.h>

Public Types | |
| typedef ConstListIterator < ScreenList, Screen > | const_iterator |
Public Member Functions | |
| def | __getitem__ |
| def | __init__ |
| def | __iter__ |
| def | __len__ |
| LEAP_EXPORT const_iterator | begin () const |
| def | closest_screen |
| def | closest_screen_hit |
| LEAP_EXPORT Screen | closestScreen (const Vector &position) const |
| LEAP_EXPORT Screen | closestScreenHit (const Pointable &pointable) const |
| LEAP_EXPORT Screen | closestScreenHit (const Vector &position, const Vector &direction) const |
| LEAP_EXPORT int | count () const |
| LEAP_EXPORT const_iterator | end () const |
| LEAP_EXPORT bool | isEmpty () const |
| LEAP_EXPORT Screen | operator[] (int index) const |
| ScreenList (const ListBaseImplementation< Screen > &) | |
| LEAP_EXPORT | ScreenList () |
Public Attributes | |
| this | |
Static Public Attributes | |
| tuple | is_empty = _swig_property(LeapPython.ScreenList_is_empty_get) |
Static Private Attributes | |
| tuple | __getattr__ = lambdaself,name:_swig_getattr(self, ScreenList, name) |
| __repr__ = _swig_repr | |
| tuple | __setattr__ = lambdaself,name,value:_swig_setattr(self, ScreenList, name, value) |
| __swig_destroy__ = LeapPython.delete_ScreenList | |
| dictionary | __swig_getmethods__ = {} |
| dictionary | __swig_setmethods__ = {} |
| Leap::ScreenList::ScreenList | ( | const ListBaseImplementation< Screen > & | ) |
| def Leap::ScreenList::__init__ | ( | self | ) |
| def Leap::ScreenList::__getitem__ | ( | self, | |
| index | |||
| ) |
| def Leap::ScreenList::__iter__ | ( | self | ) |
| def Leap::ScreenList::__len__ | ( | self | ) |
| LEAP_EXPORT const_iterator Leap::ScreenList::begin | ( | ) | const |
| def Leap::ScreenList::closest_screen | ( | self, | |
| position | |||
| ) |
| def Leap::ScreenList::closest_screen_hit | ( | self, | |
| args | |||
| ) |
| LEAP_EXPORT Screen Leap::ScreenList::closestScreen | ( | const Vector & | position | ) | const |
| LEAP_EXPORT Screen Leap::ScreenList::closestScreenHit | ( | const Pointable & | pointable | ) | const |
| LEAP_EXPORT Screen Leap::ScreenList::closestScreenHit | ( | const Vector & | position, |
| const Vector & | direction | ||
| ) | const |
| LEAP_EXPORT int Leap::ScreenList::count | ( | ) | const |
| LEAP_EXPORT const_iterator Leap::ScreenList::end | ( | ) | const |
| LEAP_EXPORT bool Leap::ScreenList::isEmpty | ( | ) | const |
| LEAP_EXPORT Screen Leap::ScreenList::operator[] | ( | int | index | ) | const |
tuple Leap::ScreenList::__getattr__ = lambdaself,name:_swig_getattr(self, ScreenList, name) [static, private] |
Reimplemented from Leap::Interface.
Leap::ScreenList::__repr__ = _swig_repr [static, private] |
tuple Leap::ScreenList::__setattr__ = lambdaself,name,value:_swig_setattr(self, ScreenList, name, value) [static, private] |
Reimplemented from Leap::Interface.
Leap::ScreenList::__swig_destroy__ = LeapPython.delete_ScreenList [static, private] |
dictionary Leap::ScreenList::__swig_getmethods__ = {} [static, private] |
Reimplemented from Leap::Interface.
dictionary Leap::ScreenList::__swig_setmethods__ = {} [static, private] |
Reimplemented from Leap::Interface.
tuple Leap::ScreenList::is_empty = _swig_property(LeapPython.ScreenList_is_empty_get) [static] |