ParaView
Public Member Functions
pqTextRepresentation Class Reference

This is a display representation for "TextDisplay" proxy. More...

#include <pqTextRepresentation.h>

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

List of all members.

Public Member Functions

 pqTextRepresentation (const QString &group, const QString &name, vtkSMProxy *display, pqServer *server, QObject *parent=0)
virtual ~pqTextRepresentation ()
virtual void setDefaultPropertyValues ()
 Sets default values for the underlying proxy.

Detailed Description

This is a display representation for "TextDisplay" proxy.

This class may soon be removed since there's no particular need for it. It was created when text source wasn't a true source.

Definition at line 41 of file pqTextRepresentation.h.


Constructor & Destructor Documentation

pqTextRepresentation::pqTextRepresentation ( const QString &  group,
const QString &  name,
vtkSMProxy display,
pqServer server,
QObject *  parent = 0 
)
virtual pqTextRepresentation::~pqTextRepresentation ( ) [virtual]

Member Function Documentation

virtual void pqTextRepresentation::setDefaultPropertyValues ( ) [virtual]

Sets default values for the underlying proxy.

This is during the initialization stage of the pqProxy for proxies created by the GUI itself i.e. for proxies loaded through state or created by python client this method won't be called. The default implementation iterates over all properties of the proxy and sets them to default values.

Reimplemented from pqDataRepresentation.


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