![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtresourcemodel_p.h>
Public Member Functions | |
| QStringList | activeResourceFilePaths () const |
| void | activateResourceFilePaths (const QStringList &paths, int *errorCount=nullptr, QString *errorMessages=nullptr) |
| bool | isModified (const QString &path) const |
| void | setModified (const QString &path) |
Friends | |
| class | QtResourceModel |
Definition at line 29 of file qtresourcemodel_p.h.
| void QtResourceSet::activateResourceFilePaths | ( | const QStringList & | paths, |
| int * | errorCount = nullptr, | ||
| QString * | errorMessages = nullptr ) |
Definition at line 107 of file qtresourcemodel.cpp.
| QStringList QtResourceSet::activeResourceFilePaths | ( | ) | const |
Definition at line 101 of file qtresourcemodel.cpp.
| bool QtResourceSet::isModified | ( | const QString & | path | ) | const |
Definition at line 112 of file qtresourcemodel.cpp.
Definition at line 117 of file qtresourcemodel.cpp.
|
friend |
Definition at line 53 of file qtresourcemodel_p.h.