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