Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
This is the complete list of members for ModuleContext, including all inherited members.
AddModuleListener(const ModuleListener &delegate) | ModuleContext | |
AddModuleListener(R *receiver, void(R::*callback)(const ModuleEvent)) | ModuleContext | inline |
AddServiceListener(const ServiceListener &delegate, const std::string &filter=std::string()) | ModuleContext | |
AddServiceListener(R *receiver, void(R::*callback)(const ServiceEvent), const std::string &filter=std::string()) | ModuleContext | inline |
GetDataFile(const std::string &filename) const | ModuleContext | |
GetModule() const | ModuleContext | |
GetModule(long id) const | ModuleContext | |
GetModule(const std::string &name) | ModuleContext | |
GetModules() const | ModuleContext | |
GetService(const ServiceReferenceBase &reference) | ModuleContext | |
GetService(const ServiceReferenceU &reference) | ModuleContext | |
GetService(const ServiceReference< S > &reference) | ModuleContext | inline |
GetServiceObjects(const ServiceReference< S > &reference) | ModuleContext | inline |
GetServiceReference(const std::string &clazz) | ModuleContext | |
GetServiceReference() | ModuleContext | inline |
GetServiceReferences(const std::string &clazz, const std::string &filter=std::string()) | ModuleContext | |
GetServiceReferences(const std::string &filter=std::string()) | ModuleContext | inline |
RegisterService(const InterfaceMap &service, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | |
RegisterService(S *service, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | inline |
RegisterService(Impl *impl, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | inline |
RegisterService(Impl *impl, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | inline |
RegisterService(ServiceFactory *factory, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | inline |
RegisterService(ServiceFactory *factory, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | inline |
RegisterService(ServiceFactory *factory, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | inline |
RemoveModuleListener(const ModuleListener &delegate) | ModuleContext | |
RemoveModuleListener(R *receiver, void(R::*callback)(const ModuleEvent)) | ModuleContext | inline |
RemoveServiceListener(const ServiceListener &delegate) | ModuleContext | |
RemoveServiceListener(R *receiver, void(R::*callback)(const ServiceEvent)) | ModuleContext | inline |
UngetService(const ServiceReferenceBase &reference) | ModuleContext | |
~ModuleContext() | ModuleContext |