![]() |
VR-Forces 4.8 Class Documentation
|
Validator for definitions using the DtModelVisualizer schema. More...

Public Member Functions | |
| DtMainModelDefinitionValidator (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtMainModelDefinitionValidator () |
| DTOR. More... | |
| virtual bool | isValid (const DtVisualizerDefinition::SortedAttributeMap::iterator &attr, std::string &error) |
| Check whether the attribute of an element is valid for a schema. More... | |
| virtual bool | isValid (const DtVisualizerDefinition &def, std::string &error) |
| Validate by checking that all referenced model definitions exist. More... | |
Public Member Functions inherited from makVrv::DtVisualizerDefinitionValidator | |
| DtVisualizerDefinitionValidator () | |
| CTOR. More... | |
| virtual | ~DtVisualizerDefinitionValidator () |
| DTOR. More... | |
Protected Attributes | |
| DtDe & | myDe |
Validator for definitions using the DtModelVisualizer schema.
| makVrv::DtMainModelDefinitionValidator::DtMainModelDefinitionValidator | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Check whether the attribute of an element is valid for a schema.
| attr | An iterator to the attribute to be validated |
| error | The error information if the visual definition is not valid. |
Implements makVrv::DtVisualizerDefinitionValidator.
|
virtual |
Validate by checking that all referenced model definitions exist.
| def | The visual definition. The error information if the visual definition is not valid. |
Implements makVrv::DtVisualizerDefinitionValidator.
|
protected |