69 QList<QGraphicsItem*> itemList = this->items();
71 QListIterator<QGraphicsItem*> i(itemList);
87 QListIterator<QGraphicsItem*> i(selectedChannelItems);
96 this->addItem(AverageSceneItemTemp);
QPointF m_qpChannelPosition
The LayoutScene class provides a reimplemented QGraphicsScene for 2D layout plotting. This class handles all the user interaction features (subclass in order to use).
void setScaleMap(const QMap< QString, double > &scaleMap)
The SelectionSceneItem class provides a new data structure for visualizing channels in a 2D layout...
QMap< QString, double > m_scaleMap
Contains the declaration of the AverageScene class.
AverageScene(QGraphicsView *view, QObject *parent=0)
void repaintItems(const QList< QGraphicsItem * > &selectedChannelItems)
The AverageSceneItem class provides a new data structure for visualizing averages in a 2D layout...