TAMSVIZ
Visualization and annotation tool for ROS
|
Public Member Functions | |
void | setItemRect (double x, double y, double width) |
virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
void | update (const std::shared_ptr< Workspace > &ws, size_t track_index, const std::shared_ptr< AnnotationTrack > &track, const std::shared_ptr< AnnotationSpan > &annotation, double track_length, double bag_duration) |
virtual void | mousePressEvent (QGraphicsSceneMouseEvent *event) override |
virtual void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) override |
virtual void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override |
void | commit () |
![]() | |
EditableText (QGraphicsItem *parent=nullptr) | |
void | setFont (const QFont &font) |
std::string | text () const |
void | setText (const std::string &t) |
void | setTextAlignment (Qt::Alignment a) |
void | setTextPen (const QPen &pen) |
virtual void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) override |
Additional Inherited Members | |
![]() | |
Event< void(const std::string &)> | changed |
Definition at line 155 of file timeline.cpp.