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 |
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.
|
inline |
Definition at line 62 of file selectionsceneitem.h.
|
inline |
Definition at line 63 of file selectionsceneitem.h.
| SelectionItem::SelectionItem | ( | const SelectionItem & | other | ) |
Definition at line 127 of file selectionsceneitem.cpp.
| bool DISPLIB::SelectionItem::m_bShowAll |
Whether to show all channels.
Definition at line 72 of file selectionsceneitem.h.
| QList<int> DISPLIB::SelectionItem::m_iChannelKind |
The channel kind.
Definition at line 69 of file selectionsceneitem.h.
| QList<int> DISPLIB::SelectionItem::m_iChannelNumber |
The channel number.
Definition at line 68 of file selectionsceneitem.h.
| QList<int> DISPLIB::SelectionItem::m_iChannelUnit |
The channel unit.
Definition at line 70 of file selectionsceneitem.h.
| QList<QPointF> DISPLIB::SelectionItem::m_qpChannelPosition |
The channel's 2D position in the scene.
Definition at line 71 of file selectionsceneitem.h.
| QList<QString> DISPLIB::SelectionItem::m_sChannelName |
The channel's name.
Definition at line 67 of file selectionsceneitem.h.
| QList<QString> DISPLIB::SelectionItem::m_sViewsToApply |
Definition at line 66 of file selectionsceneitem.h.