]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
*** empty log message ***
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index c9c34561a751fc51631c1f5ca3c1789c9627877a..9ceabd9edfc924a901982c63b310c928bfc4e168 100644 (file)
@@ -227,6 +227,8 @@ class wxContourMainFrame : public wxPanel {
 
        //AD
        void referenceLine();
+       void refLineHide();
+       void refLineShow();
 
        //AD
        void onMirror();
@@ -286,8 +288,11 @@ private:
 
        wxInstantChooserPanel * _instantPanel;
 
-       //AD    
-       std::string _refName;
+       //AD: 03-09: This attributes represents the reference line that is going to be used for the mirroring
+       manualLineControler             * _refLineControl;
+       manualContourModelLine  * _refLineModel;
+       manualViewLine                  * _refLineView;
+
 
 
        wxAuiManager m_mgr;