|
ParaView
|
proxy for a widget representation More...
#include <vtkSMWidgetRepresentationProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | OnStartInteraction () |
| virtual void | OnEndInteraction () |
| virtual void | OnInteraction () |
Static Public Member Functions | |
| static vtkSMWidgetRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMWidgetRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMWidgetRepresentationProxy () | |
| ~vtkSMWidgetRepresentationProxy () | |
| virtual void | SendRepresentation () |
Protected Attributes | |
| int | RepresentationState |
proxy for a widget representation
vtkSMWidgetRepresentationProxy is a specialized proxy that represents VTK widget representation. It adds the capability of syncing the appearance of server-side representation to the client-side representation
Definition at line 29 of file vtkSMWidgetRepresentationProxy.h.
| vtkSMWidgetRepresentationProxy::vtkSMWidgetRepresentationProxy | ( | ) | [protected] |
| vtkSMWidgetRepresentationProxy::~vtkSMWidgetRepresentationProxy | ( | ) | [protected] |
| static vtkSMWidgetRepresentationProxy* vtkSMWidgetRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMBoxRepresentationProxy, and vtkSMImplicitPlaneRepresentationProxy.
| virtual const char* vtkSMWidgetRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMBoxRepresentationProxy, and vtkSMImplicitPlaneRepresentationProxy.
| static int vtkSMWidgetRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMBoxRepresentationProxy, and vtkSMImplicitPlaneRepresentationProxy.
| virtual int vtkSMWidgetRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMBoxRepresentationProxy, and vtkSMImplicitPlaneRepresentationProxy.
| static vtkSMWidgetRepresentationProxy* vtkSMWidgetRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMBoxRepresentationProxy, and vtkSMImplicitPlaneRepresentationProxy.
| void vtkSMWidgetRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
Reimplemented in vtkSMBoxRepresentationProxy, and vtkSMImplicitPlaneRepresentationProxy.
| virtual void vtkSMWidgetRepresentationProxy::OnStartInteraction | ( | ) | [virtual] |
These method forward the representation state of the client side widget representation to the server.
| virtual void vtkSMWidgetRepresentationProxy::OnEndInteraction | ( | ) | [virtual] |
These method forward the representation state of the client side widget representation to the server.
| virtual void vtkSMWidgetRepresentationProxy::OnInteraction | ( | ) | [virtual] |
These method forward the representation state of the client side widget representation to the server.
| virtual void vtkSMWidgetRepresentationProxy::SendRepresentation | ( | ) | [protected, virtual] |
Reimplemented in vtkSMImplicitPlaneRepresentationProxy.
Definition at line 50 of file vtkSMWidgetRepresentationProxy.h.
1.7.5.1