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

GUI/Client/vtkPVTracedWidget.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Module:    $RCSfile: vtkPVTracedWidget.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 =========================================================================*/
00022 #ifndef __vtkPVTracedWidget_h
00023 #define __vtkPVTracedWidget_h
00024 
00025 #include "vtkKWCompositeWidget.h"
00026 
00027 class vtkPVTraceHelper;
00028 
00029 class VTK_EXPORT vtkPVTracedWidget : public vtkKWCompositeWidget
00030 {
00031 public:
00032   static vtkPVTracedWidget* New();
00033   vtkTypeRevisionMacro(vtkPVTracedWidget,vtkKWCompositeWidget);
00034   void PrintSelf(ostream& os, vtkIndent indent);
00035 
00037 
00041   virtual int HasTraceHelper();
00042   virtual vtkPVTraceHelper* GetTraceHelper();
00044 
00045 protected:
00046   vtkPVTracedWidget();
00047   ~vtkPVTracedWidget();
00048 
00049 private:
00050   
00051   // In private: to allow lazy evaluation.
00052 
00053   vtkPVTraceHelper* TraceHelper;
00054 
00055   vtkPVTracedWidget(const vtkPVTracedWidget&); // Not implemented
00056   void operator=(const vtkPVTracedWidget&); // Not implemented
00057 };
00058 
00059 #endif

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