|
libqi-api
release-2.5.3-2016-11-18
|
#include <objecttypebuilder.hpp>
Public Member Functions | |
| virtual TypeInterface * | templateArgument ()=0 |
Public Member Functions inherited from qi::detail::StaticObjectTypeBase | |
| 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) |
Public Member Functions inherited from qi::ObjectTypeInterface | |
| virtual TypeKind | kind () |
| int | inherits (TypeInterface *other) |
Public Member Functions inherited from qi::TypeInterface | |
| const char * | infoString () |
| qi::Signature | signature (void *storage=0, bool resolveDynamic=false) |
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 286 of file objecttypebuilder.hpp.
|
pure virtual |
Implemented in qi::TypeOfTemplateFutImpl< qi::FutureSync, T >.