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

Widget to show information about data produced by an algorithm. More...

#include <pqProxyInformationWidget.h>

Inherits QWidget.

Public Slots

void setOutputPort (pqOutputPort *outputport)
 Set the display whose properties we want to edit. More...
 

Public Member Functions

 pqProxyInformationWidget (QWidget *p=nullptr)
 
 ~pqProxyInformationWidget () override
 
pqOutputPortoutputPort () const
 Returns the output port from whose data information this widget is currently showing. More...
 
vtkPVDataInformationdataInformation () const
 Returns the vtkPVDataInformation currently shown. More...
 

Detailed Description

Widget to show information about data produced by an algorithm.

pqProxyInformationWidget is intended to show meta-data about the data produced by a VTK algorithm. In ParaView, that maps to representing meta-data available in vtkPVDataInformation.

pqProxyInformationWidget uses pqActiveObjects to monitor the active output-port and updates to show data-information for the data produced by the active output-port, if any.

Definition at line 27 of file pqProxyInformationWidget.h.

Constructor & Destructor Documentation

◆ pqProxyInformationWidget()

pqProxyInformationWidget::pqProxyInformationWidget ( QWidget *  p = nullptr)

◆ ~pqProxyInformationWidget()

pqProxyInformationWidget::~pqProxyInformationWidget ( )
override

Member Function Documentation

◆ outputPort()

pqOutputPort* pqProxyInformationWidget::outputPort ( ) const

Returns the output port from whose data information this widget is currently showing.

◆ dataInformation()

vtkPVDataInformation* pqProxyInformationWidget::dataInformation ( ) const

Returns the vtkPVDataInformation currently shown.

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