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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWWidgetWithSpinButtons, vtkKWCompositeWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual void | SetBalloonHelpString (const char *str) |
| virtual void | UpdateEnableState () |
| virtual vtkKWSpinButtons * | GetSpinButtons () |
| virtual void | NextValueCallback () |
| virtual void | PreviousValueCallback () |
Static Public Member Functions | |
| vtkKWWidgetWithSpinButtons * | New () |
Protected Member Functions | |
| vtkKWWidgetWithSpinButtons () | |
| ~vtkKWWidgetWithSpinButtons () | |
| virtual void | Pack () |
Protected Attributes | |
| vtkKWSpinButtons * | SpinButtons |
This class implements an abstract superclass for composite widgets associating a widget to a set of spin buttons. The only requirement is for the widget to implement the NextValue() and PreviousValue() callbacks.
Definition at line 31 of file vtkKWWidgetWithSpinButtons.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWCompositeWidget. Reimplemented in vtkKWMenuButtonWithSpinButtons. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWCompositeWidget. Reimplemented in vtkKWMenuButtonWithSpinButtons. |
|
|
Create the widget. Reimplemented from vtkKWCompositeWidget. Reimplemented in vtkKWMenuButtonWithSpinButtons. |
|
|
Retrieve the spin buttons |
|
|
Set the string that enables balloon help for this widget. Override to pass down to children. Reimplemented from vtkKWWidget. Reimplemented in vtkKWMenuButtonWithSpinButtons. |
|
|
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 vtkKWMenuButtonWithSpinButtons. |
|
|
Callbacks Reimplemented in vtkKWMenuButtonWithSpinButtons. Definition at line 60 of file vtkKWWidgetWithSpinButtons.h. |
|
|
Callbacks Reimplemented in vtkKWMenuButtonWithSpinButtons. Definition at line 61 of file vtkKWWidgetWithSpinButtons.h. |
|
|
Pack or repack the widget. To be implemented by subclasses. Reimplemented in vtkKWMenuButtonWithSpinButtons. Definition at line 69 of file vtkKWWidgetWithSpinButtons.h. |
|
|
Internal spin buttons Definition at line 72 of file vtkKWWidgetWithSpinButtons.h. |
1.3.5