]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/NewGeom/NewGeom_DataModel.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / NewGeom / NewGeom_DataModel.h
index 66c6bf84d0f93578bc1bff4aa975bd18ff5b7db8..7beaf392fcf16fad598ccfe10f49f446214c2878 100644 (file)
@@ -1,5 +1,4 @@
 
-
 #ifndef NEWGEOM_DATAMODEL_H
 #define NEWGEOM_DATAMODEL_H
 
@@ -9,24 +8,24 @@
 class NewGeom_EXPORT NewGeom_DataModel : public LightApp_DataModel
 {
   Q_OBJECT
-public:
-  NewGeom_DataModel( CAM_Module* theModule );
+ public:
+  NewGeom_DataModel(CAM_Module* theModule);
   virtual ~NewGeom_DataModel();
 
-  virtual bool open( const QString& thePath, CAM_Study* theStudy, QStringList theFiles );
-  virtual bool save( QStringList& theFiles );
-  virtual bool saveAs( const QString& thePath, CAM_Study* theStudy, QStringList& theFiles );
+  virtual bool open(const QString& thePath, CAM_Study* theStudy, QStringList theFiles);
+  virtual bool save(QStringList& theFiles);
+  virtual bool saveAs(const QString& thePath, CAM_Study* theStudy, QStringList& theFiles);
   virtual bool close();
-  virtual bool create( CAM_Study* theStudy );
+  virtual bool create(CAM_Study* theStudy);
 
   virtual bool isModified() const;
   virtual bool isSaved() const;
 
-  virtual void update( LightApp_DataObject* theObj = 0, LightApp_Study* theStudy = 0 );
+  virtual void update(LightApp_DataObject* theObj = 0, LightApp_Study* theStudy = 0);
 
-private:
+ private:
   QString myStudyPath;
 
 };
 
-#endif
\ No newline at end of file
+#endif