a dialog that prompts for a reader type to open a file More...
#include <pqSelectReaderDialog.h>
Inherits QDialog.
Public Member Functions | |
pqSelectReaderDialog (const QString &file, pqServer *s, vtkSMReaderFactory *factory, QWidget *p=nullptr) | |
constructor More... | |
pqSelectReaderDialog (const QString &file, pqServer *s, vtkStringList *list, QWidget *p=nullptr) | |
~pqSelectReaderDialog () override | |
destructor More... | |
QString | getReader () const |
get the reader that was chosen to read a file More... | |
QString | getGroup () const |
get the group for the chosen reader. More... | |
bool | isSetAsDefault () const |
Check if the user clicked the "Set reader as default" button. More... | |
Protected Attributes | |
QScopedPointer< pqInternal > | Internal |
a dialog that prompts for a reader type to open a file
Definition at line 19 of file pqSelectReaderDialog.h.
pqSelectReaderDialog::pqSelectReaderDialog | ( | const QString & | file, |
pqServer * | s, | ||
vtkSMReaderFactory * | factory, | ||
QWidget * | p = nullptr |
||
) |
constructor
pqSelectReaderDialog::pqSelectReaderDialog | ( | const QString & | file, |
pqServer * | s, | ||
vtkStringList * | list, | ||
QWidget * | p = nullptr |
||
) |
|
override |
destructor
QString pqSelectReaderDialog::getReader | ( | ) | const |
get the reader that was chosen to read a file
QString pqSelectReaderDialog::getGroup | ( | ) | const |
get the group for the chosen reader.
bool pqSelectReaderDialog::isSetAsDefault | ( | ) | const |
Check if the user clicked the "Set reader as default" button.
|
protected |
Definition at line 51 of file pqSelectReaderDialog.h.