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 62 of file mne_layout_port.h.
|
default |
|
default |
| int MNELIB::MNELayoutPort::invert = 0 |
Invert the signal coming to this port.
Definition at line 69 of file mne_layout_port.h.
| int MNELIB::MNELayoutPort::match = 0 |
Non-zero if this port matches the current channel.
Definition at line 75 of file mne_layout_port.h.
| QString MNELIB::MNELayoutPort::names |
Channels assigned to this port (colon-separated).
Definition at line 74 of file mne_layout_port.h.
| int MNELIB::MNELayoutPort::portno = 0 |
Running number of this viewport.
Definition at line 68 of file mne_layout_port.h.
| float MNELIB::MNELayoutPort::xmax = 0 |
Viewport right bound.
Definition at line 71 of file mne_layout_port.h.
| float MNELIB::MNELayoutPort::xmin = 0 |
Viewport left bound.
Definition at line 70 of file mne_layout_port.h.
| float MNELIB::MNELayoutPort::ymax = 0 |
Viewport top bound.
Definition at line 73 of file mne_layout_port.h.
| float MNELIB::MNELayoutPort::ymin = 0 |
Viewport bottom bound.
Definition at line 72 of file mne_layout_port.h.