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

GUI/Widgets/vtkKWFrame.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWFrame.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 __vtkKWFrame_h
00021 #define __vtkKWFrame_h
00022 
00023 #include "vtkKWCoreWidget.h"
00024 
00025 class KWWIDGETS_EXPORT vtkKWFrame : public vtkKWCoreWidget
00026 {
00027 public:
00028   static vtkKWFrame* New();
00029   vtkTypeRevisionMacro(vtkKWFrame,vtkKWCoreWidget);
00030   void PrintSelf(ostream& os, vtkIndent indent);
00031 
00033   virtual void Create(vtkKWApplication *app);
00034 
00036 
00038   virtual void SetWidth(int);
00039   virtual int GetWidth();
00040   virtual void SetHeight(int);
00041   virtual int GetHeight();
00043   
00044 protected:
00045   vtkKWFrame() {};
00046   ~vtkKWFrame() {};
00047 
00048 private:
00049   vtkKWFrame(const vtkKWFrame&); // Not implemented
00050   void operator=(const vtkKWFrame&); // Not implemented
00051 };
00052 
00053 
00054 #endif
00055 
00056 
00057 

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