|
| | TypeOfTemplateImpl () |
| |
| TypeInterface * | templateArgument () override |
| |
| | _QI_BOUNCE_TYPE_METHODS (Methods) |
| |
| void | initialize (const MetaObject &mo, const ObjectTypeData &data) |
| |
| virtual const TypeInfo & | info () |
| | Get the TypeInfo corresponding to this type. More...
|
| |
| virtual const MetaObject & | metaObject (void *instance) |
| |
| virtual qi::Future< AnyReference > | metaCall (void *instance, AnyObject context, unsigned int method, const GenericFunctionParameters ¶ms, MetaCallType callType, Signature returnSignature) |
| |
| virtual void | metaPost (void *instance, AnyObject context, unsigned int signal, const GenericFunctionParameters ¶ms) |
| |
| virtual qi::Future< SignalLink > | connect (void *instance, AnyObject context, unsigned int event, const SignalSubscriber &subscriber) |
| |
| virtual qi::Future< void > | disconnect (void *instance, AnyObject context, SignalLink linkId) |
| | Disconnect an event link. Returns if disconnection was successful. More...
|
| |
| virtual qi::Future< AnyValue > | property (void *instance, AnyObject context, unsigned int id) |
| |
| virtual qi::Future< void > | setProperty (void *instance, AnyObject context, unsigned int id, AnyValue value) |
| |
virtual const std::vector
< std::pair< TypeInterface
*, int > > & | parentTypes () |
| |
| virtual void * | initializeStorage (void *) |
| |
| virtual void * | ptrFromStorage (void **) |
| |
| virtual void * | clone (void *inst) |
| | Allocate a storage and copy the value given as an argument. More...
|
| |
| virtual void | destroy (void *) |
| | Free all resources of a storage. More...
|
| |
| virtual bool | less (void *a, void *b) |
| |
| virtual TypeKind | kind () |
| |
| int | inherits (TypeInterface *other) |
| |
| const char * | infoString () |
| |
| qi::Signature | signature (void *storage=0, bool resolveDynamic=false) |
| |
template<typename T>
class qi::TypeOfTemplateImpl< qi::Promise, T >
Definition at line 339 of file objecttypebuilder.hpp.