vtkSMSpreadSheetViewProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMSpreadSheetViewProxy.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef vtkSMSpreadSheetViewProxy_h
26 #define vtkSMSpreadSheetViewProxy_h
27 
28 #include "vtkRemotingViewsModule.h" // needed for exports
29 #include "vtkSMViewProxy.h"
30 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
41  void CreateVTKObjects() override;
42 
47  void RepresentationVisibilityChanged(vtkSMProxy* repr, bool new_visibility) override;
48 
49 protected:
52 
53 private:
55  void operator=(const vtkSMSpreadSheetViewProxy&) = delete;
56 };
57 
58 #endif
proxy for "SpreadSheetView"
void CreateVTKObjects() override
Called at the end of CreateVTKObjects().
#define VTKREMOTINGVIEWS_EXPORT
Superclass for all view proxies.
static vtkSMViewProxy * New()
virtual void RepresentationVisibilityChanged(vtkSMProxy *repr, bool new_visibility)
Certain views maintain properties (or other state) that should be updated when visibility of represen...
void PrintSelf(ostream &os, vtkIndent indent) override
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152