13 #ifndef __I_DATA_STORAGE_INSPECTOR_PROVIDER_H 14 #define __I_DATA_STORAGE_INSPECTOR_PROVIDER_H 52 virtual std::string GetInspectorDisplayName()
const = 0;
54 virtual std::string GetInspectorDescription()
const = 0;
57 virtual QIcon GetInspectorIcon()
const = 0;
66 static std::string PROP_INSPECTOR_ID();
#define MITK_DECLARE_SERVICE_INTERFACE(IFace, IId)
DataCollection - Class to facilitate loading/accessing structured data.
The common interface for all DataStorage inspector providers.
std::string InspectorIDType
This abstract class is a convenient base class for easy implementation of widgets that offer a specif...