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 | |
| pqOutputPort * | outputPort () const |
| Returns the output port from whose data information this widget is currently showing. More... | |
| vtkPVDataInformation * | dataInformation () const |
Returns the vtkPVDataInformation currently shown. More... | |
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.
| pqProxyInformationWidget::pqProxyInformationWidget | ( | QWidget * | p = nullptr | ) |
|
override |
| pqOutputPort* pqProxyInformationWidget::outputPort | ( | ) | const |
Returns the output port from whose data information this widget is currently showing.
| vtkPVDataInformation* pqProxyInformationWidget::dataInformation | ( | ) | const |
Returns the vtkPVDataInformation currently shown.
|
slot |
Set the display whose properties we want to edit.
1.8.13 on Tue Dec 9 2025