|
ParaView
|
#include <vtkSMTextWidgetRepresentationProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSMTextWidgetRepresentationProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMTextWidgetRepresentationProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMTextWidgetRepresentationProxy () | |
| ~vtkSMTextWidgetRepresentationProxy () | |
| virtual void | CreateVTKObjects () |
Protected Attributes | |
| vtkSMProxy * | TextActorProxy |
| vtkSMProxy * | TextPropertyProxy |
Friends | |
| class | vtkSMTextSourceRepresentationProxy |
Definition at line 26 of file vtkSMTextWidgetRepresentationProxy.h.
| vtkSMTextWidgetRepresentationProxy::vtkSMTextWidgetRepresentationProxy | ( | ) | [protected] |
| vtkSMTextWidgetRepresentationProxy::~vtkSMTextWidgetRepresentationProxy | ( | ) | [protected] |
| static vtkSMTextWidgetRepresentationProxy* vtkSMTextWidgetRepresentationProxy::New | ( | ) | [static] |
Reimplemented from vtkSMNewWidgetRepresentationProxy.
| virtual const char* vtkSMTextWidgetRepresentationProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMNewWidgetRepresentationProxy.
| static int vtkSMTextWidgetRepresentationProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMNewWidgetRepresentationProxy.
| virtual int vtkSMTextWidgetRepresentationProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMNewWidgetRepresentationProxy.
| static vtkSMTextWidgetRepresentationProxy* vtkSMTextWidgetRepresentationProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMNewWidgetRepresentationProxy.
| void vtkSMTextWidgetRepresentationProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMNewWidgetRepresentationProxy.
| virtual void vtkSMTextWidgetRepresentationProxy::CreateVTKObjects | ( | ) | [protected, virtual] |
Overridden from vtkSMProxy to call BeginCreateVTKObjects() and EndCreateVTKObjects().
Reimplemented from vtkSMNewWidgetRepresentationProxy.
friend class vtkSMTextSourceRepresentationProxy [friend] |
Definition at line 43 of file vtkSMTextWidgetRepresentationProxy.h.
Definition at line 40 of file vtkSMTextWidgetRepresentationProxy.h.
Definition at line 41 of file vtkSMTextWidgetRepresentationProxy.h.
1.7.5.1