![]() |
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 824 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 ) |
Definition at line 351 of file qqmldomitem.cpp.
References FileToLoad().
Referenced by FileToLoad().
|
default |
|
inline |
Definition at line 843 of file qqmldomitem_p.h.
|
inline |
Definition at line 847 of file qqmldomitem_p.h.
|
inline |
Definition at line 842 of file qqmldomitem_p.h.
|
static |
Definition at line 375 of file qqmldomitem.cpp.
|
static |
Definition at line 361 of file qqmldomitem.cpp.
|
inline |
Definition at line 844 of file qqmldomitem_p.h.
Definition at line 845 of file qqmldomitem_p.h.
Definition at line 846 of file qqmldomitem_p.h.