![]() |
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 27 of file qtresourcemodel_p.h.
| void QtResourceSet::activateResourceFilePaths | ( | const QStringList & | paths, |
| int * | errorCount = nullptr, | ||
| QString * | errorMessages = nullptr ) |
Definition at line 106 of file qtresourcemodel.cpp.
| QStringList QtResourceSet::activeResourceFilePaths | ( | ) | const |
Definition at line 100 of file qtresourcemodel.cpp.
| bool QtResourceSet::isModified | ( | const QString & | path | ) | const |
Definition at line 111 of file qtresourcemodel.cpp.
Definition at line 116 of file qtresourcemodel.cpp.
|
friend |
Definition at line 51 of file qtresourcemodel_p.h.