|
Teuchos - Trilinos Tools Package
Version of the Day
|
An xml converter for BoolVisualDepenencies. More...
#include <Teuchos_StandardDependencyXMLConverters.hpp>
Public Member Functions | |
Overridden from VisualDependencyConverter | |
| void | convertSpecialVisualAttributes (RCP< const VisualDependency > dependency, XMLObject &xmlObj, const XMLParameterListWriter::EntryIDsMap &entryIDsMap) const |
| | |
| RCP< VisualDependency > | convertSpecialVisualAttributes (const XMLObject &xmlObj, const Dependency::ConstParameterEntryList dependees, const Dependency::ParameterEntryList dependets, bool showIf, const XMLParameterListReader::EntryIDsMap &entryIDsMap) const |
| | |
An xml converter for BoolVisualDepenencies.
The valid XML representation of a BoolVisualDependency is:
<Dependency showIf="showIf value" type="BoolVisualDependency"> <Dependee parameterId="Id of dependee parameter"/> <Dependent parameterId="Id of dependent parameter"/> ...Any other dependents... </Dependency>
The "showIf" XML attribute is optional and if not present will be considered true.
Definition at line 283 of file Teuchos_StandardDependencyXMLConverters.hpp.
| void Teuchos::BoolVisualDependencyXMLConverter::convertSpecialVisualAttributes | ( | RCP< const VisualDependency > | dependency, |
| XMLObject & | xmlObj, | ||
| const XMLParameterListWriter::EntryIDsMap & | entryIDsMap | ||
| ) | const [virtual] |
Implements Teuchos::VisualDependencyXMLConverter.
Definition at line 163 of file Teuchos_StandardDependencyXMLConverters.cpp.
| RCP< VisualDependency > Teuchos::BoolVisualDependencyXMLConverter::convertSpecialVisualAttributes | ( | const XMLObject & | xmlObj, |
| const Dependency::ConstParameterEntryList | dependees, | ||
| const Dependency::ParameterEntryList | dependets, | ||
| bool | showIf, | ||
| const XMLParameterListReader::EntryIDsMap & | entryIDsMap | ||
| ) | const [virtual] |
Implements Teuchos::VisualDependencyXMLConverter.
Definition at line 170 of file Teuchos_StandardDependencyXMLConverters.cpp.
1.7.6.1