ParaView
|
A widget for representation type for a vtkSMRepresentationProxy. More...
#include <pqDisplayRepresentationWidget.h>
Inherits QWidget.
Public Slots | |
void | setRepresentation (pqDataRepresentation *display) |
set the representation proxy or pqDataRepresentation instance. More... | |
void | setRepresentation (vtkSMProxy *proxy) |
void | setRepresentationText (const QString &) |
set representation type. More... | |
Signals | |
void | representationTextChanged (const QString &) |
Public Member Functions | |
pqDisplayRepresentationWidget (QWidget *parent=0) | |
virtual | ~pqDisplayRepresentationWidget () |
QString | representationText () const |
Returns the selected representation as a string. More... | |
Properties | |
QString | representationText |
A widget for representation type for a vtkSMRepresentationProxy.
It works with a vtkSMRepresentationProxy, calling vtkSMRepresentationProxy::SetRepresentationType() to change the representation type to the one chosen by the user.
Definition at line 46 of file pqDisplayRepresentationWidget.h.
pqDisplayRepresentationWidget::pqDisplayRepresentationWidget | ( | QWidget * | parent = 0 | ) |
|
virtual |
QString pqDisplayRepresentationWidget::representationText | ( | ) | const |
Returns the selected representation as a string.
|
slot |
set the representation proxy or pqDataRepresentation instance.
|
slot |
|
slot |
set representation type.
|
signal |
|
readwrite |
Definition at line 48 of file pqDisplayRepresentationWidget.h.