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
QQmlFilePrivate Class Reference
+ 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
 

Detailed Description

Definition at line 80 of file qqmlfile.cpp.

Member Enumeration Documentation

◆ Error

Enumerator
None 
NotFound 
CaseMismatch 
Network 

Definition at line 90 of file qqmlfile.cpp.

Constructor & Destructor Documentation

◆ QQmlFilePrivate()

QQmlFilePrivate::QQmlFilePrivate ( )

Definition at line 165 of file qqmlfile.cpp.

Member Data Documentation

◆ data

◆ error

Error QQmlFilePrivate::error

◆ errorString

QString QQmlFilePrivate::errorString

Definition at line 95 of file qqmlfile.cpp.

◆ url

QUrl QQmlFilePrivate::url
mutable

◆ urlString

QString QQmlFilePrivate::urlString
mutable

Definition at line 86 of file qqmlfile.cpp.

Referenced by QQmlFile::clear(), QQmlFile::load(), QQmlFile::status(), and QQmlFile::url().


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