#include <vtkKWWidgetWithScrollbars.h>
Inheritance diagram for vtkKWWidgetWithScrollbars:
This provide a boilerplate for a composite widget associated to a horizontal and vertical scrollbars.
Definition at line 28 of file vtkKWWidgetWithScrollbars.h.
|
|
|
|
|
|
|
Reimplemented from vtkKWCompositeWidget. Reimplemented in vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, and vtkKWTreeWithScrollbars. |
|
Create the widget. Reimplemented from vtkKWCompositeWidget. Reimplemented in vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, and vtkKWTreeWithScrollbars. |
|
Set/Get the vertical scrollbar visibility (default to On). |
|
Set/Get the vertical scrollbar visibility (default to On). |
|
Set/Get the vertical scrollbar visibility (default to On). |
|
Set/Get the vertical scrollbar visibility (default to On). |
|
Set/Get the horizontal scrollbar visibility (default to On). |
|
Set/Get the horizontal scrollbar visibility (default to On). |
|
Set/Get the horizontal scrollbar visibility (default to On). |
|
Set/Get the horizontal scrollbar visibility (default to On). |
|
Access the internal scrollbars. |
|
Access the internal 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 vtkKWWidget. Reimplemented in vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, and vtkKWTreeWithScrollbars. |
|
Create scrollbars and associate the scrollbars to a widget by setting up the callbacks between both instances. The associated *has* to be made for this class to work, but since we do not know the internal widget at that point, it is up to the subclass to reimplement both Create*Scrollbar() methods and have them simply call the super and the Associate*Scrollbar() methods with the internal argument as parameter. Reimplemented in vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, and vtkKWTreeWithScrollbars. |
|
Create scrollbars and associate the scrollbars to a widget by setting up the callbacks between both instances. The associated *has* to be made for this class to work, but since we do not know the internal widget at that point, it is up to the subclass to reimplement both Create*Scrollbar() methods and have them simply call the super and the Associate*Scrollbar() methods with the internal argument as parameter. Reimplemented in vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, and vtkKWTreeWithScrollbars. |
|
Create scrollbars and associate the scrollbars to a widget by setting up the callbacks between both instances. The associated *has* to be made for this class to work, but since we do not know the internal widget at that point, it is up to the subclass to reimplement both Create*Scrollbar() methods and have them simply call the super and the Associate*Scrollbar() methods with the internal argument as parameter. |
|
Create scrollbars and associate the scrollbars to a widget by setting up the callbacks between both instances. The associated *has* to be made for this class to work, but since we do not know the internal widget at that point, it is up to the subclass to reimplement both Create*Scrollbar() methods and have them simply call the super and the Associate*Scrollbar() methods with the internal argument as parameter. |
|
Pack or repack the widget. This should be implemented by subclasses, but a convenience function PackScrollbarsWithWidget() can be called from the subclass just as easily. Implemented in vtkKWCanvasWithScrollbars, vtkKWListBoxWithScrollbars, vtkKWMultiColumnListWithScrollbars, vtkKWTextWithScrollbars, and vtkKWTreeWithScrollbars. |
|
Pack or repack the widget. This should be implemented by subclasses, but a convenience function PackScrollbarsWithWidget() can be called from the subclass just as easily. |
|
Scrollbar visibility flags Definition at line 71 of file vtkKWWidgetWithScrollbars.h. |
|
Scrollbar visibility flags Definition at line 72 of file vtkKWWidgetWithScrollbars.h. |
|
Scrollbars Definition at line 77 of file vtkKWWidgetWithScrollbars.h. |
|
Scrollbars Definition at line 78 of file vtkKWWidgetWithScrollbars.h. |