This is the complete list of members for QtMvvm::ServiceRegistry, including all inherited members.
| constructInjected(QObject *parent=nullptr) | QtMvvm::ServiceRegistry | |
| constructInjected(const QMetaObject *metaObject, QObject *parent=nullptr) | QtMvvm::ServiceRegistry | |
| injectServices(QObject *object) | QtMvvm::ServiceRegistry | |
| instance() | QtMvvm::ServiceRegistry | static |
| isRegistered() const | QtMvvm::ServiceRegistry | |
| isRegistered(const QByteArray &iid) const | QtMvvm::ServiceRegistry | |
| registerInterface(bool weak=false) | QtMvvm::ServiceRegistry | |
| registerInterface(const TFunc &fn, bool weak=false) | QtMvvm::ServiceRegistry | |
| registerInterface(TService *service, bool weak=false) | QtMvvm::ServiceRegistry | |
| registerObject(bool weak=false) | QtMvvm::ServiceRegistry | |
| registerObject(const TFunc &fn, bool weak=false) | QtMvvm::ServiceRegistry | |
| registerObject(TService *service, bool weak=false) | QtMvvm::ServiceRegistry | |
| registerService(const QByteArray &iid, const QMetaObject *metaObject, bool weak=false) | QtMvvm::ServiceRegistry | |
| registerService(const QByteArray &iid, const std::function< QObject *(const QObjectList &)> &fn, QByteArrayList injectables, bool weak=false) | QtMvvm::ServiceRegistry | |
| service() | QtMvvm::ServiceRegistry | |
| serviceObj(const QByteArray &iid) | QtMvvm::ServiceRegistry | |
| ~ServiceRegistry() (defined in QtMvvm::ServiceRegistry) | QtMvvm::ServiceRegistry | |