Public Member Functions | List of all members
pqSelectionLinkDialog Class Reference

Dialog used to ask the user for selection link options. More...

#include <pqSelectionLinkDialog.h>

Inherits QDialog.

Public Member Functions

 pqSelectionLinkDialog (QWidget *parent, Qt::WindowFlags f=Qt::WindowFlags{})
 
 ~pqSelectionLinkDialog () override
 
void setEnableConvertToIndices (bool enable)
 Specify if the convert to indices flag should be set to on Default behaviour is on. More...
 
bool convertToIndices () const
 Returns if the user requested to convert to indices. More...
 

Detailed Description

Dialog used to ask the user for selection link options.

Definition at line 41 of file pqSelectionLinkDialog.h.

Constructor & Destructor Documentation

◆ pqSelectionLinkDialog()

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

◆ ~pqSelectionLinkDialog()

pqSelectionLinkDialog::~pqSelectionLinkDialog ( )
override

Member Function Documentation

◆ setEnableConvertToIndices()

void pqSelectionLinkDialog::setEnableConvertToIndices ( bool  enable)

Specify if the convert to indices flag should be set to on Default behaviour is on.

It can sometimes be useful to disable it, eg. A frustum selection over multiple datasets.

◆ convertToIndices()

bool pqSelectionLinkDialog::convertToIndices ( ) const

Returns if the user requested to convert to indices.


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