#include <Leap.h>

Public Types | |
| typedef ConstListIterator< ScreenList, Screen > | const_iterator |
Public Member Functions | |
| def | __getitem__ (self, index) |
| def | __init__ (self) |
| def | __iter__ (self) |
| def | __len__ (self) |
| LEAP_EXPORT const_iterator | begin () const |
| def | closest_screen (self, position) |
| def | closest_screen_hit (self, args) |
| 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 Member Functions inherited from Leap::Interface | |
| def | __init__ (self, args, kwargs) |
Public Attributes | |
| this | |
Static Public Attributes | |
| is_empty = _swig_property(LeapPython.ScreenList_is_empty_get) | |
Static Private Attributes | |
| __getattr__ = lambdaself,name:_swig_getattr(self, ScreenList, name) | |
| __repr__ = _swig_repr | |
| __setattr__ = lambdaself,name,value:_swig_setattr(self, ScreenList, name, value) | |
| __swig_destroy__ = LeapPython.delete_ScreenList | |
| dictionary | __swig_getmethods__ = {} |
| dictionary | __swig_setmethods__ = {} |
Additional Inherited Members | |
Protected Member Functions inherited from Leap::Interface | |
| template<typename T > | |
| T * | get () const |
| LEAP_EXPORT | Interface (void *owner) |
| LEAP_EXPORT | Interface (Implementation *reference, void *owner) |
| LEAP_EXPORT | Interface (const Interface &rhs) |
| Interface (class SharedObject *object) | |
| LEAP_EXPORT Interface & | operator= (const Interface &rhs) |
| virtual LEAP_EXPORT | ~Interface () |
Static Protected Member Functions inherited from Leap::Interface | |
| static LEAP_EXPORT void | deleteCString (const char *cstr) |
Protected Attributes inherited from Leap::Interface | |
| class SharedObject * | m_object |
| Leap::ScreenList::ScreenList | ( | const ListBaseImplementation< Screen > & | ) |
| LEAP_EXPORT Leap::ScreenList::ScreenList | ( | ) |
| LEAP_EXPORT const_iterator Leap::ScreenList::begin | ( | ) | const |
| 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 |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |