Salome HOME
Abort Sketch by click on the button in the tool bar. Abort nested opened operations.
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModuleBase_SelectionValidator.cpp
4 // Created:     8 Jul 2014
5 // Author:      Vitaly SMETANNIKOV
6
7 #include <ModuleBase_SelectionValidator.h>
8
9 bool ModuleBase_SelectionValidator::isValid(const ModuleBase_ISelection* theSelection,
10                                             const std::list<std::string>& theArguments) const
11 {
12   return isValid(theSelection);
13 }