]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxCustomizeConfigPanel.h
reindent
[creaImageIO.git] / 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
-