QDeclarativeTypeLoader Class Reference #include <QDeclarativeTypeLoader> Inherits: QObject. Public Types
Public Functions
Additional Inherited Members
Detailed DescriptionMember Type Documentation
flags QDeclarativeTypeLoader::Options |
Constant | Value | Description |
---|---|---|
QDeclarativeTypeLoader::None | 0 | The default value, indicating that no other options are enabled. |
QDeclarativeTypeLoader::PreserveParser | 1 | The parser used to handle the type data is preserved after the data has been parsed. |
The Options type is a typedef for QFlags<Option>. It stores an OR combination of Option values.
Returns the absolute filename of path via a directory cache for files named "qmldir", "*.qml", "*.js" Returns a empty string if the path does not exist.
Returns a QDeclarativeTypeData for the specified url. The QDeclarativeTypeData may be cached.
Returns a QDeclarativeTypeData for the given data with the provided base url. The QDeclarativeTypeData will not be cached.
The specified options control how the loader handles type data.
Return a QDeclarativeQmldirData for url. The QDeclarativeQmldirData may be cached.
Return a QDeclarativeScriptData for url. The QDeclarativeScriptData may be cached.
Return a QDeclarativeDirParser for absoluteFilePath. The QDeclarativeDirParser may be cached.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.