src
paraview-5.12
Remoting
Views
vtkSMNewWidgetRepresentationProxy.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
17
#ifndef vtkSMNewWidgetRepresentationProxy_h
18
#define vtkSMNewWidgetRepresentationProxy_h
19
20
#include "vtkRemotingViewsModule.h"
//needed for exports
21
#include "
vtkSMNewWidgetRepresentationProxyAbstract.h
"
22
class
vtkSMViewProxy
;
23
class
vtkAbstractWidget
;
24
25
class
VTKREMOTINGVIEWS_EXPORT
vtkSMNewWidgetRepresentationProxy
26
:
public
vtkSMNewWidgetRepresentationProxyAbstract
27
{
28
public
:
29
static
vtkSMNewWidgetRepresentationProxy
*
New
();
30
vtkTypeMacro(
vtkSMNewWidgetRepresentationProxy
,
vtkSMNewWidgetRepresentationProxyAbstract
);
31
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
32
34
37
vtkGetObjectMacro(Widget,
vtkAbstractWidget
);
39
41
44
vtkGetObjectMacro(RepresentationProxy,
vtkSMProxy
);
46
47
protected
:
48
vtkSMNewWidgetRepresentationProxy
();
49
~
vtkSMNewWidgetRepresentationProxy
()
override
;
50
55
void
CreateVTKObjects
()
override
;
56
57
vtkSMProxy
* RepresentationProxy =
nullptr
;
58
vtkSMProxy
* WidgetProxy =
nullptr
;
59
vtkAbstractWidget
* Widget =
nullptr
;
60
64
void
ExecuteEvent
(
unsigned
long
event)
override
;
65
66
private
:
67
vtkSMNewWidgetRepresentationProxy
(
const
vtkSMNewWidgetRepresentationProxy
&) =
delete
;
68
void
operator=(
const
vtkSMNewWidgetRepresentationProxy
&) =
delete
;
69
};
70
71
#endif
vtkSMProxy::New
static vtkSMProxy * New()
vtkSMProxy::CreateVTKObjects
virtual void CreateVTKObjects()
Given a class name (by setting VTKClassName) and server ids (by setting ServerIDs),...
vtkSMNewWidgetRepresentationProxyAbstract
Abstract class for proxies for 2D and 3D widgets.
Definition:
vtkSMNewWidgetRepresentationProxyAbstract.h:26
vtkSMNewWidgetRepresentationProxyAbstract::ExecuteEvent
virtual void ExecuteEvent(unsigned long event)=0
Called every time the user interacts with the widget.
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
vtkAbstractWidget
vtkIndent
vtkSMNewWidgetRepresentationProxyAbstract::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMViewProxy
Superclass for all view proxies.
Definition:
vtkSMViewProxy.h:42
vtkSMNewWidgetRepresentationProxyAbstract.h
Generated by
1.8.17 on Wed Mar 27 2024