Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkKWCanvasWithScrollbars Class Reference

a vtkKWCanvas associated to two vtkKWScrollbar's More...

#include <vtkKWCanvasWithScrollbars.h>

Inheritance diagram for vtkKWCanvasWithScrollbars:

Inheritance graph
[legend]
Collaboration diagram for vtkKWCanvasWithScrollbars:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeRevisionMacro (vtkKWCanvasWithScrollbars, vtkKWWidgetWithScrollbars)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Create (vtkKWApplication *app)
virtual vtkKWCanvasGetWidget ()
virtual void UpdateEnableState ()

Static Public Member Functions

vtkKWCanvasWithScrollbarsNew ()

Protected Member Functions

 vtkKWCanvasWithScrollbars ()
 ~vtkKWCanvasWithScrollbars ()
virtual void Pack ()
virtual void CreateHorizontalScrollbar (vtkKWApplication *app)
virtual void CreateVerticalScrollbar (vtkKWApplication *app)

Protected Attributes

vtkKWCanvasWidget

Detailed Description

a vtkKWCanvas associated to two vtkKWScrollbar's

This composite widget provides horizontal and vertical scrolling capabilities to a core widget. They can be enabled or disabled separately. As a subclass of vtkKWWidgetWithScrollbars, it inherits methods to retrieve the scrollbars and set their visibility and layout.

See also:
vtkKWWidgetWithScrollbars vtkKWCanvas

Definition at line 33 of file vtkKWCanvasWithScrollbars.h.


Constructor & Destructor Documentation

vtkKWCanvasWithScrollbars::vtkKWCanvasWithScrollbars  )  [protected]
 

vtkKWCanvasWithScrollbars::~vtkKWCanvasWithScrollbars  )  [protected]
 


Member Function Documentation

vtkKWCanvasWithScrollbars* vtkKWCanvasWithScrollbars::New  )  [static]
 

Reimplemented from vtkKWCompositeWidget.

vtkKWCanvasWithScrollbars::vtkTypeRevisionMacro vtkKWCanvasWithScrollbars  ,
vtkKWWidgetWithScrollbars 
 

void vtkKWCanvasWithScrollbars::PrintSelf ostream &  os,
vtkIndent  indent
 

Reimplemented from vtkKWWidgetWithScrollbars.

virtual void vtkKWCanvasWithScrollbars::Create vtkKWApplication app  )  [virtual]
 

Create the widget.

Reimplemented from vtkKWWidgetWithScrollbars.

virtual vtkKWCanvas* vtkKWCanvasWithScrollbars::GetWidget  )  [virtual]
 

Get the vtkKWCanvas for which we addded the scrollbars

virtual void vtkKWCanvasWithScrollbars::UpdateEnableState  )  [virtual]
 

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 vtkKWWidgetWithScrollbars.

virtual void vtkKWCanvasWithScrollbars::CreateHorizontalScrollbar vtkKWApplication app  )  [protected, virtual]
 

Create scrollbars and associate the scrollbars to a widget by setting up the callbacks between both instances. Re-implemented to set the associated now that we know the internal widget

Reimplemented from vtkKWWidgetWithScrollbars.

virtual void vtkKWCanvasWithScrollbars::CreateVerticalScrollbar vtkKWApplication app  )  [protected, virtual]
 

Create scrollbars and associate the scrollbars to a widget by setting up the callbacks between both instances. Re-implemented to set the associated now that we know the internal widget

Reimplemented from vtkKWWidgetWithScrollbars.

virtual void vtkKWCanvasWithScrollbars::Pack  )  [protected, virtual]
 

Pack.

Implements vtkKWWidgetWithScrollbars.


Member Data Documentation

vtkKWCanvas* vtkKWCanvasWithScrollbars::Widget [protected]
 

Internal widget

Definition at line 59 of file vtkKWCanvasWithScrollbars.h.


The documentation for this class was generated from the following file:
Generated on Tue May 30 12:36:10 2006 for ParaView by doxygen 1.3.5