Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldomitem_p.h>
Classes | |
struct | InMemoryContents |
Public Member Functions | |
FileToLoad (const std::weak_ptr< DomEnvironment > &environment, const QString &canonicalPath, const QString &logicalPath, const std::optional< InMemoryContents > &content) | |
FileToLoad ()=default | |
std::weak_ptr< DomEnvironment > | environment () const |
QString | canonicalPath () const |
QString | logicalPath () const |
void | setCanonicalPath (const QString &canonicalPath) |
void | setLogicalPath (const QString &logicalPath) |
std::optional< InMemoryContents > | content () const |
Static Public Member Functions | |
static FileToLoad | fromMemory (const std::weak_ptr< DomEnvironment > &environment, const QString &path, const QString &data) |
static FileToLoad | fromFileSystem (const std::weak_ptr< DomEnvironment > &environment, const QString &canonicalPath) |
Definition at line 862 of file qqmldomitem_p.h.
QQmlJS::Dom::FileToLoad::FileToLoad | ( | const std::weak_ptr< DomEnvironment > & | environment, |
const QString & | canonicalPath, | ||
const QString & | logicalPath, | ||
const std::optional< InMemoryContents > & | content ) |
|
default |
|
inline |
Definition at line 881 of file qqmldomitem_p.h.
|
inline |
Definition at line 885 of file qqmldomitem_p.h.
|
inline |
Definition at line 880 of file qqmldomitem_p.h.
|
static |
|
static |
|
inline |
Definition at line 882 of file qqmldomitem_p.h.
Definition at line 883 of file qqmldomitem_p.h.
Definition at line 884 of file qqmldomitem_p.h.