Salome HOME
21d72765b0bce158c26a991448a79145a6151844
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Validators.h
1 // File:        SketchPlugin_Validators.h
2 // Created:     01 Aug 2014
3 // Author:      Vitaly SMETANNIKOV
4
5 #ifndef EXCHANGEPLUGIN_VALIDATORS_H
6 #define EXCHANGEPLUGIN_VALIDATORS_H
7
8 #include "ExchangePlugin.h"
9 #include <ModelAPI_AttributeValidator.h>
10
11 class ExchangePlugin_ImportFormatValidator : public ModelAPI_AttributeValidator
12 {
13  public:
14   virtual bool isValid(
15     const AttributePtr& theAttribute, const std::list<std::string>& theArguments) const;
16
17 };
18
19 #endif