ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSMWidgetRepresentationProxy Class Reference

proxy for a widget representation More...

#include <vtkSMWidgetRepresentationProxy.h>

Inheritance diagram for vtkSMWidgetRepresentationProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMWidgetRepresentationProxy:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

vtkSMWidgetRepresentationProxy::vtkSMWidgetRepresentationProxy ( ) [protected]
vtkSMWidgetRepresentationProxy::~vtkSMWidgetRepresentationProxy ( ) [protected]

Member Function Documentation

static vtkSMWidgetRepresentationProxy* vtkSMWidgetRepresentationProxy::New ( ) [static]
virtual const char* vtkSMWidgetRepresentationProxy::GetClassName ( ) [virtual]
static int vtkSMWidgetRepresentationProxy::IsTypeOf ( const char *  type) [static]
virtual int vtkSMWidgetRepresentationProxy::IsA ( const char *  type) [virtual]
static vtkSMWidgetRepresentationProxy* vtkSMWidgetRepresentationProxy::SafeDownCast ( vtkObject o) [static]
void vtkSMWidgetRepresentationProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
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]

Member Data Documentation

Definition at line 50 of file vtkSMWidgetRepresentationProxy.h.


The documentation for this class was generated from the following file: