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 
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
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
proxy for a widget representation
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
void operator=(const vtkSMProxy &)=delete