v2.0.0
Loading...
Searching...
No Matches
digitizersettreeitem.h
Go to the documentation of this file.
1//=============================================================================================================
21
22#ifndef DIGITIZERSETTREEITEM_H
23#define DIGITIZERSETTREEITEM_H
24
25//=============================================================================================================
26// INCLUDES
27//=============================================================================================================
28
29#include "../../disp3D_global.h"
30
31#include <QStandardItem>
32#include <QList>
33
34#include <fiff/fiff_dig_point.h>
35
36//=============================================================================================================
37// FORWARD DECLARATIONS
38//=============================================================================================================
39
41
42//=============================================================================================================
61class DISP3DSHARED_EXPORT DigitizerSetTreeItem : public QStandardItem
62{
63public:
64 //=========================================================================================================
71 explicit DigitizerSetTreeItem(const QString &text,
72 const QList<FIFFLIB::FiffDigPoint> &digitizerPoints);
74
75 //=========================================================================================================
82 DigitizerTreeItem* categoryItem(int kind) const;
83
84 //=========================================================================================================
90 int totalPointCount() const;
91};
92
93#endif // DIGITIZERSETTREEITEM_H
Library export/import macros and namespace marker for the disp3D library.
#define DISP3DSHARED_EXPORT
Single digitization point (FIFF_DIG_POINT) with kind (cardinal/HPI/EEG/extra), identifier and 3D coor...
DigitizerTreeItem * categoryItem(int kind) const
~DigitizerSetTreeItem()=default
DigitizerSetTreeItem(const QString &text, const QList< FIFFLIB::FiffDigPoint > &digitizerPoints)
Digitizer point group tree item.