v2.0.0
Loading...
Searching...
No Matches
DISPLIB::SelectionItem Class Reference

Value type describing one named selection group (label + list of channel names). More...

#include <selectionsceneitem.h>

Public Member Functions

 SelectionItem ()
 ~SelectionItem ()
 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

Value type describing one named selection group (label + list of channel names).

Loaded from / saved to MNE .sel files; consumed by AverageScene and ChannelSelectionView to limit display to a subset of sensors.

Definition at line 60 of file selectionsceneitem.h.

Constructor & Destructor Documentation

◆ SelectionItem() [1/2]

DISPLIB::SelectionItem::SelectionItem ( )
inline

Definition at line 62 of file selectionsceneitem.h.

◆ ~SelectionItem()

DISPLIB::SelectionItem::~SelectionItem ( )
inline

Definition at line 63 of file selectionsceneitem.h.

◆ SelectionItem() [2/2]

SelectionItem::SelectionItem ( const SelectionItem & other)

Definition at line 127 of file selectionsceneitem.cpp.

Member Data Documentation

◆ m_bShowAll

bool DISPLIB::SelectionItem::m_bShowAll

Whether to show all channels.

Definition at line 72 of file selectionsceneitem.h.

◆ m_iChannelKind

QList<int> DISPLIB::SelectionItem::m_iChannelKind

The channel kind.

Definition at line 69 of file selectionsceneitem.h.

◆ m_iChannelNumber

QList<int> DISPLIB::SelectionItem::m_iChannelNumber

The channel number.

Definition at line 68 of file selectionsceneitem.h.

◆ m_iChannelUnit

QList<int> DISPLIB::SelectionItem::m_iChannelUnit

The channel unit.

Definition at line 70 of file selectionsceneitem.h.

◆ m_qpChannelPosition

QList<QPointF> DISPLIB::SelectionItem::m_qpChannelPosition

The channel's 2D position in the scene.

Definition at line 71 of file selectionsceneitem.h.

◆ m_sChannelName

QList<QString> DISPLIB::SelectionItem::m_sChannelName

The channel's name.

Definition at line 67 of file selectionsceneitem.h.

◆ m_sViewsToApply

QList<QString> DISPLIB::SelectionItem::m_sViewsToApply

Definition at line 66 of file selectionsceneitem.h.


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