#include <QtCore/qresource.h>
#ifndef QRESOURCE_H
class QResource{
public: QResource(class QString const & file = QString::QString(), class QLocale const & locale = QLocale::QLocale());
public: ~QResource();
public: void setFileName(class QString const & file);
public: class QString fileName() const
public: class QString absoluteFilePath() const
public: void setLocale(class QLocale const & locale);
public: class QLocale locale() const
public: bool isValid() const
public: bool isCompressed() const
public: qint64 size() const
public: uchar const * data() const
public: static void addSearchPath(class QString const & path);
public: static class QStringList searchPaths();
public: static bool registerResource(class QString const & rccFilename, class QString const & resourceRoot = QString::QString());
public: static bool unregisterResource(class QString const & rccFilename, class QString const & resourceRoot = QString::QString());
protected: bool isDir() const
protected: inline bool isFile() const
protected: class QStringList children() const
protected: struct QResourcePrivate* d_ptr;
private: inline struct QResourcePrivate* d_func();
private: inline struct QResourcePrivate const * d_func() const
friend struct QResourceFileEngine;
friend struct QResourcePrivate;
};
#endif // QRESOURCE_H