Inherited by IImportDelegate.
Inheritance diagram for IImportProperty:
Public Member Functions | |
IImportProperty () | |
virtual | ~IImportProperty () |
virtual int32 | setProperty (const std::string &key, const std::string &value)=0 |
virtual int32 | getProperty (const std::string &key, std::string &value)=0 |
IImportProperty::IImportProperty | ( | ) | [inline] |
virtual IImportProperty::~IImportProperty | ( | ) | [inline, virtual] |
virtual int32 IImportProperty::setProperty | ( | const std::string & | key, | |
const std::string & | value | |||
) | [pure virtual] |
Implemented in H5BmpImportDelegate, and H5TiffImportDelegate.
virtual int32 IImportProperty::getProperty | ( | const std::string & | key, | |
std::string & | value | |||
) | [pure virtual] |
Implemented in H5BmpImportDelegate, and H5TiffImportDelegate.