37 #ifndef AVERAGESCENE_H
38 #define AVERAGESCENE_H
45 #include "layoutscene.h"
47 #include "selectionsceneitem.h"
55 #include <QGraphicsScene>
82 explicit AverageScene(QGraphicsView* view, QObject *parent = 0);
90 void setScaleMap(
const QMap<QString,double> &scaleMap);
98 void repaintItems(
const QList<QGraphicsItem*> &selectedChannelItems);
101 QList<SelectionSceneItem*> m_lSelectedChannelItems ;
106 #endif // AverageScene_H
The LayoutScene class provides a reimplemented QGraphicsScene for 2D layout plotting. This class handles all the user interaction features (subclass in order to use).
The AverageScene class provides a reimplemented QGraphicsScene for 2D layout plotting.
void setScaleMap(const QMap< QString, double > &scaleMap)
AverageScene(QGraphicsView *view, QObject *parent=0)
void repaintItems(const QList< QGraphicsItem * > &selectedChannelItems)
Contains the declaration of the AverageSceneItem class.