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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWTreeWithScrollbars, vtkKWWidgetWithScrollbars) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual vtkKWTree * | GetWidget () |
| virtual void | UpdateEnableState () |
Static Public Member Functions | |
| vtkKWTreeWithScrollbars * | New () |
Protected Member Functions | |
| vtkKWTreeWithScrollbars () | |
| ~vtkKWTreeWithScrollbars () | |
| virtual void | Pack () |
| virtual void | CreateHorizontalScrollbar (vtkKWApplication *app) |
| virtual void | CreateVerticalScrollbar (vtkKWApplication *app) |
Protected Attributes | |
| vtkKWTree * | Widget |
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.
Definition at line 33 of file vtkKWTreeWithScrollbars.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWCompositeWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWWidgetWithScrollbars. |
|
|
Create the widget. Reimplemented from vtkKWWidgetWithScrollbars. |
|
|
Get the vtkKWTree for which we addded the scrollbars |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
Pack. Implements vtkKWWidgetWithScrollbars. |
|
|
Internal widget Definition at line 59 of file vtkKWTreeWithScrollbars.h. |
1.3.5