#include <plot_data_graphics_item_base.hh>
Inherited by PlotDataGraphicsItem, PlotFunctionGraphicsItem, and PlotGroupGraphicsItem.
Public Slots | |
| void | OnAppearanceChange () |
| void | OnVisibilityChange () |
| void | update (const QRectF &rect=QRectF()) |
Public Member Functions | |
| PlotDataGraphicsItemBase (const PlotInfoBasePtr &info, QGraphicsItem *parent=0) | |
| virtual | ~PlotDataGraphicsItemBase () |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
| virtual QRectF | boundingRect () const |
| virtual void | Redraw () |
Protected Attributes | |
| PlotInfoBasePtr | infoptr_ |
| bool | dirty_ |
Definition at line 34 of file plot_data_graphics_item_base.hh.
| PlotDataGraphicsItemBase | ( | const PlotInfoBasePtr & | info, | |
| QGraphicsItem * | parent = 0 | |||
| ) |
| virtual ~PlotDataGraphicsItemBase | ( | ) | [virtual] |
| virtual QRectF boundingRect | ( | ) | const [virtual] |
| void OnAppearanceChange | ( | ) | [slot] |
| void OnVisibilityChange | ( | ) | [slot] |
| virtual void paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget = 0 | |||
| ) | [virtual] |
| virtual void Redraw | ( | ) | [virtual] |
Reimplemented in PlotDataGraphicsItem, PlotFunctionGraphicsItem, and PlotGroupGraphicsItem.
| void update | ( | const QRectF & | rect = QRectF() |
) | [slot] |
bool dirty_ [protected] |
Definition at line 51 of file plot_data_graphics_item_base.hh.
PlotInfoBasePtr infoptr_ [protected] |
Definition at line 50 of file plot_data_graphics_item_base.hh.
1.5.8