]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Plot2d_SetupCurvesDlg is added.
authorsln <sln@opencascade.com>
Thu, 22 Mar 2007 12:36:54 +0000 (12:36 +0000)
committersln <sln@opencascade.com>
Thu, 22 Mar 2007 12:36:54 +0000 (12:36 +0000)
commit96cb9e0cfb918ca507a8d92b934b46bfd0ab4184
tree90dd4a02518d53d062e8373cd465672ac4b40380
parentd78ce049009b1cf75afacd0211da9ebf6407f1be
Plot2d_SetupCurvesDlg is added.

New class Plot2d_PlotCurve is added. The class is derived from QwtPlotCurve. Its main purpose is redefining drawSymbols virtual method in order to provide possibility to change  number of markers between steps.

New methods are added in Plot2d_Plot2d:
bool                setCurveNbMarkers( long key, const int nb );
int                 curveNbMarkers( long key ) const;
src/Plot2d/Plot2d_ViewFrame.cxx
src/Plot2d/Plot2d_ViewFrame.h