ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkChartWarning Class Reference

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 vtkChartWarningNew ()
 
static int IsTypeOf (const char *type)
 
static vtkChartWarningSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkChartWarning ()
 
 ~vtkChartWarning ()
 
bool ArePlotsImproperlyScaled (vtkChart *)
 

Protected Attributes

double TextPad
 

Detailed Description

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.

Member Typedef Documentation

§ Superclass

typedef vtkBlockItem vtkChartWarning::Superclass

Definition at line 37 of file vtkChartWarning.h.

Constructor & Destructor Documentation

§ vtkChartWarning()

vtkChartWarning::vtkChartWarning ( )
protected

§ ~vtkChartWarning()

vtkChartWarning::~vtkChartWarning ( )
protected

Member Function Documentation

§ New()

static vtkChartWarning* vtkChartWarning::New ( )
static

§ GetClassName()

virtual const char* vtkChartWarning::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkChartWarning::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkChartWarning::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkChartWarning* vtkChartWarning::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

virtual void vtkChartWarning::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

§ Paint()

virtual bool vtkChartWarning::Paint ( vtkContext2D *  painter)
virtual

Paint event for the item.

§ Hit()

virtual bool vtkChartWarning::Hit ( const vtkContextMouseEvent &  mouse)
virtual

Returns true if the supplied x, y coordinate is inside the item.

§ SetTextPad()

virtual void vtkChartWarning::SetTextPad ( double  )
virtual

§ GetTextPad()

virtual double vtkChartWarning::GetTextPad ( )
virtual

§ ArePlotsImproperlyScaled()

bool vtkChartWarning::ArePlotsImproperlyScaled ( vtkChart *  )
protected

Member Data Documentation

§ TextPad

double vtkChartWarning::TextPad
protected

Definition at line 59 of file vtkChartWarning.h.


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