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

GUI/Widgets/vtkKWFrameWithScrollbar.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWFrameWithScrollbar.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 __vtkKWFrameWithScrollbar_h
00021 #define __vtkKWFrameWithScrollbar_h
00022 
00023 #include "vtkKWCoreWidget.h"
00024 
00025 class vtkKWApplication;
00026 
00027 class KWWIDGETS_EXPORT vtkKWFrameWithScrollbar : public vtkKWCoreWidget
00028 {
00029 public:
00030   static vtkKWFrameWithScrollbar* New();
00031   vtkTypeRevisionMacro(vtkKWFrameWithScrollbar,vtkKWCoreWidget);
00032   void PrintSelf(ostream& os, vtkIndent indent);
00033 
00035   virtual void Create(vtkKWApplication *app);
00036 
00038 
00039   vtkGetObjectMacro(Frame, vtkKWWidget);
00041 
00043 
00044   virtual void SetWidth(int);
00045   virtual int GetWidth();
00046   virtual void SetHeight(int);
00047   virtual int GetHeight();
00049   
00056   virtual void UpdateEnableState();
00057  
00058 protected:
00059   vtkKWFrameWithScrollbar();
00060   ~vtkKWFrameWithScrollbar();
00061 
00062   vtkKWCoreWidget *Frame;
00063   vtkKWCoreWidget *ScrollableFrame;
00064 
00065 private:
00066   vtkKWFrameWithScrollbar(const vtkKWFrameWithScrollbar&); // Not implemented
00067   void operator=(const vtkKWFrameWithScrollbar&); // Not implemented
00068 };
00069 
00070 
00071 #endif
00072 
00073 
00074 

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