#include <vtkPVComparativeVisProgressDialog.h>
Inheritance diagram for vtkPVComparativeVisProgressDialog:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVComparativeVisProgressDialog, vtkKWDialog) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create (vtkKWApplication *app) |
void | SetProgress (double prog) |
virtual void | SetAbortFlag (int) |
virtual int | GetAbortFlag () |
Static Public Member Functions | |
vtkPVComparativeVisProgressDialog * | New () |
Protected Member Functions | |
vtkPVComparativeVisProgressDialog () | |
~vtkPVComparativeVisProgressDialog () | |
Protected Attributes | |
vtkKWFrame * | ProgressFrame |
vtkKWLabel * | ProgressLabel |
vtkKWProgressGauge * | ProgressBar |
vtkKWLabel * | Message |
vtkKWPushButton * | CancelButton |
int | AbortFlag |
Definition at line 31 of file vtkPVComparativeVisProgressDialog.h.
|
|
|
|
|
Reimplemented from vtkKWDialog. |
|
|
|
Reimplemented from vtkKWDialog. |
|
Create the widget. Reimplemented from vtkKWDialog. |
|
Set and update the progress. |
|
This flag is checked by the gui during progress update. If set to 1, comparative vis generation is aborted and the flag is reset to 0 (by the gui). |
|
This flag is checked by the gui during progress update. If set to 1, comparative vis generation is aborted and the flag is reset to 0 (by the gui). |
|
Definition at line 56 of file vtkPVComparativeVisProgressDialog.h. |
|
Definition at line 57 of file vtkPVComparativeVisProgressDialog.h. |
|
Definition at line 58 of file vtkPVComparativeVisProgressDialog.h. |
|
Definition at line 59 of file vtkPVComparativeVisProgressDialog.h. |
|
Definition at line 60 of file vtkPVComparativeVisProgressDialog.h. |
|
Definition at line 62 of file vtkPVComparativeVisProgressDialog.h. |