MNE-CPP  beta 1.0
Public Member Functions | Public Attributes | List of all members
XDISPLIB::SelectionScene Class Reference

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

#include <selectionscene.h>

Inheritance diagram for XDISPLIB::SelectionScene:
XDISPLIB::LayoutScene

Public Member Functions

 SelectionScene (QGraphicsView *view, QObject *parent=0)
 
void repaintItems (const QMap< QString, QPointF > &layoutMap)
 
void hideItems (QStringList visibleItems)
 
- Public Member Functions inherited from XDISPLIB::LayoutScene
 LayoutScene (QGraphicsView *view, QObject *parent=0)
 

Public Attributes

int m_iChannelTypeMode
 

Additional Inherited Members

- Protected Member Functions inherited from XDISPLIB::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 XDISPLIB::LayoutScene
QGraphicsView * m_qvView
 
bool m_bDragMode
 
QPointF m_mousePressPosition
 

Detailed Description

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

SelectionScene...

Definition at line 75 of file selectionscene.h.

Constructor & Destructor Documentation

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

Constructs a SelectionScene.

Definition at line 59 of file selectionscene.cpp.

Member Function Documentation

void SelectionScene::hideItems ( QStringList  visibleItems)

Hides all items described in list.

Parameters
[in]liststring list with items name which are to be hidden.

Definition at line 97 of file selectionscene.cpp.

void SelectionScene::repaintItems ( const QMap< QString, QPointF > &  layoutMap)

Updates layout data.

Parameters
[in]layoutMaplayout data map.

Definition at line 68 of file selectionscene.cpp.


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