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 ()
 
void setOutputPort (pqOutputPort *outputport)
 Set the display whose properties we want to edit. More...
 

Public Member Functions

 pqProxyInformationWidget (QWidget *p=0)
 constructor More...
 
 ~pqProxyInformationWidget () override
 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 47 of file pqProxyInformationWidget.h.

Constructor & Destructor Documentation

◆ pqProxyInformationWidget()

pqProxyInformationWidget::pqProxyInformationWidget ( QWidget *  p = 0)

constructor

◆ ~pqProxyInformationWidget()

pqProxyInformationWidget::~pqProxyInformationWidget ( )
override

destructor

Member Function Documentation

◆ getOutputPort()

pqOutputPort* pqProxyInformationWidget::getOutputPort ( )

get the proxy for which properties are displayed

◆ updateInformation

void pqProxyInformationWidget::updateInformation ( )
slot

◆ 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: