|
| | TypeOfTemplateImpl () |
| |
| TypeInterface * | templateArgument () override |
| |
| | _QI_BOUNCE_TYPE_METHODS (Methods) |
| |
| void | initialize (const MetaObject &mo, const ObjectTypeData &data) |
| |
| const TypeInfo & | info () override |
| | Get the TypeInfo corresponding to this type. More...
|
| |
| 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...
|
| |
| 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 |
| |
const std::vector< std::pair
< TypeInterface
*, std::ptrdiff_t > > & | parentTypes () override |
| |
| void * | initializeStorage (void *) override |
| |
| void * | ptrFromStorage (void **) override |
| |
| void * | clone (void *inst) override |
| | Allocate a storage and copy the value given as an argument. More...
|
| |
| void | destroy (void *) override |
| | Free all resources of a storage. More...
|
| |
| bool | less (void *a, void *b) override |
| |
| virtual TypeKind | kind () |
| |
| std::ptrdiff_t | inherits (TypeInterface *other) |
| |
| virtual | ~TypeInterface ()=default |
| |
| const char * | infoString () |
| |
| qi::Signature | signature (void *storage=nullptr, bool resolveDynamic=false) |
| |
template<typename T>
class qi::TypeOfTemplateImpl< qi::Promise, T >
Definition at line 340 of file objecttypebuilder.hpp.