Single viewport in a plotter layout. More...
#include <mne_layout_port.h>
Public Member Functions | |
| MNELayoutPort ()=default | |
| ~MNELayoutPort ()=default | |
Public Attributes | |
| int | portno = 0 |
| int | invert = 0 |
| float | xmin = 0 |
| float | xmax = 0 |
| float | ymin = 0 |
| float | ymax = 0 |
| QString | names |
| int | match = 0 |
Single viewport in a plotter layout.
Holds viewport bounds and the colon-separated list of channel names assigned to this viewport.
Definition at line 26 of file mne_layout_port.h.
|
default |
|
default |
| int MNELIB::MNELayoutPort::invert = 0 |
Invert the signal coming to this port.
Definition at line 33 of file mne_layout_port.h.
| int MNELIB::MNELayoutPort::match = 0 |
Non-zero if this port matches the current channel.
Definition at line 39 of file mne_layout_port.h.
| QString MNELIB::MNELayoutPort::names |
Channels assigned to this port (colon-separated).
Definition at line 38 of file mne_layout_port.h.
| int MNELIB::MNELayoutPort::portno = 0 |
Running number of this viewport.
Definition at line 32 of file mne_layout_port.h.
| float MNELIB::MNELayoutPort::xmax = 0 |
Viewport right bound.
Definition at line 35 of file mne_layout_port.h.
| float MNELIB::MNELayoutPort::xmin = 0 |
Viewport left bound.
Definition at line 34 of file mne_layout_port.h.
| float MNELIB::MNELayoutPort::ymax = 0 |
Viewport top bound.
Definition at line 37 of file mne_layout_port.h.
| float MNELIB::MNELayoutPort::ymin = 0 |
Viewport bottom bound.
Definition at line 36 of file mne_layout_port.h.