#include <vtkKWCanvas.h>


Public Types | |
| typedef vtkKWCoreWidget | Superclass |
| typedef vtkKWCoreWidget | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetWidth (int) |
| virtual int | GetWidth () |
| virtual void | SetHeight (int) |
| virtual int | GetHeight () |
| virtual int | AddHorizontalGradient (vtkColorTransferFunction *ctf, int x1, int y1, int x2, int y2, const char *tag) |
| virtual int | AddHorizontalRGBGradient (double r1, double g1, double b1, double r2, double g2, double b2, int x1, int y1, int x2, int y2, const char *tag) |
| virtual int | AddVerticalGradient (vtkColorTransferFunction *ctf, int x1, int y1, int x2, int y2, const char *tag) |
| virtual int | AddVerticalRGBGradient (double r1, double g1, double b1, double r2, double g2, double b2, int x1, int y1, int x2, int y2, const char *tag) |
| virtual int | HasTag (const char *tag) |
| virtual void | DeleteTag (const char *tag) |
| virtual void | GetBackgroundColor (double *r, double *g, double *b) |
| virtual double * | GetBackgroundColor () |
| virtual void | SetBackgroundColor (double r, double g, double b) |
| virtual void | SetBackgroundColor (double rgb[3]) |
| virtual void | SetHighlightThickness (int) |
| virtual int | GetHighlightThickness () |
| virtual void | SetBorderWidth (int) |
| virtual int | GetBorderWidth () |
| virtual void | SetRelief (int) |
| virtual int | GetRelief () |
| virtual void | SetReliefToRaised () |
| virtual void | SetReliefToSunken () |
| virtual void | SetReliefToFlat () |
| virtual void | SetReliefToRidge () |
| virtual void | SetReliefToSolid () |
| virtual void | SetReliefToGroove () |
| virtual void | SetCanvasBinding (const char *tag, const char *event, vtkObject *object, const char *method) |
| virtual void | SetCanvasBinding (const char *tag, const char *event, const char *command) |
| virtual const char * | GetCanvasBinding (const char *tag, const char *event) |
| virtual void | AddCanvasBinding (const char *tag, const char *event, vtkObject *object, const char *method) |
| virtual void | AddCanvasBinding (const char *tag, const char *event, const char *command) |
| virtual void | RemoveCanvasBinding (const char *tag, const char *event) |
| virtual void | RemoveCanvasBinding (const char *tag, const char *event, vtkObject *object, const char *method) |
| virtual void | UpdateEnableState () |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetWidth (int) |
| virtual int | GetWidth () |
| virtual void | SetHeight (int) |
| virtual int | GetHeight () |
| virtual int | AddHorizontalGradient (vtkColorTransferFunction *ctf, int x1, int y1, int x2, int y2, const char *tag) |
| virtual int | AddHorizontalRGBGradient (double r1, double g1, double b1, double r2, double g2, double b2, int x1, int y1, int x2, int y2, const char *tag) |
| virtual int | AddVerticalGradient (vtkColorTransferFunction *ctf, int x1, int y1, int x2, int y2, const char *tag) |
| virtual int | AddVerticalRGBGradient (double r1, double g1, double b1, double r2, double g2, double b2, int x1, int y1, int x2, int y2, const char *tag) |
| virtual int | HasTag (const char *tag) |
| virtual void | DeleteTag (const char *tag) |
| virtual void | GetBackgroundColor (double *r, double *g, double *b) |
| virtual double * | GetBackgroundColor () |
| virtual void | SetBackgroundColor (double r, double g, double b) |
| virtual void | SetBackgroundColor (double rgb[3]) |
| virtual void | SetHighlightThickness (int) |
| virtual int | GetHighlightThickness () |
| virtual void | SetBorderWidth (int) |
| virtual int | GetBorderWidth () |
| virtual void | SetRelief (int) |
| virtual int | GetRelief () |
| virtual void | SetReliefToRaised () |
| virtual void | SetReliefToSunken () |
| virtual void | SetReliefToFlat () |
| virtual void | SetReliefToRidge () |
| virtual void | SetReliefToSolid () |
| virtual void | SetReliefToGroove () |
| virtual void | SetCanvasBinding (const char *tag, const char *event, vtkObject *object, const char *method) |
| virtual void | SetCanvasBinding (const char *tag, const char *event, const char *command) |
| virtual const char * | GetCanvasBinding (const char *tag, const char *event) |
| virtual void | AddCanvasBinding (const char *tag, const char *event, vtkObject *object, const char *method) |
| virtual void | AddCanvasBinding (const char *tag, const char *event, const char *command) |
| virtual void | RemoveCanvasBinding (const char *tag, const char *event) |
| virtual void | RemoveCanvasBinding (const char *tag, const char *event, vtkObject *object, const char *method) |
| virtual void | UpdateEnableState () |
Static Public Member Functions | |
| static vtkKWCanvas * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWCanvas * | SafeDownCast (vtkObject *o) |
| static vtkKWCanvas * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWCanvas * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWCanvas () | |
| ~vtkKWCanvas () | |
| virtual void | CreateWidget () |
| virtual int | AddGradient (vtkColorTransferFunction *ctf, int x1, int y1, int x2, int y2, const char *tag, int horizontal) |
| vtkKWCanvas () | |
| ~vtkKWCanvas () | |
| virtual void | CreateWidget () |
| virtual int | AddGradient (vtkColorTransferFunction *ctf, int x1, int y1, int x2, int y2, const char *tag, int horizontal) |
Definition at line 53 of file debian/tmp/usr/include/KWWidgets/vtkKWCanvas.h.
Reimplemented from vtkKWCoreWidget.
Definition at line 57 of file debian/tmp/usr/include/KWWidgets/vtkKWCanvas.h.
Reimplemented from vtkKWCoreWidget.
Definition at line 57 of file vtkKWCanvas.h.
| vtkKWCanvas::vtkKWCanvas | ( | ) | [inline, protected] |
Definition at line 164 of file debian/tmp/usr/include/KWWidgets/vtkKWCanvas.h.
| vtkKWCanvas::~vtkKWCanvas | ( | ) | [inline, protected] |
Definition at line 165 of file debian/tmp/usr/include/KWWidgets/vtkKWCanvas.h.
| vtkKWCanvas::vtkKWCanvas | ( | ) | [inline, protected] |
Definition at line 164 of file vtkKWCanvas.h.
| vtkKWCanvas::~vtkKWCanvas | ( | ) | [inline, protected] |
Definition at line 165 of file vtkKWCanvas.h.
| static vtkKWCanvas* vtkKWCanvas::New | ( | ) | [static] |
Reimplemented from vtkKWCoreWidget.
| virtual const char* vtkKWCanvas::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCoreWidget.
| static int vtkKWCanvas::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCoreWidget.
| virtual int vtkKWCanvas::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCoreWidget.
| static vtkKWCanvas* vtkKWCanvas::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCoreWidget.
| void vtkKWCanvas::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkKWCoreWidget.
| virtual void vtkKWCanvas::SetWidth | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetWidth | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetHeight | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetHeight | ( | ) | [virtual] |
| virtual int vtkKWCanvas::AddHorizontalGradient | ( | vtkColorTransferFunction * | ctf, | |
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag | |||
| ) | [virtual] |
| virtual int vtkKWCanvas::AddHorizontalRGBGradient | ( | double | r1, | |
| double | g1, | |||
| double | b1, | |||
| double | r2, | |||
| double | g2, | |||
| double | b2, | |||
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag | |||
| ) | [virtual] |
| virtual int vtkKWCanvas::AddVerticalGradient | ( | vtkColorTransferFunction * | ctf, | |
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag | |||
| ) | [virtual] |
| virtual int vtkKWCanvas::AddVerticalRGBGradient | ( | double | r1, | |
| double | g1, | |||
| double | b1, | |||
| double | r2, | |||
| double | g2, | |||
| double | b2, | |||
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag | |||
| ) | [virtual] |
| virtual int vtkKWCanvas::HasTag | ( | const char * | tag | ) | [virtual] |
| virtual void vtkKWCanvas::DeleteTag | ( | const char * | tag | ) | [virtual] |
| virtual void vtkKWCanvas::GetBackgroundColor | ( | double * | r, | |
| double * | g, | |||
| double * | b | |||
| ) | [virtual] |
| virtual double* vtkKWCanvas::GetBackgroundColor | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetBackgroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::SetBackgroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Definition at line 100 of file debian/tmp/usr/include/KWWidgets/vtkKWCanvas.h.
| virtual void vtkKWCanvas::SetHighlightThickness | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetHighlightThickness | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetBorderWidth | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetBorderWidth | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetRelief | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetRelief | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToRaised | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToSunken | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToFlat | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToRidge | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToSolid | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToGroove | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| vtkObject * | object, | |||
| const char * | method | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::SetCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| const char * | command | |||
| ) | [virtual] |
| virtual const char* vtkKWCanvas::GetCanvasBinding | ( | const char * | tag, | |
| const char * | event | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::AddCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| vtkObject * | object, | |||
| const char * | method | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::AddCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| const char * | command | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::RemoveCanvasBinding | ( | const char * | tag, | |
| const char * | event | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::RemoveCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| vtkObject * | object, | |||
| const char * | method | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
| virtual void vtkKWCanvas::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCoreWidget.
| virtual int vtkKWCanvas::AddGradient | ( | vtkColorTransferFunction * | ctf, | |
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag, | |||
| int | horizontal | |||
| ) | [protected, virtual] |
| static vtkKWCanvas* vtkKWCanvas::New | ( | ) | [static] |
Reimplemented from vtkKWCoreWidget.
| virtual const char* vtkKWCanvas::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCoreWidget.
| static int vtkKWCanvas::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCoreWidget.
| virtual int vtkKWCanvas::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCoreWidget.
| static vtkKWCanvas* vtkKWCanvas::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCoreWidget.
| void vtkKWCanvas::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkKWCoreWidget.
| virtual void vtkKWCanvas::SetWidth | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetWidth | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetHeight | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetHeight | ( | ) | [virtual] |
| virtual int vtkKWCanvas::AddHorizontalGradient | ( | vtkColorTransferFunction * | ctf, | |
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag | |||
| ) | [virtual] |
| virtual int vtkKWCanvas::AddHorizontalRGBGradient | ( | double | r1, | |
| double | g1, | |||
| double | b1, | |||
| double | r2, | |||
| double | g2, | |||
| double | b2, | |||
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag | |||
| ) | [virtual] |
| virtual int vtkKWCanvas::AddVerticalGradient | ( | vtkColorTransferFunction * | ctf, | |
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag | |||
| ) | [virtual] |
| virtual int vtkKWCanvas::AddVerticalRGBGradient | ( | double | r1, | |
| double | g1, | |||
| double | b1, | |||
| double | r2, | |||
| double | g2, | |||
| double | b2, | |||
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag | |||
| ) | [virtual] |
| virtual int vtkKWCanvas::HasTag | ( | const char * | tag | ) | [virtual] |
| virtual void vtkKWCanvas::DeleteTag | ( | const char * | tag | ) | [virtual] |
| virtual void vtkKWCanvas::GetBackgroundColor | ( | double * | r, | |
| double * | g, | |||
| double * | b | |||
| ) | [virtual] |
| virtual double* vtkKWCanvas::GetBackgroundColor | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetBackgroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::SetBackgroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Definition at line 100 of file vtkKWCanvas.h.
| virtual void vtkKWCanvas::SetHighlightThickness | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetHighlightThickness | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetBorderWidth | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetBorderWidth | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetRelief | ( | int | ) | [virtual] |
| virtual int vtkKWCanvas::GetRelief | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToRaised | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToSunken | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToFlat | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToRidge | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToSolid | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetReliefToGroove | ( | ) | [virtual] |
| virtual void vtkKWCanvas::SetCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| vtkObject * | object, | |||
| const char * | method | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::SetCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| const char * | command | |||
| ) | [virtual] |
| virtual const char* vtkKWCanvas::GetCanvasBinding | ( | const char * | tag, | |
| const char * | event | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::AddCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| vtkObject * | object, | |||
| const char * | method | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::AddCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| const char * | command | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::RemoveCanvasBinding | ( | const char * | tag, | |
| const char * | event | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::RemoveCanvasBinding | ( | const char * | tag, | |
| const char * | event, | |||
| vtkObject * | object, | |||
| const char * | method | |||
| ) | [virtual] |
| virtual void vtkKWCanvas::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
| virtual void vtkKWCanvas::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCoreWidget.
| virtual int vtkKWCanvas::AddGradient | ( | vtkColorTransferFunction * | ctf, | |
| int | x1, | |||
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| const char * | tag, | |||
| int | horizontal | |||
| ) | [protected, virtual] |
1.6.1