libqi-api
2.8.7.4
|
#include <proxyregister.hpp>
Public Types | |
using | ToProxy = boost::function< Proxy *(void *)> |
using | Methods = DefaultTypeImplMethods< Proxy > |
Public Member Functions | |
TypeProxy (ToProxy toProxy) | |
const MetaObject & | metaObject (void *instance) override |
ObjectUid | uid (void *instance) const override |
qi::Future< AnyReference > | metaCall (void *instance, AnyObject context, unsigned int method, const GenericFunctionParameters ¶ms, MetaCallType callType, Signature returnSignature) override |
void | metaPost (void *instance, AnyObject context, unsigned int signal, const GenericFunctionParameters ¶ms) override |
qi::Future< SignalLink > | connect (void *instance, AnyObject context, unsigned int event, const SignalSubscriber &subscriber) override |
qi::Future< void > | disconnect (void *instance, AnyObject context, SignalLink linkId) override |
Disconnect an event link. Returns if disconnection was successful. More... | |
const std::vector< std::pair < TypeInterface *, std::ptrdiff_t > > & | parentTypes () override |
qi::Future< AnyValue > | property (void *instance, AnyObject context, unsigned int id) override |
qi::Future< void > | setProperty (void *instance, AnyObject context, unsigned int id, AnyValue value) override |
_QI_BOUNCE_TYPE_METHODS (Methods) | |
![]() | |
virtual TypeKind | kind () |
std::ptrdiff_t | inherits (TypeInterface *other) |
![]() | |
virtual | ~TypeInterface ()=default |
virtual const TypeInfo & | info ()=0 |
Get the TypeInfo corresponding to this type. More... | |
virtual void * | initializeStorage (void *ptr=nullptr)=0 |
virtual void * | ptrFromStorage (void **)=0 |
virtual void * | clone (void *)=0 |
Allocate a storage and copy the value given as an argument. More... | |
virtual void | destroy (void *)=0 |
Free all resources of a storage. More... | |
virtual bool | less (void *a, void *b)=0 |
const char * | infoString () |
qi::Signature | signature (void *storage=nullptr, bool resolveDynamic=false) |
Public Attributes | |
ToProxy | toProxy |
Additional Inherited Members | |
![]() | |
static TypeInterface * | fromSignature (const qi::Signature &sig) |
![]() | |
static const auto | INHERITS_FAILED = PTRDIFF_MAX |
Definition at line 37 of file proxyregister.hpp.
using qi::TypeProxy< InterfaceType, ProxyType >::Methods = DefaultTypeImplMethods<Proxy> |
Definition at line 113 of file proxyregister.hpp.
using qi::TypeProxy< InterfaceType, ProxyType >::ToProxy = boost::function<Proxy*(void*)> |
Definition at line 43 of file proxyregister.hpp.
|
inline |
Definition at line 44 of file proxyregister.hpp.
qi::TypeProxy< InterfaceType, ProxyType >::_QI_BOUNCE_TYPE_METHODS | ( | Methods | ) |
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 71 of file proxyregister.hpp.
|
inlineoverridevirtual |
Disconnect an event link. Returns if disconnection was successful.
Implements qi::ObjectTypeInterface.
Definition at line 76 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 61 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 48 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 66 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 81 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 101 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 107 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 54 of file proxyregister.hpp.
ToProxy qi::TypeProxy< InterfaceType, ProxyType >::toProxy |
Definition at line 115 of file proxyregister.hpp.