v2.0.0
Loading...
Searching...
No Matches
dipoletreeitem.h
Go to the documentation of this file.
1//=============================================================================================================
18
19#ifndef DIPOLETREEITEM_H
20#define DIPOLETREEITEM_H
21
22//=============================================================================================================
23// INCLUDES
24//=============================================================================================================
25
26#include "../../disp3D_global.h"
27
28#include "abstracttreeitem.h"
30
35{
36public:
37 explicit DipoleTreeItem(const QString& text, const INVLIB::InvEcdSet& set, int type = AbstractTreeItem::DipoleItem);
38 ~DipoleTreeItem() = default;
39
40 const INVLIB::InvEcdSet& ecdSet() const;
41
42private:
43 INVLIB::InvEcdSet m_ecdSet;
44};
45
46#endif // DIPOLETREEITEM_H
Base QStandardItem with check-state, visibility, transform, colour and alpha roles shared by every di...
Library export/import macros and namespace marker for the disp3D library.
#define DISP3DSHARED_EXPORT
Ordered set of INVLIB::InvEcd records — the result of a sequential dipole-fit run.
AbstractTreeItem(const QString &text="", int type=AbstractItem)
int type() const override
~DipoleTreeItem()=default
DipoleTreeItem(const QString &text, const INVLIB::InvEcdSet &set, int type=AbstractTreeItem::DipoleItem)
const INVLIB::InvEcdSet & ecdSet() const
Holds a set of Electric Current Dipoles.
Definition inv_ecd_set.h:64