Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
scanner.h File Reference

(c96c31fa2d84a7f81dbcb220dff53f9cbb16805d)

#include "logging.h"
#include "package.h"
#include <QtCore/qstring.h>
#include <QtCore/qlist.h>
#include <optional>
+ Include dependency graph for scanner.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Scanner
 

Functions

std::optional< QList< Package > > Scanner::readFile (const QString &filePath, Checks checks, LogLevel logLevel)
 
std::optional< QList< Package > > Scanner::scanDirectory (const QString &directory, InputFormats inputFormats, Checks checks, LogLevel logLevel)