#include <mitkIPropertyProvider.h>
|
| virtual | ~IPropertyProvider () |
| |
| virtual BaseProperty::ConstPointer | GetConstProperty (const std::string &propertyKey, const std::string &contextName="", bool fallBackOnDefaultContext=true) const =0 |
| | Get property by its key. More...
|
| |
| virtual std::vector< std::string > | GetPropertyKeys (const std::string &contextName="", bool includeDefaultContext=false) const =0 |
| | Query keys of existing properties. More...
|
| |
| virtual std::vector< std::string > | GetPropertyContextNames () const =0 |
| | Query names of existing contexts. More...
|
| |
Interface implemented by classes that provide access to property information.
Definition at line 24 of file mitkIPropertyProvider.h.
◆ ~IPropertyProvider()
| virtual mitk::IPropertyProvider::~IPropertyProvider |
( |
| ) |
|
|
virtual |
◆ GetConstProperty()
| virtual BaseProperty::ConstPointer mitk::IPropertyProvider::GetConstProperty |
( |
const std::string & |
propertyKey, |
|
|
const std::string & |
contextName = "", |
|
|
bool |
fallBackOnDefaultContext = true |
|
) |
| const |
|
pure virtual |
◆ GetPropertyContextNames()
| virtual std::vector<std::string> mitk::IPropertyProvider::GetPropertyContextNames |
( |
| ) |
const |
|
pure virtual |
◆ GetPropertyKeys()
| virtual std::vector<std::string> mitk::IPropertyProvider::GetPropertyKeys |
( |
const std::string & |
contextName = "", |
|
|
bool |
includeDefaultContext = false |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: