ViewerContext Class
(QmlJS::QmlJS::ViewerContext)Public Types
enum | Flags { Complete, AddAllPathsAndDefaultSelectors, AddAllPaths, AddDefaultPaths, AddDefaultPathsAndSelectors } |
Public Functions
ViewerContext() | |
ViewerContext(const QmlJS::QStringList &selectors, const QmlJS::QStringList &paths, int language = ..., QmlJS::QmlJS::ViewerContext::Flags flags = AddAllPaths) | |
bool | languageIsCompatible(int l) const |
void | maybeAddPath(const QmlJS::QString &path) |
Member Function Documentation
ViewerContext::ViewerContext()
Default constructs an instance of ViewerContext.
ViewerContext::ViewerContext(const QmlJS::QStringList &selectors, const QmlJS::QStringList &paths, int language = ..., QmlJS::QmlJS::ViewerContext::Flags flags = AddAllPaths)
Default constructs an instance of ViewerContext.