|
libqi-api
release-2.5.3-2016-11-18
|
#include <typeobject.hpp>
Public Member Functions | |
| virtual const MetaObject & | metaObject (void *instance)=0 |
| virtual qi::Future< AnyReference > | metaCall (void *instance, AnyObject context, unsigned int method, const GenericFunctionParameters ¶ms, MetaCallType callType=MetaCallType_Auto, Signature returnSig=Signature())=0 |
| virtual void | metaPost (void *instance, AnyObject context, unsigned int signal, const GenericFunctionParameters ¶ms)=0 |
| virtual qi::Future< SignalLink > | connect (void *instance, AnyObject context, unsigned int event, const SignalSubscriber &subscriber)=0 |
| virtual qi::Future< void > | disconnect (void *instance, AnyObject context, SignalLink linkId)=0 |
| Disconnect an event link. Returns if disconnection was successful. More... | |
| virtual const std::vector < std::pair< TypeInterface *, int > > & | parentTypes ()=0 |
| virtual qi::Future< AnyValue > | property (void *instance, AnyObject context, unsigned int id)=0 |
| virtual qi::Future< void > | setProperty (void *instance, AnyObject context, unsigned int id, AnyValue value)=0 |
| 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) |
Static Public Attributes | |
| static const int | INHERITS_FAILED = INT_MIN |
Additional Inherited Members | |
Static Public Member Functions inherited from qi::TypeInterface | |
| static TypeInterface * | fromSignature (const qi::Signature &sig) |
Definition at line 45 of file typeobject.hpp.
|
pure virtual |
Implemented in qi::detail::StaticObjectTypeBase, and qi::TypeProxy< InterfaceType, ProxyType >.
|
pure virtual |
Disconnect an event link. Returns if disconnection was successful.
Implemented in qi::detail::StaticObjectTypeBase, and qi::TypeProxy< InterfaceType, ProxyType >.
| int qi::ObjectTypeInterface::inherits | ( | TypeInterface * | other | ) |
|
inlinevirtual |
Get the kind of the data.
This is used to downcast the TypeInterface object to a specialized interface.
Reimplemented from qi::TypeInterface.
Definition at line 58 of file typeobject.hpp.
|
pure virtual |
Implemented in qi::detail::StaticObjectTypeBase, and qi::TypeProxy< InterfaceType, ProxyType >.
|
pure virtual |
Implemented in qi::detail::StaticObjectTypeBase, and qi::TypeProxy< InterfaceType, ProxyType >.
|
pure virtual |
Implemented in qi::detail::StaticObjectTypeBase, and qi::TypeProxy< InterfaceType, ProxyType >.
|
pure virtual |
Implemented in qi::detail::StaticObjectTypeBase, and qi::TypeProxy< InterfaceType, ProxyType >.
|
pure virtual |
Implemented in qi::TypeProxy< InterfaceType, ProxyType >, and qi::detail::StaticObjectTypeBase.
|
pure virtual |
Implemented in qi::TypeProxy< InterfaceType, ProxyType >, and qi::detail::StaticObjectTypeBase.
|
static |
Definition at line 60 of file typeobject.hpp.