VTK
Public Types | Public Member Functions | List of all members
vtkQtChartContentsArea Class Reference

#include <vtkQtChartContentsArea.h>

Inherits QGraphicsItem.

Public Types

enum  { Type = vtkQtChart_ContentsAreaType }
 

Public Member Functions

 vtkQtChartContentsArea (QGraphicsItem *parent=0, QGraphicsScene *scene=0)
 
virtual ~vtkQtChartContentsArea ()
 
void setXOffset (float offset)
 Sets the x offset. More...
 
void setYOffset (float offset)
 Sets the y offset. More...
 
virtual int type () const
 
virtual QRectF boundingRect () const
 
virtual void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0)
 

Detailed Description

Definition at line 33 of file vtkQtChartContentsArea.h.

Member Enumeration Documentation

anonymous enum
Enumerator
Type 

Definition at line 36 of file vtkQtChartContentsArea.h.

Constructor & Destructor Documentation

vtkQtChartContentsArea::vtkQtChartContentsArea ( QGraphicsItem *  parent = 0,
QGraphicsScene *  scene = 0 
)
virtual vtkQtChartContentsArea::~vtkQtChartContentsArea ( )
inlinevirtual

Definition at line 40 of file vtkQtChartContentsArea.h.

Member Function Documentation

void vtkQtChartContentsArea::setXOffset ( float  offset)

Sets the x offset.

Parameters
offsetThe new x offset.
void vtkQtChartContentsArea::setYOffset ( float  offset)

Sets the y offset.

Parameters
offsetThe new y offset.
virtual int vtkQtChartContentsArea::type ( ) const
inlinevirtual

Definition at line 52 of file vtkQtChartContentsArea.h.

virtual QRectF vtkQtChartContentsArea::boundingRect ( ) const
virtual
virtual void vtkQtChartContentsArea::paint ( QPainter *  painter,
const QStyleOptionGraphicsItem *  option,
QWidget *  widget = 0 
)
virtual

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