src
paraview-5.12
Remoting
Views
vtkSMWidgetRepresentationProxy.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
13
#ifndef vtkSMWidgetRepresentationProxy_h
14
#define vtkSMWidgetRepresentationProxy_h
15
16
#include "vtkRemotingViewsModule.h"
//needed for exports
17
#include "
vtkSMProxy.h
"
18
19
class
VTKREMOTINGVIEWS_EXPORT
vtkSMWidgetRepresentationProxy
:
public
vtkSMProxy
20
{
21
public
:
22
static
vtkSMWidgetRepresentationProxy
*
New
();
23
vtkTypeMacro(
vtkSMWidgetRepresentationProxy
,
vtkSMProxy
);
24
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
25
27
31
virtual
void
OnStartInteraction();
32
virtual
void
OnEndInteraction();
33
virtual
void
OnInteraction();
35
36
protected
:
37
vtkSMWidgetRepresentationProxy
();
38
~
vtkSMWidgetRepresentationProxy
()
override
;
39
40
virtual
void
SendRepresentation();
41
42
int
RepresentationState
;
43
44
private
:
45
vtkSMWidgetRepresentationProxy
(
const
vtkSMWidgetRepresentationProxy
&) =
delete
;
46
void
operator=
(
const
vtkSMWidgetRepresentationProxy
&) =
delete
;
47
};
48
49
#endif
vtkSMProxy::New
static vtkSMProxy * New()
vtkSMWidgetRepresentationProxy::RepresentationState
int RepresentationState
Definition:
vtkSMWidgetRepresentationProxy.h:42
vtkSMWidgetRepresentationProxy
proxy for a widget representation
Definition:
vtkSMWidgetRepresentationProxy.h:19
vtkSMProxy
proxy for a VTK object(s) on a server
Definition:
vtkSMProxy.h:140
vtkSMProxy::operator=
void operator=(const vtkSMProxy &)=delete
vtkIndent
vtkSMProxy.h
vtkSMProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Generated by
1.8.17 on Wed Mar 27 2024