ParaView
Public Slots | Public Member Functions | List of all members
pqProxyInformationWidget Class Reference

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...
 
pqOutputPortgetOutputPort ()
 get the proxy for which properties are displayed More...
 

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::pqProxyInformationWidget ( QWidget *  p = 0)

constructor

§ ~pqProxyInformationWidget()

pqProxyInformationWidget::~pqProxyInformationWidget ( )

destructor

Member Function Documentation

§ getOutputPort()

pqOutputPort* pqProxyInformationWidget::getOutputPort ( )

get the proxy for which properties are displayed

§ updateInformation

void pqProxyInformationWidget::updateInformation ( )
slot

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

§ setOutputPort

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: