#include <qqmldomitem_p.h>
Definition at line 850 of file qqmldomitem_p.h.
◆ FileToLoad() [1/2]
QQmlJS::Dom::FileToLoad::FileToLoad |
( |
const std::weak_ptr< DomEnvironment > & |
environment, |
|
|
const QString & |
canonicalPath, |
|
|
const QString & |
logicalPath, |
|
|
std::optional< InMemoryContents > |
content, |
|
|
DomCreationOptions |
options |
|
) |
| |
◆ FileToLoad() [2/2]
QQmlJS::Dom::FileToLoad::FileToLoad |
( |
| ) |
|
|
default |
◆ canonicalPath()
QString QQmlJS::Dom::FileToLoad::canonicalPath |
( |
| ) |
const |
|
inline |
◆ content()
◆ environment()
std::weak_ptr< DomEnvironment > QQmlJS::Dom::FileToLoad::environment |
( |
| ) |
const |
|
inline |
◆ fromFileSystem()
static FileToLoad QQmlJS::Dom::FileToLoad::fromFileSystem |
( |
const std::weak_ptr< DomEnvironment > & |
environment, |
|
|
const QString & |
canonicalPath, |
|
|
DomCreationOptions |
options = None |
|
) |
| |
|
static |
◆ fromMemory()
◆ logicalPath()
QString QQmlJS::Dom::FileToLoad::logicalPath |
( |
| ) |
const |
|
inline |
◆ options()
DomCreationOptions QQmlJS::Dom::FileToLoad::options |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: