13 #ifndef mitkIPropertyProvider_h
14 #define mitkIPropertyProvider_h
42 const std::string &contextName =
"",
43 bool fallBackOnDefaultContext =
true)
const = 0;
55 virtual std::vector<std::string> GetPropertyKeys(
const std::string &contextName =
"",
56 bool includeDefaultContext =
false)
const = 0;
63 virtual std::vector<std::string> GetPropertyContextNames()
const = 0;