ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSMContextNamedOptionsProxy Class Reference

#include <vtkSMContextNamedOptionsProxy.h>

Inheritance diagram for vtkSMContextNamedOptionsProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMContextNamedOptionsProxy:
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)

Static Public Member Functions

static
vtkSMContextNamedOptionsProxy
New ()
static int IsTypeOf (const char *type)
static
vtkSMContextNamedOptionsProxy
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMContextNamedOptionsProxy ()
 ~vtkSMContextNamedOptionsProxy ()
virtual void UpdatePropertyInformationInternal (vtkSMProperty *)

Detailed Description

Definition at line 28 of file vtkSMContextNamedOptionsProxy.h.


Constructor & Destructor Documentation

vtkSMContextNamedOptionsProxy::vtkSMContextNamedOptionsProxy ( ) [protected]
vtkSMContextNamedOptionsProxy::~vtkSMContextNamedOptionsProxy ( ) [protected]

Member Function Documentation

static vtkSMContextNamedOptionsProxy* vtkSMContextNamedOptionsProxy::New ( ) [static]

Reimplemented from vtkSMProxy.

virtual const char* vtkSMContextNamedOptionsProxy::GetClassName ( ) [virtual]

Reimplemented from vtkSMProxy.

static int vtkSMContextNamedOptionsProxy::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSMProxy.

virtual int vtkSMContextNamedOptionsProxy::IsA ( const char *  type) [virtual]

Reimplemented from vtkSMProxy.

static vtkSMContextNamedOptionsProxy* vtkSMContextNamedOptionsProxy::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMProxy.

void vtkSMContextNamedOptionsProxy::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMProxy.

virtual void vtkSMContextNamedOptionsProxy::UpdatePropertyInformationInternal ( vtkSMProperty ) [protected, virtual]

Called to update the property information on the property. It is assured that the property passed in as an argument is a self property. Both the overloads of UpdatePropertyInformation() call this method, so subclass can override this method to perform special tasks.

Reimplemented from vtkSMProxy.


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