37 #ifndef BUTTERFLYSCENE_H
38 #define BUTTERFLYSCENE_H
45 #include "layoutscene.h"
47 #include "selectionsceneitem.h"
55 #include <QGraphicsScene>
90 void setScaleMap(
const QMap<QString,double> &scaleMap);
98 void repaintItems(
const QList<QGraphicsItem*> &selectedChannelItems);
104 #endif // BUTTERFLYSCENE_H
The ButterflyScene class provides a reimplemented QGraphicsScene for 2D layout plotting.
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).
void setScaleMap(const QMap< QString, double > &scaleMap)
Contains the declaration of the ButterflySceneItem class.
void repaintItems(const QList< QGraphicsItem * > &selectedChannelItems)