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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVInformationGUI, vtkKWFrameWithScrollbar) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Create (vtkKWApplication *app) |
| void | Update (vtkPVSource *source) |
| virtual void | UpdateEnableState () |
Static Public Member Functions | |
| vtkPVInformationGUI * | New () |
Protected Member Functions | |
| vtkPVInformationGUI () | |
| ~vtkPVInformationGUI () | |
| vtkPVInformationGUI (const vtkPVInformationGUI &) | |
| void | operator= (const vtkPVInformationGUI &) |
Protected Attributes | |
| vtkKWFrameWithLabel * | StatsFrame |
| vtkKWFrame * | CompositeDataFrame |
| vtkKWLabel * | TypeLabel |
| vtkKWLabel * | NumBlocksLabel |
| vtkKWLabel * | NumDataSetsLabel |
| vtkKWLabel * | NumCellsLabel |
| vtkKWLabel * | NumPointsLabel |
| vtkKWLabel * | MemorySizeLabel |
| vtkKWBoundsDisplay * | BoundsDisplay |
| vtkKWBoundsDisplay * | ExtentDisplay |
| vtkKWFrameWithLabel * | ArrayInformationFrame |
| vtkKWMultiColumnList * | ArrayInformationList |
This widget displays information about the output of a source. Call update with the source as a parameter to set the information displayed by the widget.
Definition at line 36 of file vtkPVInformationGUI.h.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkKWFrameWithScrollbar. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWFrameWithScrollbar. |
|
|
Create the widget. Reimplemented from vtkKWFrameWithScrollbar. |
|
|
This updates the user interface. It checks first to see if the data has changed. If nothing has changes, it is smart enough to do nothing. |
|
|
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. Not needed here, but implemented for consistency. Reimplemented from vtkKWFrameWithScrollbar. |
|
|
|
|
|
Definition at line 64 of file vtkPVInformationGUI.h. |
|
|
Definition at line 66 of file vtkPVInformationGUI.h. |
|
|
Definition at line 67 of file vtkPVInformationGUI.h. |
|
|
Definition at line 68 of file vtkPVInformationGUI.h. |
|
|
Definition at line 69 of file vtkPVInformationGUI.h. |
|
|
Definition at line 70 of file vtkPVInformationGUI.h. |
|
|
Definition at line 71 of file vtkPVInformationGUI.h. |
|
|
Definition at line 72 of file vtkPVInformationGUI.h. |
|
|
Definition at line 74 of file vtkPVInformationGUI.h. |
|
|
Definition at line 75 of file vtkPVInformationGUI.h. |
|
|
Definition at line 77 of file vtkPVInformationGUI.h. |
|
|
Definition at line 78 of file vtkPVInformationGUI.h. |
1.3.5