|
libqi-api
release-2.5.3-2016-11-18
|
This is the complete list of members for qi::Object< T >, including all inherited members.
| asGenericObject() const | qi::Object< T > | |
| asSharedPtr() | qi::Object< T > | inline |
| asT() const | qi::Object< T > | |
| async(const std::string &methodName, Args &&...args) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| call(const std::string &methodName, Args &&...args) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| checkT() | qi::Object< T > | |
| clearStats() const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| connect(const std::string &eventName, FUNCTOR_TYPE callback, MetaCallType threadingModel=MetaCallType_Auto) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| connect(const std::string &name, const SignalSubscriber &functor) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| connect(unsigned int signal, const SignalSubscriber &subscriber) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| connect(unsigned int signal, AnyObject target, unsigned int slot) const | qi::detail::GenericObjectBounce< Object< T > > | |
| deleteCustomDeleter(GenericObject *obj, boost::function< void(T *)> deleter) | qi::Object< T > | inlinestatic |
| deleteGenericObjectOnly(GenericObject *obj) | qi::Object< T > | inlinestatic |
| deleteGenericObjectOnlyAndKeep(GenericObject *obj, U) | qi::Object< T > | inlinestatic |
| disconnect(SignalLink linkId) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| enableStats(bool enable) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| enableTrace(bool enable) | qi::detail::GenericObjectBounce< Object< T > > | inline |
| executionContext() const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| findMethod(const std::string &name, const GenericFunctionParameters ¶meters) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| forceExecutionContext(boost::shared_ptr< qi::ExecutionContext > ec) | qi::detail::GenericObjectBounce< Object< T > > | inline |
| GenericObject class | qi::Object< T > | friend |
| interface() | qi::Object< T > | inline |
| isStatsEnabled() const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| isTraceEnabled() const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| keepManagedObjectPtr(detail::ManagedObjectPtr ptr) | qi::Object< T > | inlinestatic |
| keepReference(GenericObject *obj, boost::shared_ptr< U > ptr) | qi::Object< T > | inlinestatic |
| managedObjectPtr() | qi::Object< T > | inline |
| MaybeAnyObject typedef | qi::Object< T > | |
| metaCall(unsigned int method, const GenericFunctionParameters ¶ms, MetaCallType callType=MetaCallType_Auto, Signature returnSignature=Signature()) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| metaCall(const std::string &nameWithOptionalSignature, const GenericFunctionParameters ¶ms, MetaCallType callType=MetaCallType_Auto, Signature returnSignature=Signature()) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| metaObject() const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| metaPost(unsigned int event, const GenericFunctionParameters ¶ms) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| metaPost(const std::string &nameWithOptionalSignature, const GenericFunctionParameters &in) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| noDelete(GenericObject *) | qi::Object< T > | inlinestatic |
| noDeleteT(T *) | qi::Object< T > | inlinestatic |
| Object class | qi::Object< T > | friend |
| Object() | qi::Object< T > | inline |
| Object(const Object< U > &o) | qi::Object< T > | inline |
| Object(const Object &o) | qi::Object< T > | inline |
| Object(const qi::Future< MaybeAnyObject > &fobj) | qi::Object< T > | inline |
| Object(const qi::FutureSync< MaybeAnyObject > &fobj) | qi::Object< T > | inline |
| Object(GenericObject *go) | qi::Object< T > | inline |
| Object(T *ptr) | qi::Object< T > | inline |
| Object(GenericObject *go, boost::function< void(GenericObject *)> deleter) | qi::Object< T > | inline |
| Object(T *ptr, boost::function< void(T *)> deleter) | qi::Object< T > | inline |
| Object(GenericObject *go, boost::shared_ptr< U > other) | qi::Object< T > | |
| Object(boost::shared_ptr< U > other) | qi::Object< T > | |
| operator bool() const | qi::Object< T > | |
| operator Object< Empty >() const | qi::Object< T > | |
| operator!=(const Object< U > &b) const | qi::Object< T > | |
| operator*() const | qi::Object< T > | |
| operator->() const | qi::Object< T > | |
| operator<(const Object &b) const | qi::Object< T > | inline |
| operator=(const Object< U > &o) | qi::Object< T > | inline |
| operator=(const Object &o) | qi::Object< T > | inline |
| operator==(const Object< U > &b) const | qi::Object< T > | |
| post(const std::string &eventName, Args &&...args) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| property(const std::string &name) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| property(unsigned int id) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| reset() | qi::Object< T > | |
| setProperty(const std::string &name, const T &val) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| setProperty(unsigned int id, const AnyValue &val) const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| stats() const | qi::detail::GenericObjectBounce< Object< T > > | inline |
| unique() const | qi::Object< T > | |
| use_count() const | qi::Object< T > | inline |
| WeakObject class | qi::Object< T > | friend |