|
ParaView
|
This is a display representation for "TextDisplay" proxy. More...
#include <pqTextRepresentation.h>


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. | |
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.
| pqTextRepresentation::pqTextRepresentation | ( | const QString & | group, |
| const QString & | name, | ||
| vtkSMProxy * | display, | ||
| pqServer * | server, | ||
| QObject * | parent = 0 |
||
| ) |
| virtual pqTextRepresentation::~pqTextRepresentation | ( | ) | [virtual] |
| 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.
1.7.5.1