Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

GUI/Client/vtkPVComparativeVisProgressDialog.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVComparativeVisProgressDialog.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00021 #ifndef __vtkPVComparativeVisProgressDialog_h
00022 #define __vtkPVComparativeVisProgressDialog_h
00023 
00024 #include "vtkKWDialog.h"
00025 
00026 class vtkKWProgressGauge;
00027 class vtkKWFrame;
00028 class vtkKWLabel;
00029 class vtkKWPushButton;
00030 
00031 class VTK_EXPORT vtkPVComparativeVisProgressDialog : public vtkKWDialog
00032 {
00033 public:
00034   static vtkPVComparativeVisProgressDialog* New();
00035   vtkTypeRevisionMacro(vtkPVComparativeVisProgressDialog,vtkKWDialog);
00036   void PrintSelf(ostream& os, vtkIndent indent);
00037 
00039   virtual void Create(vtkKWApplication *app);
00040 
00042   void SetProgress(double prog);
00043 
00045 
00048   vtkSetMacro(AbortFlag, int);
00049   vtkGetMacro(AbortFlag, int);
00051 
00052 protected:
00053   vtkPVComparativeVisProgressDialog();
00054   ~vtkPVComparativeVisProgressDialog();
00055 
00056   vtkKWFrame* ProgressFrame;
00057   vtkKWLabel* ProgressLabel;
00058   vtkKWProgressGauge* ProgressBar;
00059   vtkKWLabel* Message;
00060   vtkKWPushButton* CancelButton;
00061 
00062   int AbortFlag;
00063 
00064 private:
00065   vtkPVComparativeVisProgressDialog(const vtkPVComparativeVisProgressDialog&); // Not implemented
00066   void operator=(const vtkPVComparativeVisProgressDialog&); // Not implemented
00067 };
00068 
00069 
00070 #endif
00071 
00072 

Generated on Tue May 30 12:31:38 2006 for ParaView by doxygen 1.3.5