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

GUI/Widgets/vtkKWSaveImageDialog.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWSaveImageDialog.h,v $
00004 
00005   Copyright (c) Kitware, Inc.
00006   All rights reserved.
00007   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00008 
00009      This software is distributed WITHOUT ANY WARRANTY; without even
00010      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00011      PURPOSE.  See the above copyright notice for more information.
00012 
00013 =========================================================================*/
00020 #ifndef __vtkKWSaveImageDialog_h
00021 #define __vtkKWSaveImageDialog_h
00022 
00023 #include "vtkKWLoadSaveDialog.h"
00024 class vtkKWApplication;
00025 
00026 class KWWIDGETS_EXPORT vtkKWSaveImageDialog : public vtkKWLoadSaveDialog
00027 {
00028 public:
00029   static vtkKWSaveImageDialog* New();
00030   vtkTypeRevisionMacro(vtkKWSaveImageDialog,vtkKWLoadSaveDialog);
00031   void PrintSelf(ostream& os, vtkIndent indent);
00032 
00034   virtual void Create(vtkKWApplication *app);
00035 
00037   virtual int Invoke();
00038 
00039 protected:
00040   vtkKWSaveImageDialog() {};
00041   ~vtkKWSaveImageDialog() {};
00042 
00043 private:
00044   vtkKWSaveImageDialog(const vtkKWSaveImageDialog&); // Not implemented
00045   void operator=(const vtkKWSaveImageDialog&); // Not implemented
00046 };
00047 
00048 
00049 #endif

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