QResource
#include <QtCore/QResource>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QResource
Overview
Protected Attributes Index
QScopedPointer< QResourcePrivate > | d_ptr |
Public Functions Index
QResource (const QString &file=QString(), const QLocale &locale=QLocale()) | |
~QResource () | |
QString | absoluteFilePath () const |
const uchar * | data () const |
QString | fileName () const |
bool | isCompressed () const |
bool | isValid () const |
QLocale | locale () const |
void | setFileName (const QString &file) |
void | setLocale (const QLocale &locale) |
qint64 | size () const |
Static Public Functions Index
void | addSearchPath (const QString &path) |
bool | registerResource (const QString &rccFilename, const QString &resourceRoot=QString()) |
bool | registerResource (const uchar *rccData, const QString &resourceRoot=QString()) |
QStringList | searchPaths () |
bool | unregisterResource (const QString &rccFilename, const QString &resourceRoot=QString()) |
bool | unregisterResource (const uchar *rccData, const QString &resourceRoot=QString()) |
Protected Functions Index
QStringList | children () const |
bool | isDir () const |
bool | isFile () const |
Protected Attributes
QScopedPointer< QResourcePrivate >
Static Public Functions
Protected Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy