#include <vtkKWCanvas.h>
Inheritance diagram for vtkKWCanvas:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWCanvas, vtkKWCoreWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual void | UpdateEnableState () |
| virtual void | SetWidth (int) |
| virtual int | GetWidth () |
| virtual void | SetHeight (int) |
| virtual int | GetHeight () |
Static Public Member Functions | |
| vtkKWCanvas * | New () |
Protected Member Functions | |
| vtkKWCanvas () | |
| ~vtkKWCanvas () | |
A simple widget that represents a canvas.
Definition at line 53 of file vtkKWCanvas.h.
|
|
Definition at line 81 of file vtkKWCanvas.h. |
|
|
Definition at line 82 of file vtkKWCanvas.h. |
|
|
Reimplemented from vtkKWCoreWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWCoreWidget. |
|
|
Create the widget. Reimplemented from vtkKWCoreWidget. |
|
|
Convenience function to set the width and height of the canvas No effect before Create() is called. |
|
|
Convenience function to set the width and height of the canvas No effect before Create() is called. |
|
|
Convenience function to set the width and height of the canvas No effect before Create() is called. |
|
|
Convenience function to set the width and height of the canvas No effect before Create() is called. |
|
|
Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc. Reimplemented from vtkKWWidget. |
1.3.5