MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Member Functions | Public Attributes | List of all members
DISPLIB::SelectionItem Class Reference

The SelectionSceneItem class provides a new data structure for visualizing channels in a 2D layout. More...

#include <selectionsceneitem.h>

Public Member Functions

 SelectionItem (const SelectionItem &)
 

Public Attributes

QList< QString > m_sViewsToApply
 
QList< QString > m_sChannelName
 
QList< int > m_iChannelNumber
 
QList< int > m_iChannelKind
 
QList< int > m_iChannelUnit
 
QList< QPointF > m_qpChannelPosition
 
bool m_bShowAll
 

Detailed Description

The SelectionSceneItem class provides a new data structure for visualizing channels in a 2D layout.

DECLARE CLASS SelectionSceneItem

Definition at line 72 of file selectionsceneitem.h.

Member Data Documentation

◆ m_bShowAll

bool DISPLIB::SelectionItem::m_bShowAll

Whether to show all channels.

Definition at line 84 of file selectionsceneitem.h.

◆ m_iChannelKind

QList<int> DISPLIB::SelectionItem::m_iChannelKind

The channel kind.

Definition at line 81 of file selectionsceneitem.h.

◆ m_iChannelNumber

QList<int> DISPLIB::SelectionItem::m_iChannelNumber

The channel number.

Definition at line 80 of file selectionsceneitem.h.

◆ m_iChannelUnit

QList<int> DISPLIB::SelectionItem::m_iChannelUnit

The channel unit.

Definition at line 82 of file selectionsceneitem.h.

◆ m_qpChannelPosition

QList<QPointF> DISPLIB::SelectionItem::m_qpChannelPosition

The channel's 2D position in the scene.

Definition at line 83 of file selectionsceneitem.h.

◆ m_sChannelName

QList<QString> DISPLIB::SelectionItem::m_sChannelName

The channel's name.

Definition at line 79 of file selectionsceneitem.h.


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