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... | |
Dialog used to ask the user for selection link options.
Definition at line 13 of file pqSelectionLinkDialog.h.
pqSelectionLinkDialog::pqSelectionLinkDialog | ( | QWidget * | parent, |
Qt::WindowFlags | f = Qt::WindowFlags{} |
||
) |
|
override |
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.
bool pqSelectionLinkDialog::convertToIndices | ( | ) | const |
Returns if the user requested to convert to indices.