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

Servers/ServerManager/vtkSMPickBoxWidgetProxy.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMPickBoxWidgetProxy.h,v $
00005 
00006   Copyright (c) Kitware, Inc.
00007   All rights reserved.
00008   See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00019 #ifndef __vtkSMPickBoxWidgetProxy_h
00020 #define __vtkSMPickBoxWidgetProxy_h
00021 
00022 #include "vtkSMBoxWidgetProxy.h"
00023 
00024 class VTK_EXPORT vtkSMPickBoxWidgetProxy : public vtkSMBoxWidgetProxy
00025 {
00026 public:
00027   static vtkSMPickBoxWidgetProxy* New();
00028   vtkTypeRevisionMacro(vtkSMPickBoxWidgetProxy, vtkSMBoxWidgetProxy);
00029   void PrintSelf(ostream& os, vtkIndent indent);
00030 
00032   virtual void UpdateVTKObjects();
00033 
00034 // ATTRIBUTE EDITOR 
00035   vtkSetMacro(MouseControlToggle,int);
00036   vtkGetMacro(MouseControlToggle,int);
00037 
00038 
00039 protected:
00040   //BTX
00041   vtkSMPickBoxWidgetProxy();
00042   ~vtkSMPickBoxWidgetProxy();
00043   
00044 // ATTRIBUTE EDITOR
00045   int MouseControlToggle;
00046 
00047 private:
00048   vtkSMPickBoxWidgetProxy(const vtkSMPickBoxWidgetProxy&); // Not implemented
00049   void operator=(const vtkSMPickBoxWidgetProxy&); // Not implemented
00050   //ETX
00051 };
00052 
00053 #endif

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