![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QQmlFilePrivate:Public Types | |
| enum | Error { None , NotFound , CaseMismatch , Network } |
Public Member Functions | |
| QQmlFilePrivate () | |
Public Attributes | |
| QUrl | url |
| QString | urlString |
| QByteArray | data |
| Error | error |
| QString | errorString |
Definition at line 69 of file qqmlfile.cpp.
| Enumerator | |
|---|---|
| None | |
| NotFound | |
| CaseMismatch | |
| Network | |
Definition at line 79 of file qqmlfile.cpp.
| QQmlFilePrivate::QQmlFilePrivate | ( | ) |
Definition at line 154 of file qqmlfile.cpp.
| QByteArray QQmlFilePrivate::data |
Definition at line 77 of file qqmlfile.cpp.
Referenced by QQmlFile::clear(), QQmlFile::data(), QQmlFile::dataByteArray(), QQmlFile::load(), QQmlFile::load(), and QQmlFile::size().
| Error QQmlFilePrivate::error |
Definition at line 83 of file qqmlfile.cpp.
Referenced by QQmlFile::clear(), QQmlFile::error(), QQmlFile::load(), QQmlFile::load(), and QQmlFile::status().
| QString QQmlFilePrivate::errorString |
Definition at line 84 of file qqmlfile.cpp.
|
mutable |
Definition at line 74 of file qqmlfile.cpp.
Referenced by QQmlFile::clear(), QQmlFile::load(), QQmlFile::load(), QQmlFile::status(), and QQmlFile::url().
|
mutable |
Definition at line 75 of file qqmlfile.cpp.
Referenced by QQmlFile::clear(), QQmlFile::load(), QQmlFile::status(), and QQmlFile::url().