Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef QmitkDataStorageInspectorProviderBase_h
14 #define QmitkDataStorageInspectorProviderBase_h
33 template <
class TInspector>
74 std::unique_ptr<Impl> d;
77 #ifndef ITK_MANUAL_INSTANTIATION
78 #include "QmitkDataStorageInspectorProviderBase.tpp"
virtual us::ServiceProperties GetServiceProperties() const
US_UNORDERED_MAP_TYPE< std::string, Any > ServiceProperties
QmitkDataStorageInspectorProviderBase(const std::string &id)
~QmitkDataStorageInspectorProviderBase() override
std::string GetInspectorDisplayName() const override
QIcon GetInspectorIcon() const override
static ModuleContext * GetModuleContext()
Returns the module context of the calling module.
us::ServiceRegistration< mitk::IDataStorageInspectorProvider > RegisterService(us::ModuleContext *context=us::GetModuleContext())
QmitkAbstractDataStorageInspector * CreateInspector() const override
returns an inspector instance represented by the provider.
Base class for DataStorage inspector provider.
std::string GetInspectorDescription() const override
void SetRanking(int ranking)
Set the service ranking for this file reader.
InspectorIDType GetInspectorID() const override
This abstract class is a convenient base class for easy implementation of widgets that offer a specif...
std::string InspectorIDType
The common interface for all DataStorage inspector providers.
QmitkDataStorageInspectorProviderBase & operator=(const QmitkDataStorageInspectorProviderBase &other)=delete