Public Slots | Public Member Functions | Properties | Friends | List of all members
pqFindDataSelectionDisplayFrame Class Reference

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

#include <pqFindDataSelectionDisplayFrame.h>

Inherits QWidget.

Public Slots

void setSelectedPort (pqOutputPort *)
 Set the output port that is currently selected for which we are controlling the selection display properties. More...
 
void setView (pqView *)
 set the view in which we are controlling the selection display properties. More...
 

Public Member Functions

 pqFindDataSelectionDisplayFrame (QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags{})
 
 ~pqFindDataSelectionDisplayFrame () override
 
void setUseVerticalLayout (bool)
 pqFindDataSelectionDisplayFrame can be made to lay itself out in a more vertical fashion rather than the default, horizontal layout. More...
 
bool useVerticalLayout () const
 

Properties

bool useVerticalLayout
 

Friends

class pqInternals
 

Detailed Description

pqFindDataSelectionDisplayFrame is designed to be used by pqFindDataDialog.

pqFindDataDialog uses this class to allow controlling the display properties for the selection in the active view. Currently, it only support controlling the display properties for the selection in a render view. It monitors the active selection by tracking pqSelectionManager as well as the active view by tracking pqActiveObjects singleton.

Definition at line 49 of file pqFindDataSelectionDisplayFrame.h.

Constructor & Destructor Documentation

◆ pqFindDataSelectionDisplayFrame()

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

◆ ~pqFindDataSelectionDisplayFrame()

pqFindDataSelectionDisplayFrame::~pqFindDataSelectionDisplayFrame ( )
override

Member Function Documentation

◆ setUseVerticalLayout()

void pqFindDataSelectionDisplayFrame::setUseVerticalLayout ( bool  )

pqFindDataSelectionDisplayFrame can be made to lay itself out in a more vertical fashion rather than the default, horizontal layout.

To use a vertical layout, use this method.

◆ useVerticalLayout()

bool pqFindDataSelectionDisplayFrame::useVerticalLayout ( ) const

◆ setSelectedPort

void pqFindDataSelectionDisplayFrame::setSelectedPort ( pqOutputPort )
slot

Set the output port that is currently selected for which we are controlling the selection display properties.

◆ setView

void pqFindDataSelectionDisplayFrame::setView ( pqView )
slot

set the view in which we are controlling the selection display properties.

label properties as well as which array to label with affect only the active view.

Friends And Related Function Documentation

◆ pqInternals

friend class pqInternals
friend

Definition at line 104 of file pqFindDataSelectionDisplayFrame.h.

Property Documentation

◆ useVerticalLayout

bool pqFindDataSelectionDisplayFrame::useVerticalLayout
readwrite

Definition at line 52 of file pqFindDataSelectionDisplayFrame.h.


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