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

GUI/Client/vtkPVTraceFileDialog.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkPVTraceFileDialog.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 =========================================================================*/
00026 #ifndef __vtkPVTraceFileDialog_h
00027 #define __vtkPVTraceFileDialog_h
00028 
00029 #include "vtkKWMessageDialog.h"
00030 
00031 class vtkKWPushButton;
00032 class vtkKWFrame;
00033 
00034 class VTK_EXPORT vtkPVTraceFileDialog : public vtkKWMessageDialog
00035 {
00036 public:
00037   static vtkPVTraceFileDialog* New();
00038   vtkTypeRevisionMacro(vtkPVTraceFileDialog,vtkKWMessageDialog);
00039   void PrintSelf(ostream& os, vtkIndent indent);
00040 
00042   virtual void Create(vtkKWApplication *app);
00043 
00045 
00046   virtual void Save();
00047   virtual void Retrace();
00049 
00050 protected:
00051   vtkPVTraceFileDialog();
00052   ~vtkPVTraceFileDialog();
00053 
00054   vtkKWPushButton *SaveButton;
00055   vtkKWFrame  *SaveFrame;
00056   vtkKWPushButton *RetraceButton;
00057   vtkKWFrame  *RetraceFrame;
00058 
00059 private:
00060   vtkPVTraceFileDialog(const vtkPVTraceFileDialog&); // Not implemented
00061   void operator=(const vtkPVTraceFileDialog&); // Not implemented
00062 };
00063 
00064 
00065 #endif
00066 
00067 

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