#include <bemtreeitem.h>
Public Member Functions | |
| BemTreeItem (const QString &text="", const MNELIB::MNEBemSurface &bemSurf=MNELIB::MNEBemSurface()) | |
| virtual | ~BemTreeItem ()=default |
| const MNELIB::MNEBemSurface & | bemSurfaceData () const |
| Public Member Functions inherited from AbstractTreeItem | |
| AbstractTreeItem (const QString &text="", int type=AbstractItem) | |
| virtual | ~AbstractTreeItem ()=default |
| int | type () const override |
| void | setVisible (bool visible) |
| bool | isVisible () const |
| void | setTransform (const QMatrix4x4 &transform) |
| QMatrix4x4 | transform () const |
| void | setColor (const QColor &color) |
| QColor | color () const |
| void | setAlpha (float alpha) |
| float | alpha () const |
Additional Inherited Members | |
| Public Types inherited from AbstractTreeItem | |
| enum | ItemRole { TypeRole = Qt::UserRole + 100 , VisibleRole , TransformRole , ColorRole , AlphaRole } |
| enum | ItemType { AbstractItem = 0 , SurfaceItem , BemItem , SensorItem , DipoleItem , SourceSpaceItem , DigitizerItem , NetworkItem } |
| Protected Attributes inherited from AbstractTreeItem | |
| int | m_type |
Definition at line 48 of file bemtreeitem.h.

|
explicit |
Definition at line 42 of file bemtreeitem.cpp.
|
virtualdefault |
| const MNELIB::MNEBemSurface & BemTreeItem::bemSurfaceData | ( | ) | const |
Definition at line 50 of file bemtreeitem.cpp.