DigitizerSetTreeItem provides a tree item to hold the set of digitizer data.
More...
#include <digitizersettreeitem.h>
DigitizerSetTreeItem provides a tree item to hold the set of digitizer data.
DigitizerSetTreeItem provides a tree item to hold the set of digitizer data.
Definition at line 92 of file digitizersettreeitem.h.
◆ ConstSPtr
◆ SPtr
◆ DigitizerSetTreeItem()
DigitizerSetTreeItem::DigitizerSetTreeItem |
( |
int |
iType = Data3DTreeModelItemTypes::DigitizerSetItem , |
|
|
const QString & |
text = "Source space" |
|
) |
| |
|
explicit |
Default constructor.
- Parameters
-
[in] | iType | The type of the item. See types.h for declaration and definition. |
[in] | text | The text of this item. This is also by default the displayed name of the item in a view. |
Definition at line 80 of file digitizersettreeitem.cpp.
◆ addData()
Adds digitizer data to this item.
- Parameters
-
[in] | tDigitizer | The digitizer data. |
Definition at line 98 of file digitizersettreeitem.cpp.
◆ applyTransform() [1/2]
void DigitizerSetTreeItem::applyTransform |
( |
const FIFFLIB::FiffCoordTrans & |
transform, |
|
|
bool |
bApplyInverse = false |
|
) |
| |
|
virtual |
Applies a transformation o ntop of the present one.
- Parameters
-
[in] | transform | The new entity's transform. |
[in] | bApplyInverse | Whether to apply the inverse. False by default. |
Definition at line 360 of file digitizersettreeitem.cpp.
◆ applyTransform() [2/2]
void DigitizerSetTreeItem::applyTransform |
( |
const Qt3DCore::QTransform & |
transform | ) |
|
|
virtual |
Applies a transformation o ntop of the present one.
- Parameters
-
[in] | transform | The new entity's transform. |
Definition at line 351 of file digitizersettreeitem.cpp.
◆ initItem()
void DigitizerSetTreeItem::initItem |
( |
| ) |
|
|
protectedvirtual |
◆ setTransform() [1/2]
Sets the entity's transformation. This will clear the old transformation.
- Parameters
-
[in] | transform | The new entity's transform. |
[in] | bApplyInverse | Whether to apply the inverse. False by default. |
Definition at line 341 of file digitizersettreeitem.cpp.
◆ setTransform() [2/2]
void DigitizerSetTreeItem::setTransform |
( |
const Qt3DCore::QTransform & |
transform | ) |
|
|
virtual |
Sets the entity's transformation. This will clear the old transformation.
- Parameters
-
[in] | transform | The new entity's transform. |
Definition at line 332 of file digitizersettreeitem.cpp.
◆ m_pRenderable3DEntity
The documentation for this class was generated from the following files: