#include <plot_function_graphics_item.hh>
Inherits ost::gui::PlotDataGraphicsItemBase.
Public Member Functions | |
| PlotFunctionGraphicsItem (const PlotFunctionInfoPtr &info, const PlotFunctionPtr &functionptr, QGraphicsItem *parent=0) | |
| virtual | ~PlotFunctionGraphicsItem () |
| virtual void | Redraw () |
Protected Attributes | |
| PlotFunctionPtr | functionptr_ |
Definition at line 33 of file plot_function_graphics_item.hh.
| PlotFunctionGraphicsItem | ( | const PlotFunctionInfoPtr & | info, | |
| const PlotFunctionPtr & | functionptr, | |||
| QGraphicsItem * | parent = 0 | |||
| ) |
| virtual ~PlotFunctionGraphicsItem | ( | ) | [virtual] |
| virtual void Redraw | ( | ) | [virtual] |
Reimplemented from PlotDataGraphicsItemBase.
PlotFunctionPtr functionptr_ [protected] |
Definition at line 42 of file plot_function_graphics_item.hh.
1.5.8