|
LMMS
|
Represents a search task to be carried out by the search job. More...
#include <FileSearchJob.h>
Public Attributes | |
| QString | filter |
| QStringList | paths |
| The filter to be tokenized. | |
| QStringList | extensions |
| The list of paths to search recursively through. | |
| QFlags< QDir::Filter > | dirFilters |
| The list of allowed extensions. | |
Represents a search task to be carried out by the search job.
| QFlags<QDir::Filter> lmms::gui::FileSearchJob::Task::dirFilters |
The list of allowed extensions.
| QStringList lmms::gui::FileSearchJob::Task::extensions |
The list of paths to search recursively through.
| QString lmms::gui::FileSearchJob::Task::filter |
| QStringList lmms::gui::FileSearchJob::Task::paths |
The filter to be tokenized.