QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsFindFilesByPatternDialog Class Reference

A dialog for finding files (recursively) by file pattern. More...

#include <qgsfindfilesbypatternwidget.h>

Inheritance diagram for QgsFindFilesByPatternDialog:
Inheritance graph
[legend]

Public Member Functions

 QgsFindFilesByPatternDialog (QWidget *parent SIP_TRANSFERTHIS=nullptr)
 Constructor for QgsFindFilesByPatternDialog, with the specified parent widget. More...
 
QStringList files () const
 Returns the list of files found by the dialog. More...
 

Detailed Description

A dialog for finding files (recursively) by file pattern.

Since
QGIS 3.8

Definition at line 79 of file qgsfindfilesbypatternwidget.h.

Constructor & Destructor Documentation

◆ QgsFindFilesByPatternDialog()

QgsFindFilesByPatternDialog::QgsFindFilesByPatternDialog ( QWidget *parent  SIP_TRANSFERTHIS = nullptr)

Constructor for QgsFindFilesByPatternDialog, with the specified parent widget.

Definition at line 118 of file qgsfindfilesbypatternwidget.cpp.

Member Function Documentation

◆ files()

QStringList QgsFindFilesByPatternDialog::files ( ) const

Returns the list of files found by the dialog.

This may be empty if no matching files were found.

Definition at line 143 of file qgsfindfilesbypatternwidget.cpp.


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