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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWPushButtonWithMenu, vtkKWPushButton) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| vtkKWMenu * | GetMenu () |
| void | PopupCallback (int x, int y) |
| virtual void | UpdateEnableState () |
| void | AddCheckButton (const char *label, const char *varName, int defaultState, const char *help) |
| int | GetCheckButtonState (const char *varName) |
| void | SetCheckButtonState (const char *varName, int state) |
Static Public Member Functions | |
| vtkKWPushButtonWithMenu * | New () |
Protected Member Functions | |
| vtkKWPushButtonWithMenu () | |
| ~vtkKWPushButtonWithMenu () | |
Protected Attributes | |
| vtkKWMenu * | Menu |
vtkKWPushButtonWithMenu was created for the reset view. The menu will change the behavior of the button.
Definition at line 28 of file vtkKWPushButtonWithMenu.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWPushButton. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWPushButton. |
|
|
Create the widget. Reimplemented from vtkKWPushButton. |
|
||||||||||||||||||||
|
Append a check button to the menu. |
|
|
Append a check button to the menu. |
|
||||||||||||
|
Append a check button to the menu. |
|
|
Access to the menu |
|
||||||||||||
|
Internal callback. |
|
|
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 vtkKWPushButton. |
|
|
Definition at line 64 of file vtkKWPushButtonWithMenu.h. |
1.3.5