vtkSMTextWidgetRepresentationProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
8 #ifndef vtkSMTextWidgetRepresentationProxy_h
9 #define vtkSMTextWidgetRepresentationProxy_h
10 
11 #include "vtkRemotingViewsModule.h" //needed for exports
13 
14 class vtkSMViewProxy;
15 
18 {
19 public:
22  void PrintSelf(ostream& os, vtkIndent indent) override;
23 
24 protected:
27 
28  void CreateVTKObjects() override;
29 
32 
33  friend class vtkSMTextSourceRepresentationProxy;
34 
35 private:
37  void operator=(const vtkSMTextWidgetRepresentationProxy&) = delete;
38 };
39 
40 #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:140