This is the complete list of members for Leap::Config, including all inherited members.
__getattr__ | Leap::Config | privatestatic |
__init__(self) | Leap::Config | |
Leap::Interface::__init__(self, args, kwargs) | Leap::Interface | |
__repr__ | Leap::Config | privatestatic |
__setattr__ | Leap::Config | privatestatic |
__swig_destroy__ | Leap::Config | privatestatic |
__swig_getmethods__ | Leap::Config | privatestatic |
__swig_setmethods__ | Leap::Config | privatestatic |
Config() | Leap::Config | |
deleteCString(const char *cstr) | Leap::Interface | protectedstatic |
get(self, args) | Leap::Config | |
Leap::Interface::get() const | Leap::Interface | inlineprotected |
getBool(const std::string &key) const | Leap::Config | inline |
getBoolCString(const char *key) const | Leap::Config | private |
getFloat(const std::string &key) const | Leap::Config | inline |
getFloatCString(const char *key) const | Leap::Config | private |
getInt32(const std::string &key) const | Leap::Config | inline |
getInt32CString(const char *key) const | Leap::Config | private |
getString(const std::string &key) const | Leap::Config | inline |
getStringCString(const char *key) const | Leap::Config | private |
Interface(void *owner) | Leap::Interface | protected |
Interface(Implementation *reference, void *owner) | Leap::Interface | protected |
Interface(const Interface &rhs) | Leap::Interface | protected |
Interface(class SharedObject *object) | Leap::Interface | protected |
m_object | Leap::Interface | protected |
operator=(const Interface &rhs) | Leap::Interface | protected |
save() | Leap::Config | |
save(self) | Leap::Config | |
set(self, args) | Leap::Config | |
setBool(const std::string &key, bool value) | Leap::Config | inline |
setBoolCString(const char *key, bool value) | Leap::Config | private |
setFloat(const std::string &key, float value) | Leap::Config | inline |
setFloatCString(const char *key, float value) | Leap::Config | private |
setInt32(const std::string &key, int32_t value) | Leap::Config | inline |
setInt32CString(const char *key, int32_t value) | Leap::Config | private |
setString(const std::string &key, const std::string &value) | Leap::Config | inline |
setStringCString(const char *key, const char *value) | Leap::Config | private |
this | Leap::Config | |
type(const std::string &key) const | Leap::Config | inline |
TYPE_BOOLEAN enum value | Leap::Config | |
TYPE_BOOLEAN | Leap::Config | static |
TYPE_FLOAT enum value | Leap::Config | |
TYPE_FLOAT | Leap::Config | static |
TYPE_INT32 enum value | Leap::Config | |
TYPE_INT32 | Leap::Config | static |
TYPE_STRING enum value | Leap::Config | |
TYPE_STRING | Leap::Config | static |
TYPE_UNKNOWN enum value | Leap::Config | |
TYPE_UNKNOWN | Leap::Config | static |
typeCString(const char *key) const | Leap::Config | private |
ValueType enum name | Leap::Config | |
~Interface() | Leap::Interface | protectedvirtual |