|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
The SelectionScene class provides a reimplemented QGraphicsScene for 2D layout plotting. More...
#include <selectionscene.h>
Public Types | |
| typedef QSharedPointer< SelectionScene > | SPtr |
| typedef QSharedPointer< const SelectionScene > | ConstSPtr |
Public Member Functions | |
| SelectionScene (QGraphicsView *view, QObject *parent=0) | |
| void | repaintItems (const QMap< QString, QPointF > &layoutMap, QStringList badChannels) |
| void | hideItems (QStringList visibleItems) |
Public Member Functions inherited from DISPLIB::LayoutScene | |
| LayoutScene (QGraphicsView *view, QObject *parent=0) | |
Public Attributes | |
| int | m_iChannelTypeMode |
Additional Inherited Members | |
Protected Member Functions inherited from DISPLIB::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 DISPLIB::LayoutScene | |
| QGraphicsView * | m_qvView |
| bool | m_bDragMode |
| QPointF | m_mousePressPosition |
The SelectionScene class provides a reimplemented QGraphicsScene for 2D layout plotting.
DECLARE CLASS SelectionScene
Definition at line 75 of file selectionscene.h.

| typedef QSharedPointer<const SelectionScene> DISPLIB::SelectionScene::ConstSPtr |
Const shared pointer type for SelectionScene.
Definition at line 81 of file selectionscene.h.
| typedef QSharedPointer<SelectionScene> DISPLIB::SelectionScene::SPtr |
Shared pointer type for SelectionScene.
Definition at line 80 of file selectionscene.h.
|
explicit |
Constructs a SelectionScene.
Definition at line 67 of file selectionscene.cpp.
| void SelectionScene::hideItems | ( | QStringList | visibleItems | ) |
Hides all items described in list.
| [in] | list | string list with items name which are to be hidden. |
Definition at line 107 of file selectionscene.cpp.
| void SelectionScene::repaintItems | ( | const QMap< QString, QPointF > & | layoutMap, |
| QStringList | badChannels | ||
| ) |
Updates layout data.
| [in] | layoutMap | layout data map. |
| [in] | bad | channel list. |
Definition at line 75 of file selectionscene.cpp.
| int DISPLIB::SelectionScene::m_iChannelTypeMode |
The channel type mode.
Definition at line 107 of file selectionscene.h.
1.8.17