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:
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:
39 
40  virtual void SendRepresentation();
41 
43 
44 private:
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