|
ParaView
|
a vtkContextItem that draws a block (optional label). More...
#include <vtkChartWarning.h>
Inherits vtkBlockItem.
Public Types | |
| typedef vtkBlockItem | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual bool | Paint (vtkContext2D *painter) |
| Paint event for the item. More... | |
| virtual bool | Hit (const vtkContextMouseEvent &mouse) |
| Returns true if the supplied x, y coordinate is inside the item. More... | |
| virtual void | SetTextPad (double) |
| virtual double | GetTextPad () |
Static Public Member Functions | |
| static vtkChartWarning * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkChartWarning * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkChartWarning () | |
| ~vtkChartWarning () | |
| bool | ArePlotsImproperlyScaled (vtkChart *) |
Protected Attributes | |
| double | TextPad |
a vtkContextItem that draws a block (optional label).
This is a vtkContextItem that can be placed into a vtkContextScene. It draws a block of the given dimensions, and reacts to mouse events.
Definition at line 33 of file vtkChartWarning.h.
| typedef vtkBlockItem vtkChartWarning::Superclass |
Definition at line 37 of file vtkChartWarning.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
|
virtual |
|
virtual |
Paint event for the item.
|
virtual |
Returns true if the supplied x, y coordinate is inside the item.
|
virtual |
|
virtual |
|
protected |
|
protected |
Definition at line 59 of file vtkChartWarning.h.
1.8.12