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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVPickBoxWidget, vtkPVBoxWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Trace (ofstream *file) |
| virtual void | UpdateEnableState () |
| void | SetMouseControlToggle () |
| int | GetMouseControlToggleInternal () |
| virtual vtkKWCheckButton * | GetMouseControlToggle () |
Static Public Member Functions | |
| vtkPVPickBoxWidget * | New () |
Protected Member Functions | |
| vtkPVPickBoxWidget () | |
| ~vtkPVPickBoxWidget () | |
| virtual void | ChildCreate (vtkPVApplication *) |
Protected Attributes | |
| vtkKWCheckButton * | MouseControlToggle |
| int | MouseControlFlag |
| vtkKWLabel * | InstructionsLabel |
This widget creates and manages its own vtkPlanes on each process. I could not decide whether to include the bounds display or not. (I did not.)
Definition at line 32 of file vtkPVPickBoxWidget.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkPVBoxWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPVBoxWidget. |
|
|
This serves a dual purpose. For tracing and for saving state. Reimplemented from vtkPVBoxWidget. |
|
|
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 vtkPVBoxWidget. |
|
|
|
|
|
|
|
|
|
|
|
Call creation on the child. Reimplemented from vtkPVBoxWidget. |
|
|
Definition at line 64 of file vtkPVPickBoxWidget.h. |
|
|
Definition at line 65 of file vtkPVPickBoxWidget.h. |
|
|
Definition at line 66 of file vtkPVPickBoxWidget.h. |
1.3.5