src
paraview-5.12
Remoting
Views
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
12
#include "
vtkSMNewWidgetRepresentationProxy.h
"
13
14
class
vtkSMViewProxy
;
15
16
class
VTKREMOTINGVIEWS_EXPORT
vtkSMTextWidgetRepresentationProxy
17
:
public
vtkSMNewWidgetRepresentationProxy
18
{
19
public
:
20
static
vtkSMTextWidgetRepresentationProxy
*
New
();
21
vtkTypeMacro(
vtkSMTextWidgetRepresentationProxy
,
vtkSMNewWidgetRepresentationProxy
);
22
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
23
24
protected
:
25
vtkSMTextWidgetRepresentationProxy
();
26
~
vtkSMTextWidgetRepresentationProxy
()
override
;
27
28
void
CreateVTKObjects
()
override
;
29
30
vtkSMProxy
*
TextActorProxy
;
31
vtkSMProxy
*
TextPropertyProxy
;
32
33
friend
class
vtkSMTextSourceRepresentationProxy;
34
35
private
:
36
vtkSMTextWidgetRepresentationProxy
(
const
vtkSMTextWidgetRepresentationProxy
&) =
delete
;
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
Generated by
1.8.17 on Wed Mar 27 2024