ImportKey Class
(Debugger::QmlJS::ImportKey)Public Types
enum | DirCompareInfo { SameDir, FirstInSecond, SecondInFirst, Different, Incompatible } |
Public Functions
ImportKey() | |
ImportKey(const Debugger::QmlJS::ImportInfo &info) | |
ImportKey(ImportType::Enum type, const Debugger::QString &path, int majorVersion = ..., int minorVersion = ...) | |
void | addToHash(Debugger::QCryptographicHash &hash) const |
int | compare(const Debugger::QmlJS::ImportKey &other) const |
Debugger::QmlJS::ImportKey::DirCompareInfo | compareDir(const Debugger::QmlJS::ImportKey &other) const |
Debugger::QmlJS::ImportKey | flatKey() const |
bool | isDirectoryLike() const |
Debugger::QString | libraryQualifiedPath() const |
Debugger::QmlJS::ImportMatchStrength | matchImport(const Debugger::QmlJS::ImportKey &o, const Debugger::QmlJS::ViewerContext &vContext) const |
Debugger::QString | path() const |
Debugger::QString | toString() const |
Member Function Documentation
ImportKey::ImportKey()
Default constructs an instance of ImportKey.
ImportKey::ImportKey(const Debugger::QmlJS::ImportInfo &info)
Default constructs an instance of ImportKey.
ImportKey::ImportKey(ImportType::Enum type, const Debugger::QString &path, int majorVersion = ..., int minorVersion = ...)
Default constructs an instance of ImportKey.