#include <plot_data_graphics_item.hh>
Inherits ost::gui::PlotDataGraphicsItemBase.
Public Member Functions | |
| PlotDataGraphicsItem (const PlotDataInfoPtr &info, const PlotDataPtr &dataptr, QGraphicsItem *parent=0) | |
| virtual | ~PlotDataGraphicsItem () |
| void | Callback (const PlotDataEntry &pde) |
| virtual void | Redraw () |
Protected Attributes | |
| PlotDataPtr | dataptr_ |
Definition at line 27 of file plot_data_graphics_item.hh.
| PlotDataGraphicsItem | ( | const PlotDataInfoPtr & | info, | |
| const PlotDataPtr & | dataptr, | |||
| QGraphicsItem * | parent = 0 | |||
| ) |
| virtual ~PlotDataGraphicsItem | ( | ) | [virtual] |
| void Callback | ( | const PlotDataEntry & | pde | ) |
| virtual void Redraw | ( | ) | [virtual] |
Reimplemented from PlotDataGraphicsItemBase.
PlotDataPtr dataptr_ [protected] |
Definition at line 36 of file plot_data_graphics_item.hh.
1.5.8