src
paraview-5.12
Remoting
Views
vtkSMNew2DWidgetRepresentationProxy.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
3
#ifndef vtkSMNew2DWidgetRepresentationProxy_h
4
#define vtkSMNew2DWidgetRepresentationProxy_h
5
6
#include "vtkRemotingViewsModule.h"
//needed for exports
7
#include "
vtkSMNewWidgetRepresentationProxyAbstract.h
"
8
18
class
vtkContextItem
;
19
20
class
VTKREMOTINGVIEWS_EXPORT
vtkSMNew2DWidgetRepresentationProxy
21
:
public
vtkSMNewWidgetRepresentationProxyAbstract
22
{
23
public
:
24
static
vtkSMNew2DWidgetRepresentationProxy
*
New
();
25
vtkTypeMacro(
vtkSMNew2DWidgetRepresentationProxy
,
vtkSMNewWidgetRepresentationProxyAbstract
);
26
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
27
31
vtkGetObjectMacro(ContextItemProxy,
vtkSMProxy
);
32
33
protected
:
34
vtkSMNew2DWidgetRepresentationProxy
();
35
~
vtkSMNew2DWidgetRepresentationProxy
()
override
;
36
40
void
ExecuteEvent
(
unsigned
long
event)
override
;
41
46
void
CreateVTKObjects
()
override
;
47
48
vtkWeakPointer<vtkContextItem>
ContextItem
;
49
vtkSMProxy
* ContextItemProxy =
nullptr
;
50
51
private
:
52
vtkSMNew2DWidgetRepresentationProxy
(
const
vtkSMNew2DWidgetRepresentationProxy
&) =
delete
;
53
void
operator=(
const
vtkSMNew2DWidgetRepresentationProxy
&) =
delete
;
54
};
55
56
#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.
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
vtkSMNew2DWidgetRepresentationProxy::ContextItem
vtkWeakPointer< vtkContextItem > ContextItem
Definition:
vtkSMNew2DWidgetRepresentationProxy.h:48
vtkSMNew2DWidgetRepresentationProxy
proxy for 2D widgets and their representations in ParaView.
Definition:
vtkSMNew2DWidgetRepresentationProxy.h:20
vtkIndent
vtkSMNewWidgetRepresentationProxyAbstract::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkContextItem
vtkSMNewWidgetRepresentationProxyAbstract.h
vtkWeakPointer< vtkContextItem >
Generated by
1.8.17 on Wed Mar 27 2024