Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / NewGeom / NewGeom_DataModel.cpp
index 371fe7a4bc854fa2fb27589d9356269057f04a0d..99327c50c4fef35da0a2e4b9e6168fcf9afe4693 100644 (file)
@@ -1,30 +1,28 @@
-
 #include "NewGeom_DataModel.h"
 
-
-NewGeom_DataModel::NewGeom_DataModel( CAM_Module* theModule )
-  : LightApp_DataModel(theModule)
+NewGeom_DataModel::NewGeom_DataModel(CAM_Module* theModule)
+    : LightApp_DataModel(theModule)
 {
 }
-  
+
 NewGeom_DataModel::~NewGeom_DataModel()
 {
 }
 
-bool NewGeom_DataModel::open( const QString& thePath, CAM_Study* theStudy, QStringList theFiles )
+bool NewGeom_DataModel::open(const QString& thePath, CAM_Study* theStudy, QStringList theFiles)
 {
   return true;
 }
 
-bool NewGeom_DataModel::save( QStringList& theFiles )
+bool NewGeom_DataModel::save(QStringList& theFiles)
 {
   return true;
 }
 
-bool NewGeom_DataModel::saveAs( const QString& thePath, CAM_Study* theStudy, QStringList& theFiles )
+bool NewGeom_DataModel::saveAs(const QString& thePath, CAM_Study* theStudy, QStringList& theFiles)
 {
   myStudyPath = thePath;
-  return save( theFiles );
+  return save(theFiles);
 }
 
 bool NewGeom_DataModel::close()
@@ -32,7 +30,7 @@ bool NewGeom_DataModel::close()
   return LightApp_DataModel::close();
 }
 
-bool NewGeom_DataModel::create( CAM_Study* theStudy )
+bool NewGeom_DataModel::create(CAM_Study* theStudy)
 {
   return true;
 }
@@ -47,6 +45,6 @@ bool NewGeom_DataModel::isSaved() const
   return true;
 }
 
-void NewGeom_DataModel::update( LightApp_DataObject* theObj, LightApp_Study* theStudy )
+void NewGeom_DataModel::update(LightApp_DataObject* theObj, LightApp_Study* theStudy)
 {
 }