ParaView
Public Slots | Public Member Functions
pqProxyInformationWidget Class Reference

Widget which provides information about an output port of a source proxy. More...

#include <pqProxyInformationWidget.h>

List of all members.

Public Slots

void updateInformation ()
 TODO: have this become automatic instead of relying on the accept button in case another client modifies the pipeline.
void setOutputPort (pqOutputPort *outputport)
 Set the display whose properties we want to edit.

Public Member Functions

 pqProxyInformationWidget (QWidget *p=0)
 constructor
 ~pqProxyInformationWidget ()
 destructor
pqOutputPortgetOutputPort ()
 get the proxy for which properties are displayed

Detailed Description

Widget which provides information about an output port of a source proxy.

Definition at line 45 of file pqProxyInformationWidget.h.


Constructor & Destructor Documentation

pqProxyInformationWidget::pqProxyInformationWidget ( QWidget *  p = 0)

constructor

pqProxyInformationWidget::~pqProxyInformationWidget ( )

destructor


Member Function Documentation

pqOutputPort* pqProxyInformationWidget::getOutputPort ( )

get the proxy for which properties are displayed

void pqProxyInformationWidget::updateInformation ( ) [slot]

TODO: have this become automatic instead of relying on the accept button in case another client modifies the pipeline.

void pqProxyInformationWidget::setOutputPort ( pqOutputPort outputport) [slot]

Set the display whose properties we want to edit.


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