vtkSMWidgetRepresentationProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMWidgetRepresentationProxy.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef vtkSMWidgetRepresentationProxy_h
26 #define vtkSMWidgetRepresentationProxy_h
27 
28 #include "vtkRemotingViewsModule.h" //needed for exports
29 #include "vtkSMProxy.h"
30 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
39 
43  virtual void OnStartInteraction();
44  virtual void OnEndInteraction();
45  virtual void OnInteraction();
47 
48 protected:
51 
52  virtual void SendRepresentation();
53 
55 
56 private:
58  void operator=(const vtkSMWidgetRepresentationProxy&) = delete;
59 };
60 
61 #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:152
void operator=(const vtkSMProxy &)=delete