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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWMenuButtonWithSpinButtons, vtkKWWidgetWithSpinButtons) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual vtkKWMenuButton * | GetWidget () |
| virtual void | SetBalloonHelpString (const char *str) |
| virtual void | UpdateEnableState () |
| virtual void | NextValueCallback () |
| virtual void | PreviousValueCallback () |
Static Public Member Functions | |
| vtkKWMenuButtonWithSpinButtons * | New () |
Protected Member Functions | |
| vtkKWMenuButtonWithSpinButtons () | |
| ~vtkKWMenuButtonWithSpinButtons () | |
| virtual void | Pack () |
Protected Attributes | |
| vtkKWMenuButton * | Widget |
This class creates a composite widget associating a vtkKWMenuButton to a vtkKWSpinButtons. As a subclass of vtkKWWidgetWithSpinButtons, it inherits a set of spin buttons. The only requirement is for the vtkKWMenuButton class to implement the NextValue() and PreviousValue() callbacks.
Definition at line 35 of file vtkKWMenuButtonWithSpinButtons.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWWidgetWithSpinButtons. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWWidgetWithSpinButtons. |
|
|
Create the widget Reimplemented from vtkKWWidgetWithSpinButtons. |
|
|
Get the vtkKWMenuButton that is being associated to the spin buttons |
|
|
Set the string that enables balloon help for this widget. Override to pass down to children. Reimplemented from vtkKWWidgetWithSpinButtons. |
|
|
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 vtkKWWidgetWithSpinButtons. |
|
|
Callbacks Reimplemented from vtkKWWidgetWithSpinButtons. |
|
|
Callbacks Reimplemented from vtkKWWidgetWithSpinButtons. |
|
|
Pack or repack the widget. To be implemented by subclasses. Reimplemented from vtkKWWidgetWithSpinButtons. |
|
|
Internal widget Definition at line 74 of file vtkKWMenuButtonWithSpinButtons.h. |
1.3.5