]> Creatis software - creaImageIO.git/commitdiff
reindent
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 27 Jul 2011 14:08:24 +0000 (14:08 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 27 Jul 2011 14:08:24 +0000 (14:08 +0000)
src/creaImageIOWxCustomizeConfigPanel.h

index 0152af1e26c0bfcadab02e8824b842185d78d974..c54fcd39c03d9aa760b0de7b6edb026aeffbad27 100644 (file)
@@ -17,39 +17,36 @@ namespace creaImageIO
   {
   public:
     WxCustomizeConfigPanel();    
-       WxCustomizeConfigPanel(wxWindow *parent, 
-               wxDialog* dial,
-               WxGimmickView* view,
-               const std::string& cPath, 
-               const std::string& dPath,
-               const std::string& sEvent,
-               const std::string& sFreq);
+    WxCustomizeConfigPanel(wxWindow *parent, 
+                           wxDialog* dial,
+                           WxGimmickView* view,
+                           const std::string& cPath, 
+                           const std::string& dPath,
+                           const std::string& sEvent,
+                           const std::string& sFreq);
     
     ~WxCustomizeConfigPanel();
-       ///Saves the configuration
-        void OnSaveConfig(wxCommandEvent& event);
+    ///Saves the configuration
+    void OnSaveConfig(wxCommandEvent& event);
 
   private :
-       std::string copyP;
-       std::string databaseP;
-       std::string syncEv;
-       std::string syncFr;
-    wxTextCtrl* copyPath;
-       wxTextCtrl* dbPath;
-       wxTextCtrl* syncEvent;
-       wxTextCtrl* syncFrequency;
-       wxDialog* dialog;
-       WxGimmickView* mView;
-
+        std::string copyP;
+        std::string databaseP;
+        std::string syncEv;
+        std::string syncFr;
+        wxTextCtrl* copyPath;
+        wxTextCtrl* dbPath;
+        wxTextCtrl* syncEvent;
+        wxTextCtrl* syncFrequency;
+        wxDialog* dialog;
+        WxGimmickView* mView;
 
   }; // class WxCustomizeConfigPanel
+  
   //=====================================================================
-
   
 } // EO namespace creaImageIO
 
-
 #endif // USE_WIDGETS
 // EOF
 #endif
-