Serializes a mitk::PropertyList.
More...
#include <mitkPropertyListSerializer.h>
◆ PropertyListSerializer()
mitk::PropertyListSerializer::PropertyListSerializer |
( |
| ) |
|
|
protected |
◆ ~PropertyListSerializer()
mitk::PropertyListSerializer::~PropertyListSerializer |
( |
| ) |
|
|
overrideprotected |
◆ Clone()
Pointer mitk::PropertyListSerializer::Clone |
( |
| ) |
const |
◆ GetFailedProperties()
PropertyList* mitk::PropertyListSerializer::GetFailedProperties |
( |
| ) |
|
◆ GetFilenameHint()
virtual const char* mitk::PropertyListSerializer::GetFilenameHint |
( |
| ) |
const |
|
virtual |
◆ GetWorkingDirectory()
virtual const char* mitk::PropertyListSerializer::GetWorkingDirectory |
( |
| ) |
const |
|
virtual |
◆ mitkClassMacroItkParent()
◆ New()
static Pointer mitk::PropertyListSerializer::New |
( |
| ) |
|
|
static |
◆ Serialize()
virtual std::string mitk::PropertyListSerializer::Serialize |
( |
| ) |
|
|
virtual |
Serializes given PropertyList object.
- Returns
- the filename of the newly created file.
◆ SerializeOneProperty()
tinyxml2::XMLElement* mitk::PropertyListSerializer::SerializeOneProperty |
( |
tinyxml2::XMLDocument & |
doc, |
|
|
const std::string & |
key, |
|
|
const BaseProperty * |
property |
|
) |
| |
|
protected |
◆ SetFilenameHint()
virtual void mitk::PropertyListSerializer::SetFilenameHint |
( |
const char * |
_arg | ) |
|
|
virtual |
◆ SetPropertyList()
virtual void mitk::PropertyListSerializer::SetPropertyList |
( |
PropertyList * |
_arg | ) |
|
|
virtual |
◆ SetWorkingDirectory()
virtual void mitk::PropertyListSerializer::SetWorkingDirectory |
( |
const char * |
_arg | ) |
|
|
virtual |
◆ m_FailedProperties
◆ m_FilenameHint
std::string mitk::PropertyListSerializer::m_FilenameHint |
|
protected |
◆ m_PropertyList
◆ m_WorkingDirectory
std::string mitk::PropertyListSerializer::m_WorkingDirectory |
|
protected |
The documentation for this class was generated from the following file: