MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Vector plot. More...
#include <plot.h>
Public Types | |
typedef QSharedPointer< Plot > | SPtr |
typedef QSharedPointer< const Plot > | ConstSPtr |
Public Types inherited from DISPLIB::Graph | |
typedef QSharedPointer< Graph > | SPtr |
typedef QSharedPointer< const Graph > | ConstSPtr |
Public Member Functions | |
Plot (QWidget *parent=Q_NULLPTR) | |
Plot (Eigen::VectorXd &p_dVec, QWidget *parent=0) | |
~Plot () | |
void | init () |
void | updateData (Eigen::VectorXd &p_dVec) |
Public Member Functions inherited from DISPLIB::Graph | |
Graph (QWidget *parent=0) | |
void | init () |
void | setTitle (const QString &p_sTitle) |
void | setXLabel (const QString &p_sXLabel) |
void | setYLabel (const QString &p_sYLabel) |
Protected Member Functions | |
void | paintEvent (QPaintEvent *event) |
Protected Member Functions inherited from DISPLIB::Graph | |
void | resizeEvent (QResizeEvent *event) |
void | drawLabels (qint32 p_iContentWidth, qint32 p_iContentHeight) |
Protected Attributes | |
QList< QVector< QPointF > > | m_qListVecPointFPaths |
bool | m_bHoldOn |
double | m_dMinX |
double | m_dMaxX |
double | m_dMinY |
double | m_dMaxY |
Protected Attributes inherited from DISPLIB::Graph | |
QSize | m_qSizeWidget |
QString | m_sTitle |
QFont | m_qFontTitle |
QPen | m_qPenTitle |
qint32 | m_iBorderTopBottom |
qint32 | m_iBorderLeftRight |
QString | m_sXLabel |
QString | m_sYLabel |
QFont | m_qFontAxes |
QPen | m_qPenAxes |
typedef QSharedPointer<const Plot> DISPLIB::Plot::ConstSPtr |
typedef QSharedPointer<Plot> DISPLIB::Plot::SPtr |
|
explicit |
|
explicit |
Creates the plot using a given double vector.
[in] | p_dVec | The double data vector. |
[in] | parent | Parent QObject (optional). |
|
protected |
void Plot::updateData | ( | Eigen::VectorXd & | p_dVec | ) |
|
protected |