NAME
Qt::Core::QResource
PUBLIC METHODS
- QResource(const QString & file, const QLocale & locale = QLocale())
- QResource(const QString & file, const QLocale & locale)
- QResource(const QString & file = QString(), const QLocale & locale = QLocale())
- QResource(const QString & file, const QLocale & locale = QLocale())
- ~QResource()
- QString absoluteFilePath()
- static void addSearchPath(const QString & path)
- const uchar * data()
- QString fileName()
- bool isCompressed()
- bool isValid()
- QLocale locale()
- static bool registerResource(const QString & rccFilename, const QString & resourceRoot = QString())
- static bool registerResource(const QString & rccFilename, const QString & resourceRoot)
- static bool registerResource(const uchar * rccData, const QString & resourceRoot = QString())
- static bool registerResource(const uchar * rccData, const QString & resourceRoot)
- static QStringList searchPaths()
- void setFileName(const QString & file)
- void setLocale(const QLocale & locale)
- qint64 size()
- static bool unregisterResource(const QString & rccFilename, const QString & resourceRoot = QString())
- static bool unregisterResource(const QString & rccFilename, const QString & resourceRoot)
- static bool unregisterResource(const uchar * rccData, const QString & resourceRoot = QString())
- static bool unregisterResource(const uchar * rccData, const QString & resourceRoot)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.