69 QList<QGraphicsItem*> itemList = this->items();
71 QListIterator<QGraphicsItem*> i(itemList);
87 QListIterator<QGraphicsItem*> i(selectedChannelItems);
93 this->addItem(ButterflySceneItemTemp);
QMap< QString, double > m_scaleMap
ButterflyScene(QGraphicsView *view, QObject *parent=0)
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 ButterflySceneItem class provides a new data structure for visualizing averages in a 2D layout...
void setScaleMap(const QMap< QString, double > &scaleMap)
void repaintItems(const QList< QGraphicsItem * > &selectedChannelItems)
The SelectionSceneItem class provides a new data structure for visualizing channels in a 2D layout...
Contains the declaration of the ButterflyScene class.