|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Visualizes ECD data. More...
#include <networkview.h>
Public Types | |
| typedef QSharedPointer< NetworkView > | SPtr |
| typedef QSharedPointer< const NetworkView > | ConstSPtr |
Public Types inherited from DISP3DLIB::AbstractView | |
| typedef QSharedPointer< AbstractView > | SPtr |
| typedef QSharedPointer< const AbstractView > | ConstSPtr |
Public Member Functions | |
| NetworkView (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| ~NetworkView () | |
| QList< NetworkTreeItem * > | addData (const QString &sSubject, const QString &sMeasurementSetName, const QList< CONNECTIVITYLIB::Network > &tNetworkData) |
| NetworkTreeItem * | addData (const QString &sSubject, const QString &sMeasurementSetName, const CONNECTIVITYLIB::Network &tNetworkData) |
| QPointer< DISPLIB::ConnectivitySettingsView > | getConnectivitySettingsView () |
Public Member Functions inherited from DISP3DLIB::AbstractView | |
| AbstractView (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| ~AbstractView () | |
| QSharedPointer< DISP3DLIB::View3D > | getView () |
| QSharedPointer< DISPLIB::Control3DView > | getControlView () |
| QSharedPointer< DISP3DLIB::Data3DTreeModel > | getTreeModel () |
| QPointer< DISPLIB::QuickControlView > | getQuickControl () |
| void | setQuickControlWidgets (const QList< QWidget * > &lControlWidgets) |
Protected Attributes | |
| QPointer< DISPLIB::ConnectivitySettingsView > | m_pConnectivitySettingsView |
Protected Attributes inherited from DISP3DLIB::AbstractView | |
| QSharedPointer< DISP3DLIB::View3D > | m_p3DView |
| QSharedPointer< DISP3DLIB::Data3DTreeModel > | m_pData3DModel |
| QSharedPointer< DISPLIB::Control3DView > | m_pControl3DView |
| QPointer< DISPLIB::QuickControlView > | m_pQuickControlView |
Additional Inherited Members | |
Protected Member Functions inherited from DISP3DLIB::AbstractView | |
| void | createGUI () |
Visualizes ECD data.
Adapter which provides visualization for network data and a control widget.
Definition at line 82 of file networkview.h.

| typedef QSharedPointer<const NetworkView> DISP3DLIB::NetworkView::ConstSPtr |
Const shared pointer type for NetworkView class.
Definition at line 88 of file networkview.h.
| typedef QSharedPointer<NetworkView> DISP3DLIB::NetworkView::SPtr |
Shared pointer type for NetworkView class.
Definition at line 87 of file networkview.h.
|
explicit |
Default constructor
Definition at line 64 of file networkview.cpp.
| NetworkView::~NetworkView | ( | ) |
Default destructor
Definition at line 76 of file networkview.cpp.
| NetworkTreeItem * NetworkView::addData | ( | const QString & | sSubject, |
| const QString & | sMeasurementSetName, | ||
| const CONNECTIVITYLIB::Network & | tNetworkData | ||
| ) |
Adds connectivity estimation data.
| [in] | sSubject | The name of the subject. |
| [in] | sMeasurementSetName | The name of the measurement set to which the data is to be added. If it does not exist yet, it will be created. |
| [in] | networkData | The connectivity data. |
Definition at line 94 of file networkview.cpp.
| QList< NetworkTreeItem * > NetworkView::addData | ( | const QString & | sSubject, |
| const QString & | sMeasurementSetName, | ||
| const QList< CONNECTIVITYLIB::Network > & | tNetworkData | ||
| ) |
Adds a list of connectivity estimation data.
| [in] | sSubject | The name of the subject. |
| [in] | sMeasurementSetName | The name of the measurement set to which the data is to be added. If it does not exist yet, it will be created. |
| [in] | networkData | The list of connectivity data. |
Definition at line 82 of file networkview.cpp.
1.8.17