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

Servers/ServerManager/vtkSMSimpleStringInformationHelper.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   ParaView
00004   Module:    $RCSfile: vtkSMSimpleStringInformationHelper.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 =========================================================================*/
00026 #ifndef __vtkSMSimpleStringInformationHelper_h
00027 #define __vtkSMSimpleStringInformationHelper_h
00028 
00029 #include "vtkSMInformationHelper.h"
00030 #include "vtkClientServerID.h" // needed for vtkClientServerID
00031 
00032 class vtkSMProperty;
00033 
00034 class VTK_EXPORT vtkSMSimpleStringInformationHelper : public vtkSMInformationHelper
00035 {
00036 public:
00037   static vtkSMSimpleStringInformationHelper* New();
00038   vtkTypeRevisionMacro(vtkSMSimpleStringInformationHelper, vtkSMInformationHelper);
00039   void PrintSelf(ostream& os, vtkIndent indent);
00040 
00041   //BTX
00043 
00046   virtual void UpdateProperty(
00047     int serverIds, vtkClientServerID objectId, vtkSMProperty* prop);
00048   //ETX
00050 
00051 protected:
00052   vtkSMSimpleStringInformationHelper();
00053   ~vtkSMSimpleStringInformationHelper();
00054 
00055 private:
00056   vtkSMSimpleStringInformationHelper(const vtkSMSimpleStringInformationHelper&); // Not implemented
00057   void operator=(const vtkSMSimpleStringInformationHelper&); // Not implemented
00058 };
00059 
00060 #endif

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