The vtkQtChartScene class is used to draw the mouse box and make it possible for chart layers to clip correctly.
More...
#include <vtkQtChartScene.h>
Inherits QGraphicsScene.
|
virtual void | drawItems (QPainter *painter, int numItems, QGraphicsItem **items, const QStyleOptionGraphicsItem *options, QWidget *widget=0) |
| Allows the chart layers to clip their objects. More...
|
|
virtual void | drawForeground (QPainter *painter, const QRectF &area) |
| Draws the chart mouse box in the foreground. More...
|
|
The vtkQtChartScene class is used to draw the mouse box and make it possible for chart layers to clip correctly.
Definition at line 37 of file vtkQtChartScene.h.
vtkQtChartScene::vtkQtChartScene |
( |
QObject * |
parent = 0 ) | |
|
Creates a chart scene.
- Parameters
-
virtual vtkQtChartScene::~vtkQtChartScene |
( |
) | |
|
|
inlinevirtual |
virtual void vtkQtChartScene::drawItems |
( |
QPainter * |
painter, |
|
|
int |
numItems, |
|
|
QGraphicsItem ** |
items, |
|
|
const QStyleOptionGraphicsItem * |
options, |
|
|
QWidget * |
widget = 0 |
|
) |
| |
|
protectedvirtual |
Allows the chart layers to clip their objects.
- Parameters
-
painter | The painter to use. |
numItems | The length of the items array. |
items | The list of graphics items to draw. |
options | The graphics item painting options. |
widget | The widget being painted. |
virtual void vtkQtChartScene::drawForeground |
( |
QPainter * |
painter, |
|
|
const QRectF & |
area |
|
) |
| |
|
protectedvirtual |
Draws the chart mouse box in the foreground.
- Parameters
-
painter | The painter to use. |
area | The area to update. |
The documentation for this class was generated from the following file: