QwtPlotItem* plotItem = aViewFrame->getPlot()->infoToItem( itemInfo );
+ CurveDict aCurves = aViewFrame->getCurves();
+ for( CurveDict::Iterator it = aCurves.begin(); it != aCurves.end(); ++it )
+ {
+ it.value()->setSelected( plotItem == it.key() );
+ aViewFrame->updateCurve( it.value(), true );
+ }
+
bool isAnalytical = false;
AnalyticalCurveList curves = aViewFrame->getAnalyticalCurves();
foreach ( Plot2d_AnalyticalCurve* curve, curves ) {
}
Plot2d_Object* anObject = aViewFrame->getPlotObject(plotItem);
-
if(anObject) {
// Highlight object in Object Browser