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

GUI/Widgets/vtkKWCompositeWidget.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWCompositeWidget.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 =========================================================================*/
00030 #ifndef __vtkKWCompositeWidget_h
00031 #define __vtkKWCompositeWidget_h
00032 
00033 #include "vtkKWFrame.h"
00034 
00035 class KWWIDGETS_EXPORT vtkKWCompositeWidget : public vtkKWFrame
00036 {
00037 public:
00038   static vtkKWCompositeWidget* New();
00039   vtkTypeRevisionMacro(vtkKWCompositeWidget, vtkKWFrame);
00040   void PrintSelf(ostream& os, vtkIndent indent);
00041 
00043   virtual void Create(vtkKWApplication *app);
00044 
00045 protected:
00046   vtkKWCompositeWidget() {};
00047   ~vtkKWCompositeWidget() {};
00048 
00049 private:
00050   vtkKWCompositeWidget(const vtkKWCompositeWidget&); // Not implemented
00051   void operator=(const vtkKWCompositeWidget&); // Not implemented
00052 };
00053 
00054 
00055 #endif
00056 
00057 
00058 

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