|
libqi-api
release-2.5.3-2016-11-18
|
#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 |
| 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 *, int > > & | 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) | |
Public Member Functions inherited from qi::ObjectTypeInterface | |
| virtual TypeKind | kind () |
| int | inherits (TypeInterface *other) |
Public Member Functions inherited from qi::TypeInterface | |
| virtual const TypeInfo & | info ()=0 |
| Get the TypeInfo corresponding to this type. More... | |
| virtual void * | initializeStorage (void *ptr=0)=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=0, bool resolveDynamic=false) |
Public Attributes | |
| ToProxy | toProxy |
Additional Inherited Members | |
Static Public Member Functions inherited from qi::TypeInterface | |
| static TypeInterface * | fromSignature (const qi::Signature &sig) |
Static Public Attributes inherited from qi::ObjectTypeInterface | |
| static const int | INHERITS_FAILED = INT_MIN |
Definition at line 37 of file proxyregister.hpp.
| using qi::TypeProxy< InterfaceType, ProxyType >::Methods = DefaultTypeImplMethods<Proxy> |
Definition at line 105 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 63 of file proxyregister.hpp.
|
inlineoverridevirtual |
Disconnect an event link. Returns if disconnection was successful.
Implements qi::ObjectTypeInterface.
Definition at line 68 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 53 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 48 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 58 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 73 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 93 of file proxyregister.hpp.
|
inlineoverridevirtual |
Implements qi::ObjectTypeInterface.
Definition at line 99 of file proxyregister.hpp.
| ToProxy qi::TypeProxy< InterfaceType, ProxyType >::toProxy |
Definition at line 107 of file proxyregister.hpp.