Signals | Public Member Functions | Friends | List of all members
pqFindDataCurrentSelectionFrame Class Reference

pqFindDataCurrentSelectionFrame is designed to be used by pqFindDataDialog. More...

#include <pqFindDataCurrentSelectionFrame.h>

Inherits QWidget.

Signals

void showing (pqOutputPort *)
 signal fired to indicate the selected port that currently being shown in the frame. More...
 

Public Member Functions

 pqFindDataCurrentSelectionFrame (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags{})
 
 ~pqFindDataCurrentSelectionFrame () override
 
pqOutputPortshowingPort () const
 return the port from which this frame is showing the selected data, if any. More...
 

Friends

class pqInternals
 

Detailed Description

pqFindDataCurrentSelectionFrame is designed to be used by pqFindDataDialog.

pqFindDataDialog uses this class to show the current selection in a spreadsheet view. This class encapsulates the logic to monitor the current selection by tracking the pqSelectionManager and then showing the results in the spreadsheet.

Definition at line 19 of file pqFindDataCurrentSelectionFrame.h.

Constructor & Destructor Documentation

◆ pqFindDataCurrentSelectionFrame()

pqFindDataCurrentSelectionFrame::pqFindDataCurrentSelectionFrame ( QWidget *  parent = nullptr,
Qt::WindowFlags  f = Qt::WindowFlags{} 
)

◆ ~pqFindDataCurrentSelectionFrame()

pqFindDataCurrentSelectionFrame::~pqFindDataCurrentSelectionFrame ( )
override

Member Function Documentation

◆ showingPort()

pqOutputPort* pqFindDataCurrentSelectionFrame::showingPort ( ) const

return the port from which this frame is showing the selected data, if any.

◆ showing

void pqFindDataCurrentSelectionFrame::showing ( pqOutputPort )
signal

signal fired to indicate the selected port that currently being shown in the frame.

Friends And Related Function Documentation

◆ pqInternals

friend class pqInternals
friend

Definition at line 72 of file pqFindDataCurrentSelectionFrame.h.


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