MNE-CPP  beta 1.0
Public Member Functions | List of all members
MNEBrowseRawQt::AverageScene Class Reference

The AverageScene class provides a reimplemented QGraphicsScene for 2D layout plotting. More...

#include <averagescene.h>

Inheritance diagram for MNEBrowseRawQt::AverageScene:
MNEBrowseRawQt::LayoutScene

Public Member Functions

 AverageScene (QGraphicsView *view, QObject *parent=0)
 
void setScaleMap (const QMap< QString, double > &scaleMap)
 
void repaintItems (const QList< QGraphicsItem * > &selectedChannelItems)
 
- Public Member Functions inherited from MNEBrowseRawQt::LayoutScene
 LayoutScene (QGraphicsView *view, QObject *parent=0)
 

Additional Inherited Members

- Protected Member Functions inherited from MNEBrowseRawQt::LayoutScene
void wheelEvent (QGraphicsSceneWheelEvent *event)
 
void mouseDoubleClickEvent (QGraphicsSceneMouseEvent *mouseEvent)
 
void mousePressEvent (QGraphicsSceneMouseEvent *mouseEvent)
 
void mouseMoveEvent (QGraphicsSceneMouseEvent *mouseEvent)
 
void mouseReleaseEvent (QGraphicsSceneMouseEvent *mouseEvent)
 
void keyPressEvent (QKeyEvent *keyEvent)
 
void keyReleaseEvent (QKeyEvent *keyEvent)
 
bool event (QEvent *event)
 
bool gestureEvent (QGestureEvent *event)
 
void panTriggered (QPanGesture *)
 
void pinchTriggered (QPinchGesture *)
 
void swipeTriggered (QSwipeGesture *)
 
bool eventFilter (QObject *object, QEvent *event)
 
- Protected Attributes inherited from MNEBrowseRawQt::LayoutScene
QGraphicsView * m_qvView
 
bool m_bDragMode
 
QPointF m_mousePressPosition
 

Detailed Description

The AverageScene class provides a reimplemented QGraphicsScene for 2D layout plotting.

AverageScene...

Definition at line 73 of file averagescene.h.

Constructor & Destructor Documentation

AverageScene::AverageScene ( QGraphicsView *  view,
QObject *  parent = 0 
)
explicit

Constructs a AverageScene.

Definition at line 59 of file averagescene.cpp.

Member Function Documentation

void AverageScene::repaintItems ( const QList< QGraphicsItem * > &  selectedChannelItems)

Repaints all items from the layout data in the scene.

Parameters
[in]selectedChannelItemsitems which are to painted to the average scene

Definition at line 83 of file averagescene.cpp.

void AverageScene::setScaleMap ( const QMap< QString, double > &  scaleMap)

Sets the scale map to scaleMap.

Parameters
[in]scaleMapmap with all channel types and their current scaling value.

Definition at line 67 of file averagescene.cpp.


The documentation for this class was generated from the following files: