TAMSVIZ
Visualization and annotation tool for ROS
Classes | Public Member Functions | Public Attributes | List of all members
AnnotationView Struct Reference
Inheritance diagram for AnnotationView:
Inheritance graph
[legend]
Collaboration diagram for AnnotationView:
Collaboration graph
[legend]

Classes

struct  ControlPointHandle
 

Public Member Functions

 AnnotationView (ImageWindow *window, const std::shared_ptr< Workspace > &ws, const std::shared_ptr< AnnotationTrack > &track, const std::shared_ptr< AnnotationSpan > &span, const std::shared_ptr< ImageAnnotationBase > &annotation)
 
void updateShape ()
 
virtual void sync (const std::shared_ptr< Workspace > &ws, double zoom_factor)
 
virtual QRectF boundingRect () const override
 
virtual void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override
 
virtual QPainterPath shape () const override
 
virtual void mousePressEvent (QGraphicsSceneMouseEvent *event) override
 
virtual void mouseMoveEvent (QGraphicsSceneMouseEvent *event) override
 
virtual void mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override
 

Public Attributes

bool ok = false
 
ImageWindow_window = nullptr
 
std::shared_ptr< AnnotationTrack_track
 
std::shared_ptr< AnnotationSpan_span
 
std::shared_ptr< ImageAnnotationBase_annotation
 
QPainterPath _visual
 
QPainterPath _collider
 
QColor _color
 
bool _selected = false
 
double _zoom_factor = 1.0
 
std::vector< ControlPointHandle * > control_point_handles
 

Detailed Description

Definition at line 23 of file imagewindow.cpp.


The documentation for this struct was generated from the following file: