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

GUI/Widgets/vtkKWTkcon.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkKWTkcon.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 =========================================================================*/
00026 #ifndef __vtkKWTkcon_h
00027 #define __vtkKWTkcon_h
00028 
00029 #include "vtkKWTclInteractor.h"
00030 
00031 class vtkKWTkconInternals;
00032 
00033 class KWWIDGETS_EXPORT vtkKWTkcon : public vtkKWTclInteractor
00034 {
00035 public:
00036   static vtkKWTkcon* New();
00037   vtkTypeRevisionMacro(vtkKWTkcon, vtkKWTclInteractor);
00038   void PrintSelf(ostream& os, vtkIndent indent);
00039   
00041   virtual void Create(vtkKWApplication *app);
00042   
00044   virtual void AppendText(const char* text);
00045 
00048   virtual void Focus();
00049 
00056   virtual void UpdateEnableState();
00057 
00058 protected:
00059   vtkKWTkcon();
00060   ~vtkKWTkcon();
00061 
00062   // PIMPL Encapsulation for STL containers
00063   //BTX
00064   vtkKWTkconInternals *Internals;
00065   //ETX
00066 
00067 private:
00068   vtkKWTkcon(const vtkKWTkcon&); // Not implemented
00069   void operator=(const vtkKWTkcon&); // Not implemented
00070 };
00071 
00072 #endif
00073 

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