The pqCustomFilterManager class displays the list of registered custom filter definitions.
More...
#include <pqCustomFilterManager.h>
Inherits QDialog.
The pqCustomFilterManager class displays the list of registered custom filter definitions.
The custom filter manager uses a pqCustomFilterManagerModel to get the list of registered custom filters. The custom filter manager uses the server manager to import and export custom filter definitions. It can also unregister the selected custom filter.
Definition at line 32 of file pqCustomFilterManager.h.
◆ pqCustomFilterManager()
Creates a custom filter manager dialog.
- Parameters
-
model | The list of registered custom filters to display. |
parent | The parent widget for the dialog. |
◆ ~pqCustomFilterManager()
pqCustomFilterManager::~pqCustomFilterManager |
( |
| ) |
|
|
override |
◆ selectCustomFilter
void pqCustomFilterManager::selectCustomFilter |
( |
const QString & |
name | ) |
|
|
slot |
Selects the given custom filter in the list.
- Parameters
-
name | The custom filter name to select. |
◆ importFiles
void pqCustomFilterManager::importFiles |
( |
const QStringList & |
files | ) |
|
|
slot |
Registers the custom filter definitions in the files.
- Parameters
-
files | The list of files to import. |
◆ exportSelected
void pqCustomFilterManager::exportSelected |
( |
const QStringList & |
files | ) |
|
|
slot |
Saves the selected custom filter definitions to the given files.
- Parameters
-
files | The list of files to export to. |
◆ getUnusedFilterName()
QString pqCustomFilterManager::getUnusedFilterName |
( |
const QString & |
group, |
|
|
const QString & |
name |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: