v2.0.0
Loading...
Searching...
No Matches
digitizersettreeitem.h
Go to the documentation of this file.
1//=============================================================================================================
36
37#ifndef DIGITIZERSETTREEITEM_H
38#define DIGITIZERSETTREEITEM_H
39
40//=============================================================================================================
41// INCLUDES
42//=============================================================================================================
43
45
46#include <QStandardItem>
47#include <QList>
48
49#include <fiff/fiff_dig_point.h>
50
51//=============================================================================================================
52// FORWARD DECLARATIONS
53//=============================================================================================================
54
56
57//=============================================================================================================
76class DISP3DRHISHARED_EXPORT DigitizerSetTreeItem : public QStandardItem
77{
78public:
79 //=========================================================================================================
86 explicit DigitizerSetTreeItem(const QString &text,
87 const QList<FIFFLIB::FiffDigPoint> &digitizerPoints);
89
90 //=========================================================================================================
97 DigitizerTreeItem* categoryItem(int kind) const;
98
99 //=========================================================================================================
105 int totalPointCount() const;
106};
107
108#endif // DIGITIZERSETTREEITEM_H
FiffDigPoint class declaration.
disp3D_rhi library export/import macros.
#define DISP3DRHISHARED_EXPORT
DigitizerTreeItem * categoryItem(int kind) const
~DigitizerSetTreeItem()=default
DigitizerSetTreeItem(const QString &text, const QList< FIFFLIB::FiffDigPoint > &digitizerPoints)
Digitizer point group tree item.