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


Public Member Functions | |
| vtkTypeRevisionMacro (vtkProcessModuleGUIHelper, vtkObject) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | Run (vtkPVOptions *options) |
| virtual int | RunGUIStart (int argc, char **argv, int numServerProcs, int myId)=0 |
| virtual int | OpenConnectionDialog (int *start)=0 |
| virtual void | ExitApplication ()=0 |
| virtual void | SetProcessModule (vtkProcessModule *) |
| virtual void | SendPrepareProgress ()=0 |
| virtual void | SendCleanupPendingProgress ()=0 |
| virtual void | SetLocalProgress (const char *filter, int progress)=0 |
| virtual void | PopupDialog (const char *title, const char *text) |
| virtual int | UpdatePopup () |
| virtual void | ClosePopup () |
Protected Member Functions | |
| vtkProcessModuleGUIHelper () | |
Protected Attributes | |
| vtkProcessModule * | ProcessModule |
Definition at line 29 of file vtkProcessModuleGUIHelper.h.
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented in vtkPVProcessModuleBatchHelper, and vtkPVProcessModuleGUIHelper. |
|
|
Does some set up and then calls this->ProcessModule->Start(), which would eventually lead on vtkProcessModuleGUIHelper::RunGUIStart() on the client. This is the method that should be called to start the client event loop. |
|
||||||||||||||||||||
|
run main gui loop from process module Implemented in vtkPVProcessModuleBatchHelper, and vtkPVProcessModuleGUIHelper. |
|
|
Open a connection dialog GUI. Implemented in vtkPVProcessModuleBatchHelper, and vtkPVProcessModuleGUIHelper. |
|
|
Handle progress links. Implemented in vtkPVProcessModuleBatchHelper, and vtkPVProcessModuleGUIHelper. |
|
|
Handle progress links. Implemented in vtkPVProcessModuleBatchHelper, and vtkPVProcessModuleGUIHelper. |
|
||||||||||||
|
Handle progress links. Implemented in vtkPVProcessModuleBatchHelper, and vtkPVProcessModuleGUIHelper. |
|
|
Exit the application Implemented in vtkPVProcessModuleBatchHelper, and vtkPVProcessModuleGUIHelper. |
|
|
|
|
||||||||||||
|
Popup dialog. The result will contain result when the user answers. BTX Reimplemented in vtkPVProcessModuleGUIHelper. Definition at line 63 of file vtkProcessModuleGUIHelper.h. |
|
|
Popup dialog. The result will contain result when the user answers. BTX Reimplemented in vtkPVProcessModuleGUIHelper. Definition at line 68 of file vtkProcessModuleGUIHelper.h. |
|
|
Popup dialog. The result will contain result when the user answers. BTX Reimplemented in vtkPVProcessModuleGUIHelper. Definition at line 69 of file vtkProcessModuleGUIHelper.h. |
|
|
Definition at line 76 of file vtkProcessModuleGUIHelper.h. |
1.3.5