Public Member Functions | |
int | from () const |
LinkItem (int from, int to, const Transform &poseA, const Transform &poseB, Link::Type type) | |
Link::Type | linkType () const |
void | setColor (const QColor &color) |
void | setPoses (const Transform &poseA, const Transform &poseB) |
int | to () const |
Protected Member Functions | |
virtual void | hoverEnterEvent (QGraphicsSceneHoverEvent *event) |
virtual void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) |
Private Attributes | |
int | _from |
Transform | _poseA |
Transform | _poseB |
int | _to |
Link::Type | _type |
Definition at line 100 of file GraphViewer.cpp.
rtabmap::LinkItem::LinkItem | ( | int | from, |
int | to, | ||
const Transform & | poseA, | ||
const Transform & | poseB, | ||
Link::Type | type | ||
) | [inline] |
Definition at line 104 of file GraphViewer.cpp.
int rtabmap::LinkItem::from | ( | ) | const [inline] |
Definition at line 130 of file GraphViewer.cpp.
virtual void rtabmap::LinkItem::hoverEnterEvent | ( | QGraphicsSceneHoverEvent * | event | ) | [inline, protected, virtual] |
Definition at line 134 of file GraphViewer.cpp.
virtual void rtabmap::LinkItem::hoverLeaveEvent | ( | QGraphicsSceneHoverEvent * | event | ) | [inline, protected, virtual] |
Definition at line 143 of file GraphViewer.cpp.
Link::Type rtabmap::LinkItem::linkType | ( | ) | const [inline] |
Definition at line 129 of file GraphViewer.cpp.
void rtabmap::LinkItem::setColor | ( | const QColor & | color | ) | [inline] |
Definition at line 115 of file GraphViewer.cpp.
void rtabmap::LinkItem::setPoses | ( | const Transform & | poseA, |
const Transform & | poseB | ||
) | [inline] |
Definition at line 122 of file GraphViewer.cpp.
int rtabmap::LinkItem::to | ( | ) | const [inline] |
Definition at line 131 of file GraphViewer.cpp.
int rtabmap::LinkItem::_from [private] |
Definition at line 152 of file GraphViewer.cpp.
Transform rtabmap::LinkItem::_poseA [private] |
Definition at line 154 of file GraphViewer.cpp.
Transform rtabmap::LinkItem::_poseB [private] |
Definition at line 155 of file GraphViewer.cpp.
int rtabmap::LinkItem::_to [private] |
Definition at line 153 of file GraphViewer.cpp.
Link::Type rtabmap::LinkItem::_type [private] |
Definition at line 156 of file GraphViewer.cpp.