v2.0.0
Loading...
Searching...
No Matches
MNELIB::MNELayoutPort Class Reference

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ MNELayoutPort()

MNELIB::MNELayoutPort::MNELayoutPort ( )
default

◆ ~MNELayoutPort()

MNELIB::MNELayoutPort::~MNELayoutPort ( )
default

Member Data Documentation

◆ invert

int MNELIB::MNELayoutPort::invert = 0

Invert the signal coming to this port.

Definition at line 33 of file mne_layout_port.h.

◆ match

int MNELIB::MNELayoutPort::match = 0

Non-zero if this port matches the current channel.

Definition at line 39 of file mne_layout_port.h.

◆ names

QString MNELIB::MNELayoutPort::names

Channels assigned to this port (colon-separated).

Definition at line 38 of file mne_layout_port.h.

◆ portno

int MNELIB::MNELayoutPort::portno = 0

Running number of this viewport.

Definition at line 32 of file mne_layout_port.h.

◆ xmax

float MNELIB::MNELayoutPort::xmax = 0

Viewport right bound.

Definition at line 35 of file mne_layout_port.h.

◆ xmin

float MNELIB::MNELayoutPort::xmin = 0

Viewport left bound.

Definition at line 34 of file mne_layout_port.h.

◆ ymax

float MNELIB::MNELayoutPort::ymax = 0

Viewport top bound.

Definition at line 37 of file mne_layout_port.h.

◆ ymin

float MNELIB::MNELayoutPort::ymin = 0

Viewport bottom bound.

Definition at line 36 of file mne_layout_port.h.


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