src/interface/wxWindows/Contour/vectorFunctions.h
## src/interface/wxWindows/wxMaracasImageBrowser02.h
## src/interface/wxWindows/widgets/wxReadingPriorityPanel.h
- src/interface/wxWindows/widgets/wxVTKRenderWindowInteractor.h src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h
+ src/interface/wxWindows/widgets/wxVTKRenderWindowInteractor.h
+ src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h
src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h
src/interface/wxWindows/widgets/vtkClosePolyData.h
src/interface/wxWindows/wxMaracasMPR.h
src/kernel/marParameters.h
src/kernel/marDynData.h
src/kernel/creaMaracasVisu_EXPORT.h
- src/kernel/vtkSTLExtractor.cpp
+ src/kernel/vtkSTLExtractor.h
)
#----------------------------------------------------------------------------
m_popmenu.Enable(mpID_LINE_GUIDES,true);
m_popmenu.Enable(pwID_TRASLATEACTUALFUNCTION,true);
//------------------------------------------
- //Sending the paarticular event of changed actual function
+ //Sending the particular event of changed actual function
//-------------------------------------------
wxCommandEvent cevent( wxEVT_PPLOTTER_CHANGED_FUNCTION, GetId() );
cevent.SetEventObject(this);
UpdateAll();
}
/*
-* Guide lines menu handler method that reacts to the mpID_LINE_GUIDES cimmand event
+* Guide lines menu handler method that reacts to the mpID_LINE_GUIDES command event
* event The corresponding event to handle
*/
void pPlotterWindow :: OnGuideLines (wxCommandEvent &event)
}
/*
move the functions that the user wants to move
- and that were setted in functionsToMove
- @param porcentageMinX:the porcentage that the minShowed
- of the funcntions have to be move
+ and that were set in functionsToMove
+ @param porcentageMinX:the percentage that the minShowed
+ of the functions have to be move
0<=porcentageMinX<=1
- @param porcentageMaxX:the porcentage that the maxShowed
- of the funcntions have to be move
+ @param porcentageMaxX:the percentage that the maxShowed
+ of the functions have to be move
0<=porcentageMaxX<=1
*/