|
ParaView
|
Widget which provides information about an output port of a source proxy. More...
#include <pqProxyInformationWidget.h>
Inherits QWidget.
Public Slots | |
| void | updateInformation () |
| TODO: have this become automatic instead of relying on the accept button in case another client modifies the pipeline. More... | |
| void | setOutputPort (pqOutputPort *outputport) |
| Set the display whose properties we want to edit. More... | |
Public Member Functions | |
| pqProxyInformationWidget (QWidget *p=0) | |
| constructor More... | |
| ~pqProxyInformationWidget () | |
| destructor More... | |
| pqOutputPort * | getOutputPort () |
| get the proxy for which properties are displayed More... | |
Widget which provides information about an output port of a source proxy.
Definition at line 47 of file pqProxyInformationWidget.h.
| pqProxyInformationWidget::pqProxyInformationWidget | ( | QWidget * | p = 0 | ) |
constructor
| pqProxyInformationWidget::~pqProxyInformationWidget | ( | ) |
destructor
| pqOutputPort* pqProxyInformationWidget::getOutputPort | ( | ) |
get the proxy for which properties are displayed
|
slot |
TODO: have this become automatic instead of relying on the accept button in case another client modifies the pipeline.
|
slot |
Set the display whose properties we want to edit.
1.8.12