Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlPreviewBlacklist Class Reference

#include <qqmlpreviewblacklist.h>

+ Collaboration diagram for QQmlPreviewBlacklist:

Public Member Functions

void blacklist (const QString &path)
 
void whitelist (const QString &path)
 
bool isBlacklisted (const QString &path) const
 
void clear ()
 

Detailed Description

Definition at line 25 of file qqmlpreviewblacklist.h.

Member Function Documentation

◆ blacklist()

QT_BEGIN_NAMESPACE void QQmlPreviewBlacklist::blacklist ( const QString & path)

Definition at line 8 of file qqmlpreviewblacklist.cpp.

Referenced by QQmlPreviewFileLoader::QQmlPreviewFileLoader().

+ Here is the caller graph for this function:

◆ clear()

void QQmlPreviewBlacklist::clear ( )

Definition at line 25 of file qqmlpreviewblacklist.cpp.

◆ isBlacklisted()

bool QQmlPreviewBlacklist::isBlacklisted ( const QString & path) const

Definition at line 20 of file qqmlpreviewblacklist.cpp.

Referenced by QQmlPreviewFileLoader::isBlacklisted().

+ Here is the caller graph for this function:

◆ whitelist()

void QQmlPreviewBlacklist::whitelist ( const QString & path)

Definition at line 14 of file qqmlpreviewblacklist.cpp.

Referenced by QQmlPreviewFileLoader::QQmlPreviewFileLoader(), and QQmlPreviewFileLoader::whitelist().

+ Here is the caller graph for this function:

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