vtkSMTextWidgetRepresentationProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMTextWidgetRepresentationProxy.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 =========================================================================*/
20 #ifndef vtkSMTextWidgetRepresentationProxy_h
21 #define vtkSMTextWidgetRepresentationProxy_h
22 
23 #include "vtkRemotingViewsModule.h" //needed for exports
25 
26 class vtkSMViewProxy;
27 
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
36 protected:
39 
40  void CreateVTKObjects() override;
41 
44 
45  friend class vtkSMTextSourceRepresentationProxy;
46 
47 private:
49  void operator=(const vtkSMTextWidgetRepresentationProxy&) = delete;
50 };
51 
52 #endif
#define VTKREMOTINGVIEWS_EXPORT
Superclass for all view proxies.
proxy for 3D widgets and their representations in ParaView.
void CreateVTKObjects() override
Overridden from vtkSMProxy to call BeginCreateVTKObjects() and EndCreateVTKObjects().
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSMNewWidgetRepresentationProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152