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 
16 class VTKREMOTINGVIEWS_EXPORT vtkSMTextWidgetRepresentationProxy
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
vtkSMTextWidgetRepresentationProxy::TextPropertyProxy
vtkSMProxy * TextPropertyProxy
Definition: vtkSMTextWidgetRepresentationProxy.h:31
vtkSMTextWidgetRepresentationProxy
Definition: vtkSMTextWidgetRepresentationProxy.h:16
vtkSMNewWidgetRepresentationProxy
proxy for 3D widgets and their representations in ParaView.
Definition: vtkSMNewWidgetRepresentationProxy.h:25
vtkSMProxy
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
vtkSMNewWidgetRepresentationProxy::New
static vtkSMNewWidgetRepresentationProxy * New()
vtkIndent
vtkSMViewProxy
Superclass for all view proxies.
Definition: vtkSMViewProxy.h:42
vtkSMNewWidgetRepresentationProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMNewWidgetRepresentationProxy::CreateVTKObjects
void CreateVTKObjects() override
Overridden from vtkSMProxy to call BeginCreateVTKObjects() and EndCreateVTKObjects().
vtkSMNewWidgetRepresentationProxy.h
vtkSMTextWidgetRepresentationProxy::TextActorProxy
vtkSMProxy * TextActorProxy
Definition: vtkSMTextWidgetRepresentationProxy.h:30