20#ifndef SENSORTREEITEM_H
21#define SENSORTREEITEM_H
66 QMatrix4x4 m_orientation;
67 bool m_hasOrientation =
false;
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
AbstractTreeItem(const QString &text="", int type=AbstractItem)
int type() const override
SensorTreeItem(const QString &text, const QVector3D &pos, const QColor &color, float scale, int type=AbstractTreeItem::SensorItem)
bool hasOrientation() const
~SensorTreeItem()=default
QVector3D position() const
void setOrientation(const QMatrix4x4 &orient)
const QMatrix4x4 & orientation() const