This is the complete list of members for Leap::Config, including all inherited members.
Config() | Leap::Config | |
get() const | Leap::Interface | inlineprotected |
getBool(const std::string &key) const | Leap::Config | |
getFloat(const std::string &key) const | Leap::Config | |
getInt32(const std::string &key) const | Leap::Config | |
getString(const std::string &key) const | Leap::Config | |
Interface(void *owner) | Leap::Interface | protected |
Interface(Implementation *reference, void *owner) | Leap::Interface | protected |
Interface(const Interface &rhs) | Leap::Interface | protected |
m_object | Leap::Interface | protected |
operator=(const Interface &rhs) | Leap::Interface | protected |
save() | Leap::Config | |
setBool(const std::string &key, bool value) | Leap::Config | |
setFloat(const std::string &key, float value) | Leap::Config | |
setInt32(const std::string &key, int32_t value) | Leap::Config | |
setString(const std::string &key, const std::string &value) | Leap::Config | |
type(const std::string &key) const | Leap::Config | |
TYPE_BOOLEAN enum value | Leap::Config | |
TYPE_FLOAT enum value | Leap::Config | |
TYPE_INT32 enum value | Leap::Config | |
TYPE_STRING enum value | Leap::Config | |
TYPE_UNKNOWN enum value | Leap::Config | |
ValueType enum name | Leap::Config | |
~Interface() | Leap::Interface | protectedvirtual |