69 typedef QSharedPointer<AverageScene>
SPtr;
70 typedef QSharedPointer<const AverageScene>
ConstSPtr;
76 explicit AverageScene(QGraphicsView* view, QObject *parent = 0);
84 void setScaleMap(
const QMap<qint32, float> &scaleMap);
92 void repaintItems(
const QList<QGraphicsItem*> &selectedChannelItems);
122 void setColorPerAverage(
const QSharedPointer<QMap<QString, QColor> > qMapAverageColor);
141 QColor m_colGlobalItemSignalColor;
142 QMap<qint32, float> m_qMapChScaling;
144 QList<SelectionSceneItem*> m_lSelectedChannelItems;
Base QGraphicsScene providing pan, pinch-zoom and swipe gesture handling for the sensor-layout scenes...
Export macros and build-info hooks for the DISPLIB shared library.
#define DISPSHARED_EXPORT
2-D display widgets and visualisation helpers (charts, topography, colour maps).
void setScaleMap(const QMap< qint32, float > &scaleMap)
void setSignalItemColor(const QColor &signalColor)
void repaintSelectionItems(const DISPLIB::SelectionItem &selectedChannelItems)
AverageScene(QGraphicsView *view, QObject *parent=0)
void setColorPerAverage(const QSharedPointer< QMap< QString, QColor > > qMapAverageColor)
const QColor & getSignalColorForAllItems()
QSharedPointer< AverageScene > SPtr
void repaintItems(const QList< QGraphicsItem * > &selectedChannelItems)
void setActivationPerAverage(const QSharedPointer< QMap< QString, bool > > qMapActivationPerAverage)
QSharedPointer< const AverageScene > ConstSPtr
LayoutScene(QGraphicsView *view, QObject *parent=0)
Value type describing one named selection group (label + list of channel names).
Graphics item representing a selectable electrode or channel in a 2-D layout scene.