SHAPER  9.12.0
ExchangePlugin_ImportFormatValidator Class Reference

Validator for the import format. More...

Inheritance diagram for ExchangePlugin_ImportFormatValidator:
Inheritance graph

Public Member Functions

virtual bool isValid (const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const
 Returns true is the file-name attribute correctly corresponds to the set of allowed formats. More...
 

Detailed Description

Validator for the import format.

Member Function Documentation

◆ isValid()

bool ExchangePlugin_FormatValidator::isValid ( const AttributePtr &  theAttribute,
const std::list< std::string > &  theArguments,
Events_InfoMessage theError 
) const
virtualinherited

Returns true is the file-name attribute correctly corresponds to the set of allowed formats.

Implements ModelAPI_AttributeValidator.