Qt 4.8
Public Functions | List of all members
QResourceFileEngine Class Reference

#include <qresource_p.h>

Inheritance diagram for QResourceFileEngine:
QAbstractFileEngine

Public Functions

virtual bool atEnd () const
 
virtual IteratorbeginEntryList (QDir::Filters filters, const QStringList &filterNames)
 
virtual bool caseSensitive () const
 Should return true if the underlying file system is case-sensitive; otherwise return false. More...
 
virtual bool close ()
 Closes the file, returning true if successful; otherwise returns false. More...
 
virtual bool copy (const QString &newName)
 Copies the contents of this file to a file with the name newName. More...
 
virtual IteratorendEntryList ()
 
virtual QStringList entryList (QDir::Filters filters, const QStringList &filterNames) const
 Requests that a list of all the files matching the filters list based on the filterNames in the file engine's directory are returned. More...
 
bool extension (Extension extension, const ExtensionOption *option=0, ExtensionReturn *output=0)
 This virtual function can be reimplemented in a QAbstractFileEngine subclass to provide support for extensions. More...
 
virtual FileFlags fileFlags (FileFlags type) const
 This function should return the set of OR'd flags that are true for the file engine's file, and that are in the type's OR'd members. More...
 
virtual QString fileName (QAbstractFileEngine::FileName file) const
 Return the file engine's current file name in the format specified by file. More...
 
virtual QDateTime fileTime (FileTime time) const
 If time is CreationTime, return when the file was created. More...
 
virtual bool flush ()
 Flushes the open file, returning true if successful; otherwise returns false. More...
 
virtual bool isRelativePath () const
 Return true if the file referred to by this file engine has a relative path; otherwise return false. More...
 
virtual bool isSequential () const
 Returns true if the file is a sequential access device; returns false if the file is a direct access device. More...
 
virtual bool link (const QString &newName)
 Creates a link from the file currently specified by fileName() to newName. More...
 
virtual bool mkdir (const QString &dirName, bool createParentDirectories) const
 Requests that the directory dirName be created. More...
 
virtual bool open (QIODevice::OpenMode flags)
 Opens the file in the specified mode. More...
 
virtual QString owner (FileOwner) const
 If owner is OwnerUser return the name of the user who owns the file. More...
 
virtual uint ownerId (FileOwner) const
 If owner is OwnerUser return the ID of the user who owns the file. More...
 
virtual qint64 pos () const
 Returns the current file position. More...
 
 QResourceFileEngine (const QString &path)
 
virtual qint64 read (char *data, qint64 maxlen)
 Reads a number of characters from the file into data. More...
 
virtual bool remove ()
 Requests that the file is deleted from the file system. More...
 
virtual bool rename (const QString &newName)
 Requests that the file be renamed to newName in the file system. More...
 
virtual bool rmdir (const QString &dirName, bool recurseParentDirectories) const
 Requests that the directory dirName is deleted from the file system. More...
 
virtual bool seek (qint64)
 Sets the file position to the given offset. More...
 
virtual void setFileName (const QString &file)
 Sets the file engine's file name to file. More...
 
virtual bool setPermissions (uint perms)
 Requests that the file's permissions be set to perms. More...
 
virtual bool setSize (qint64 size)
 Requests that the file be set to size size. More...
 
virtual qint64 size () const
 Returns the size of the file. More...
 
bool supportsExtension (Extension extension) const
 This virtual function returns true if the file engine supports extension; otherwise, false is returned. More...
 
virtual qint64 write (const char *data, qint64 len)
 Writes len bytes from data to the file. More...
 
 ~QResourceFileEngine ()
 
- Public Functions inherited from QAbstractFileEngine
bool atEnd () const
 Returns true if the current position is at the end of the file; otherwise, returns false. More...
 
QFile::FileError error () const
 Returns the QFile::FileError that resulted from the last failed operation. More...
 
QString errorString () const
 Returns the human-readable message appropriate to the current error reported by error(). More...
 
virtual int handle () const
 Returns the native file handle for this file engine. More...
 
ucharmap (qint64 offset, qint64 size, QFile::MemoryMapFlags flags)
 Maps size bytes of the file into memory starting at offset. More...
 
virtual qint64 readLine (char *data, qint64 maxlen)
 This function reads one line, terminated by a '
' character, from the file info data. More...
 
bool unmap (uchar *ptr)
 Unmaps the memory address. More...
 
virtual ~QAbstractFileEngine ()
 Destroys the QAbstractFileEngine. More...
 

Additional Inherited Members

- Public Types inherited from QAbstractFileEngine
enum  Extension { AtEndExtension, FastReadLineExtension, MapExtension, UnMapExtension }
 This enum describes the types of extensions that the file engine can support. More...
 
enum  FileFlag {
  ReadOwnerPerm = 0x4000, WriteOwnerPerm = 0x2000, ExeOwnerPerm = 0x1000, ReadUserPerm = 0x0400,
  WriteUserPerm = 0x0200, ExeUserPerm = 0x0100, ReadGroupPerm = 0x0040, WriteGroupPerm = 0x0020,
  ExeGroupPerm = 0x0010, ReadOtherPerm = 0x0004, WriteOtherPerm = 0x0002, ExeOtherPerm = 0x0001,
  LinkType = 0x10000, FileType = 0x20000, DirectoryType = 0x40000, BundleType = 0x80000,
  HiddenFlag = 0x0100000, LocalDiskFlag = 0x0200000, ExistsFlag = 0x0400000, RootFlag = 0x0800000,
  Refresh = 0x1000000, PermsMask = 0x0000FFFF, TypesMask = 0x000F0000, FlagsMask = 0x0FF00000,
  FileInfoAll = FlagsMask | PermsMask | TypesMask
}
 The permissions and types of a file, suitable for OR'ing together. More...
 
enum  FileName {
  DefaultName, BaseName, PathName, AbsoluteName,
  AbsolutePathName, LinkName, CanonicalName, CanonicalPathName,
  BundleName, NFileNames = 9
}
 These values are used to request a file name in a particular format. More...
 
enum  FileOwner { OwnerUser, OwnerGroup }
 
enum  FileTime { CreationTime, ModificationTime, AccessTime }
 These are used by the fileTime() function. More...
 
typedef QAbstractFileEngineIterator Iterator
 
- Static Public Functions inherited from QAbstractFileEngine
static QAbstractFileEnginecreate (const QString &fileName)
 Creates and returns a QAbstractFileEngine suitable for processing fileName. More...
 
- Protected Functions inherited from QAbstractFileEngine
 QAbstractFileEngine ()
 Constructs a new QAbstractFileEngine that does not refer to any file or directory. More...
 
 QAbstractFileEngine (QAbstractFileEnginePrivate &)
 Constructs a QAbstractFileEngine. More...
 
void setError (QFile::FileError error, const QString &str)
 Sets the error type to error, and the error string to errorString. More...
 
- Protected Variables inherited from QAbstractFileEngine
QScopedPointer< QAbstractFileEnginePrivated_ptr
 

Detailed Description

Definition at line 61 of file qresource_p.h.

Constructors and Destructors

◆ QResourceFileEngine()

QResourceFileEngine::QResourceFileEngine ( const QString path)
explicit

Definition at line 1246 of file qresource.cpp.

1246  :
1248 {
1250  d->resource.setFileName(file);
1251  if(d->resource.isCompressed() && d->resource.size()) {
1252 #ifndef QT_NO_COMPRESS
1253  d->uncompressed = qUncompress(d->resource.data(), d->resource.size());
1254 #else
1255  Q_ASSERT(!"QResourceFileEngine::open: Qt built without support for compression");
1256 #endif
1257  }
1258 }
double d
Definition: qnumeric_p.h:62
Q_CORE_EXPORT QByteArray qUncompress(const uchar *data, int nbytes)
#define Q_ASSERT(cond)
Definition: qglobal.h:1823
#define Q_D(Class)
Definition: qglobal.h:2482
QAbstractFileEngine()
Constructs a new QAbstractFileEngine that does not refer to any file or directory.

◆ ~QResourceFileEngine()

QResourceFileEngine::~QResourceFileEngine ( )

Definition at line 1260 of file qresource.cpp.

1261 {
1262 }

Functions

◆ atEnd()

bool QResourceFileEngine::atEnd ( ) const
virtual

Definition at line 1353 of file qresource.cpp.

1354 {
1355  Q_D(const QResourceFileEngine);
1356  if(!d->resource.isValid())
1357  return true;
1358  return d->offset == size();
1359 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482
virtual qint64 size() const
Returns the size of the file.
Definition: qresource.cpp:1337

◆ beginEntryList()

QAbstractFileEngine::Iterator * QResourceFileEngine::beginEntryList ( QDir::Filters  filters,
const QStringList filterNames 
)
virtual
Warning
This function is not part of the public interface.

Reimplemented from QAbstractFileEngine.

Definition at line 1459 of file qresource.cpp.

1461 {
1462  return new QResourceFileEngineIterator(filters, filterNames);
1463 }
static const char *const filters[3]

◆ caseSensitive()

bool QResourceFileEngine::caseSensitive ( ) const
virtual

Should return true if the underlying file system is case-sensitive; otherwise return false.

This virtual function must be reimplemented by all subclasses.

Reimplemented from QAbstractFileEngine.

Definition at line 1241 of file qresource.cpp.

1242 {
1243  return true;
1244 }

◆ close()

bool QResourceFileEngine::close ( )
virtual

Closes the file, returning true if successful; otherwise returns false.

The default implementation always returns false.

Reimplemented from QAbstractFileEngine.

Definition at line 1284 of file qresource.cpp.

1285 {
1287  d->offset = 0;
1288  d->uncompressed.clear();
1289  return true;
1290 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ copy()

bool QResourceFileEngine::copy ( const QString newName)
virtual

Copies the contents of this file to a file with the name newName.

Returns true on success; otherwise, false is returned.

Reimplemented from QAbstractFileEngine.

Definition at line 1322 of file qresource.cpp.

1323 {
1324  return false;
1325 }

◆ endEntryList()

QAbstractFileEngine::Iterator * QResourceFileEngine::endEntryList ( )
virtual
Warning
This function is not part of the public interface.

Reimplemented from QAbstractFileEngine.

Definition at line 1468 of file qresource.cpp.

1469 {
1470  return 0;
1471 }

◆ entryList()

QStringList QResourceFileEngine::entryList ( QDir::Filters  filters,
const QStringList filterNames 
) const
virtual

Requests that a list of all the files matching the filters list based on the filterNames in the file engine's directory are returned.

Should return an empty list if the file engine refers to a file rather than a directory, or if the directory is unreadable or does not exist or if nothing matches the specifications.

This virtual function must be reimplemented by all subclasses.

See also
setFileName()

Reimplemented from QAbstractFileEngine.

Definition at line 1236 of file qresource.cpp.

1237 {
1238  return QAbstractFileEngine::entryList(filters, filterNames);
1239 }
virtual QStringList entryList(QDir::Filters filters, const QStringList &filterNames) const
Requests that a list of all the files matching the filters list based on the filterNames in the file ...
static const char *const filters[3]

◆ extension()

bool QResourceFileEngine::extension ( Extension  extension,
const ExtensionOption option = 0,
ExtensionReturn output = 0 
)
virtual

This virtual function can be reimplemented in a QAbstractFileEngine subclass to provide support for extensions.

Since
4.3

The option argument is provided as input to the extension, and this function can store output results in output.

The behavior of this function is determined by extension; see the Extension documentation for details.

You can call supportsExtension() to check if an extension is supported by the file engine.

By default, no extensions are supported, and this function returns false.

See also
supportsExtension(), Extension

Reimplemented from QAbstractFileEngine.

Definition at line 1473 of file qresource.cpp.

1474 {
1476  if (extension == MapExtension) {
1477  const MapExtensionOption *options = (MapExtensionOption*)(option);
1478  MapExtensionReturn *returnValue = static_cast<MapExtensionReturn*>(output);
1479  returnValue->address = d->map(options->offset, options->size, options->flags);
1480  return (returnValue->address != 0);
1481  }
1482  if (extension == UnMapExtension) {
1483  UnMapExtensionOption *options = (UnMapExtensionOption*)option;
1484  return d->unmap(options->address);
1485  }
1486  return false;
1487 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482
bool extension(Extension extension, const ExtensionOption *option=0, ExtensionReturn *output=0)
This virtual function can be reimplemented in a QAbstractFileEngine subclass to provide support for e...
Definition: qresource.cpp:1473

◆ fileFlags()

QAbstractFileEngine::FileFlags QResourceFileEngine::fileFlags ( FileFlags  type) const
virtual

This function should return the set of OR'd flags that are true for the file engine's file, and that are in the type's OR'd members.

In your reimplementation you can use the type argument as an optimization hint and only return the OR'd set of members that are true and that match those in type; in other words you can ignore any members not mentioned in type, thus avoiding some potentially expensive lookups or system calls.

This virtual function must be reimplemented by all subclasses.

See also
setFileName()

Reimplemented from QAbstractFileEngine.

Definition at line 1378 of file qresource.cpp.

1379 {
1380  Q_D(const QResourceFileEngine);
1381  QAbstractFileEngine::FileFlags ret = 0;
1382  if(!d->resource.isValid())
1383  return ret;
1384 
1385  if(type & PermsMask)
1386  ret |= QAbstractFileEngine::FileFlags(ReadOwnerPerm|ReadUserPerm|ReadGroupPerm|ReadOtherPerm);
1387  if(type & TypesMask) {
1388  if(d->resource.isDir())
1389  ret |= DirectoryType;
1390  else
1391  ret |= FileType;
1392  }
1393  if(type & FlagsMask) {
1394  ret |= ExistsFlag;
1395  if(d->resource.absoluteFilePath() == QLatin1String(":/"))
1396  ret |= RootFlag;
1397  }
1398  return ret;
1399 }
double d
Definition: qnumeric_p.h:62
int type
Definition: qmetatype.cpp:239
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
#define Q_D(Class)
Definition: qglobal.h:2482

◆ fileName()

QString QResourceFileEngine::fileName ( QAbstractFileEngine::FileName  file) const
virtual

Return the file engine's current file name in the format specified by file.

If you don't handle some FileName possibilities, return the file name set in setFileName() when an unhandled format is requested.

This virtual function must be reimplemented by all subclasses.

See also
setFileName(), FileName

Reimplemented from QAbstractFileEngine.

Definition at line 1406 of file qresource.cpp.

1407 {
1408  Q_D(const QResourceFileEngine);
1409  if(file == BaseName) {
1410  int slash = d->resource.fileName().lastIndexOf(QLatin1Char('/'));
1411  if (slash == -1)
1412  return d->resource.fileName();
1413  return d->resource.fileName().mid(slash + 1);
1414  } else if(file == PathName || file == AbsolutePathName) {
1415  const QString path = (file == AbsolutePathName) ? d->resource.absoluteFilePath() : d->resource.fileName();
1416  const int slash = path.lastIndexOf(QLatin1Char('/'));
1417  if (slash == -1)
1418  return QLatin1String(":");
1419  else if (slash <= 1)
1420  return QLatin1String(":/");
1421  return path.left(slash);
1422 
1423  } else if(file == CanonicalName || file == CanonicalPathName) {
1424  const QString absoluteFilePath = d->resource.absoluteFilePath();
1425  if(file == CanonicalPathName) {
1426  const int slash = absoluteFilePath.lastIndexOf(QLatin1Char('/'));
1427  if (slash != -1)
1428  return absoluteFilePath.left(slash);
1429  }
1430  return absoluteFilePath;
1431  }
1432  return d->resource.fileName();
1433 }
double d
Definition: qnumeric_p.h:62
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
Definition: qstring.h:83
#define Q_D(Class)
Definition: qglobal.h:2482
QString left(int n) const Q_REQUIRED_RESULT
Returns a substring that contains the n leftmost characters of the string.
Definition: qstring.cpp:3664
int lastIndexOf(QChar c, int from=-1, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Definition: qstring.cpp:3000
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
Definition: qchar.h:55

◆ fileTime()

QDateTime QResourceFileEngine::fileTime ( FileTime  time) const
virtual

If time is CreationTime, return when the file was created.

If time is ModificationTime, return when the file was most recently modified. If time is AccessTime, return when the file was most recently accessed (e.g. read or written). If the time cannot be determined return QDateTime() (an invalid date time).

This virtual function must be reimplemented by all subclasses.

See also
setFileName(), QDateTime, QDateTime::isValid(), FileTime

Reimplemented from QAbstractFileEngine.

Definition at line 1451 of file qresource.cpp.

1452 {
1453  return QDateTime();
1454 }
The QDateTime class provides date and time functions.
Definition: qdatetime.h:216

◆ flush()

bool QResourceFileEngine::flush ( )
virtual

Flushes the open file, returning true if successful; otherwise returns false.

The default implementation always returns false.

Reimplemented from QAbstractFileEngine.

Definition at line 1292 of file qresource.cpp.

1293 {
1294  return true;
1295 }

◆ isRelativePath()

bool QResourceFileEngine::isRelativePath ( ) const
virtual

Return true if the file referred to by this file engine has a relative path; otherwise return false.

This virtual function must be reimplemented by all subclasses.

See also
setFileName()

Reimplemented from QAbstractFileEngine.

Definition at line 1435 of file qresource.cpp.

1436 {
1437  return false;
1438 }

◆ isSequential()

bool QResourceFileEngine::isSequential ( ) const
virtual

Returns true if the file is a sequential access device; returns false if the file is a direct access device.

Operations involving size() and seek(int) are not valid on sequential devices.

Reimplemented from QAbstractFileEngine.

Definition at line 1373 of file qresource.cpp.

1374 {
1375  return false;
1376 }

◆ link()

bool QResourceFileEngine::link ( const QString newName)
virtual

Creates a link from the file currently specified by fileName() to newName.

What a link is depends on the underlying filesystem (be it a shortcut on Windows or a symbolic link on Unix). Returns true if successful; otherwise returns false.

Reimplemented from QAbstractFileEngine.

Definition at line 1332 of file qresource.cpp.

1333 {
1334  return false;
1335 }

◆ mkdir()

bool QResourceFileEngine::mkdir ( const QString dirName,
bool  createParentDirectories 
) const
virtual

Requests that the directory dirName be created.

If createParentDirectories is true, then any sub-directories in dirName that don't exist must be created. If createParentDirectories is false then any sub-directories in dirName must already exist for the function to succeed. If the operation succeeds return true; otherwise return false.

This virtual function must be reimplemented by all subclasses.

See also
setFileName() rmdir() isRelativePath()

Reimplemented from QAbstractFileEngine.

Definition at line 1221 of file qresource.cpp.

1222 {
1223  return false;
1224 }

◆ open()

bool QResourceFileEngine::open ( QIODevice::OpenMode  mode)
virtual

Opens the file in the specified mode.

Returns true if the file was successfully opened; otherwise returns false.

The mode is an OR combination of QIODevice::OpenMode and QIODevice::HandlingMode values.

Reimplemented from QAbstractFileEngine.

Definition at line 1270 of file qresource.cpp.

1271 {
1273  if (d->resource.fileName().isEmpty()) {
1274  qWarning("QResourceFileEngine::open: Missing file name");
1275  return false;
1276  }
1277  if(flags & QIODevice::WriteOnly)
1278  return false;
1279  if(!d->resource.isValid())
1280  return false;
1281  return true;
1282 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482
Q_CORE_EXPORT void qWarning(const char *,...)

◆ owner()

QString QResourceFileEngine::owner ( FileOwner  owner) const
virtual

If owner is OwnerUser return the name of the user who owns the file.

If owner is OwnerGroup return the name of the group that own the file. If you can't determine the owner return QString().

This virtual function must be reimplemented by all subclasses.

See also
ownerId() setFileName(), FileOwner

Reimplemented from QAbstractFileEngine.

Definition at line 1446 of file qresource.cpp.

1447 {
1448  return QString();
1449 }
The QString class provides a Unicode character string.
Definition: qstring.h:83

◆ ownerId()

uint QResourceFileEngine::ownerId ( FileOwner  owner) const
virtual

If owner is OwnerUser return the ID of the user who owns the file.

If owner is OwnerGroup return the ID of the group that own the file. If you can't determine the owner return -2.

This virtual function must be reimplemented by all subclasses.

See also
owner() setFileName(), FileOwner

Reimplemented from QAbstractFileEngine.

Definition at line 1440 of file qresource.cpp.

1441 {
1442  static const uint nobodyID = (uint) -2;
1443  return nobodyID;
1444 }
unsigned int uint
Definition: qglobal.h:996

◆ pos()

qint64 QResourceFileEngine::pos ( ) const
virtual

Returns the current file position.

This is the position of the data read/write head of the file.

Reimplemented from QAbstractFileEngine.

Definition at line 1347 of file qresource.cpp.

Referenced by seek().

1348 {
1349  Q_D(const QResourceFileEngine);
1350  return d->offset;
1351 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ read()

qint64 QResourceFileEngine::read ( char *  data,
qint64  maxlen 
)
virtual

Reads a number of characters from the file into data.

At most maxlen characters will be read.

Returns -1 if a fatal error occurs, or 0 if there are no bytes to read.

Reimplemented from QAbstractFileEngine.

Definition at line 1297 of file qresource.cpp.

1298 {
1300  if(len > size()-d->offset)
1301  len = size()-d->offset;
1302  if(len <= 0)
1303  return 0;
1304  if(d->resource.isCompressed())
1305  memcpy(data, d->uncompressed.constData()+d->offset, len);
1306  else
1307  memcpy(data, d->resource.data()+d->offset, len);
1308  d->offset += len;
1309  return len;
1310 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482
static const char * data(const QByteArray &arr)
virtual qint64 size() const
Returns the size of the file.
Definition: qresource.cpp:1337

◆ remove()

bool QResourceFileEngine::remove ( )
virtual

Requests that the file is deleted from the file system.

If the operation succeeds return true; otherwise return false.

This virtual function must be reimplemented by all subclasses.

See also
setFileName() rmdir()

Reimplemented from QAbstractFileEngine.

Definition at line 1317 of file qresource.cpp.

1318 {
1319  return false;
1320 }

◆ rename()

bool QResourceFileEngine::rename ( const QString newName)
virtual

Requests that the file be renamed to newName in the file system.

If the operation succeeds return true; otherwise return false.

This virtual function must be reimplemented by all subclasses.

See also
setFileName()

Reimplemented from QAbstractFileEngine.

Definition at line 1327 of file qresource.cpp.

1328 {
1329  return false;
1330 }

◆ rmdir()

bool QResourceFileEngine::rmdir ( const QString dirName,
bool  recurseParentDirectories 
) const
virtual

Requests that the directory dirName is deleted from the file system.

When recurseParentDirectories is true, then any empty parent-directories in dirName must also be deleted. If recurseParentDirectories is false, only the dirName leaf-node should be deleted. In most file systems a directory cannot be deleted using this function if it is non-empty. If the operation succeeds return true; otherwise return false.

This virtual function must be reimplemented by all subclasses.

See also
setFileName() remove() mkdir() isRelativePath()

Reimplemented from QAbstractFileEngine.

Definition at line 1226 of file qresource.cpp.

1227 {
1228  return false;
1229 }

◆ seek()

bool QResourceFileEngine::seek ( qint64  offset)
virtual

Sets the file position to the given offset.

Returns true if the position was successfully set; otherwise returns false.

The offset is from the beginning of the file, unless the file is sequential.

See also
isSequential()

Reimplemented from QAbstractFileEngine.

Definition at line 1361 of file qresource.cpp.

1362 {
1364  if(!d->resource.isValid())
1365  return false;
1366 
1367  if(d->offset > size())
1368  return false;
1369  d->offset = pos;
1370  return true;
1371 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482
virtual qint64 size() const
Returns the size of the file.
Definition: qresource.cpp:1337
virtual qint64 pos() const
Returns the current file position.
Definition: qresource.cpp:1347

◆ setFileName()

void QResourceFileEngine::setFileName ( const QString file)
virtual

Sets the file engine's file name to file.

This file name is the file that the rest of the virtual functions will operate on.

This virtual function must be reimplemented by all subclasses.

See also
rename()

Reimplemented from QAbstractFileEngine.

Definition at line 1264 of file qresource.cpp.

1265 {
1267  d->resource.setFileName(file);
1268 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ setPermissions()

bool QResourceFileEngine::setPermissions ( uint  perms)
virtual

Requests that the file's permissions be set to perms.

The argument perms will be set to the OR-ed together combination of QAbstractFileEngine::FileInfo, with only the QAbstractFileEngine::PermsMask being honored. If the operations succceeds return true; otherwise return false;

This virtual function must be reimplemented by all subclasses.

See also
size()

Reimplemented from QAbstractFileEngine.

Definition at line 1401 of file qresource.cpp.

1402 {
1403  return false;
1404 }

◆ setSize()

bool QResourceFileEngine::setSize ( qint64  size)
virtual

Requests that the file be set to size size.

If size is larger than the current file then it is filled with 0's, if smaller it is simply truncated. If the operations succceeds return true; otherwise return false;

This virtual function must be reimplemented by all subclasses.

See also
size()

Reimplemented from QAbstractFileEngine.

Definition at line 1231 of file qresource.cpp.

1232 {
1233  return false;
1234 }

◆ size()

qint64 QResourceFileEngine::size ( ) const
virtual

Returns the size of the file.

Reimplemented from QAbstractFileEngine.

Definition at line 1337 of file qresource.cpp.

Referenced by atEnd(), read(), and seek().

1338 {
1339  Q_D(const QResourceFileEngine);
1340  if(!d->resource.isValid())
1341  return 0;
1342  if(d->resource.isCompressed())
1343  return d->uncompressed.size();
1344  return d->resource.size();
1345 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ supportsExtension()

bool QResourceFileEngine::supportsExtension ( Extension  extension) const
virtual

This virtual function returns true if the file engine supports extension; otherwise, false is returned.

Since
4.3

By default, no extensions are supported.

See also
extension()

Reimplemented from QAbstractFileEngine.

Definition at line 1489 of file qresource.cpp.

1490 {
1491  return (extension == UnMapExtension || extension == MapExtension);
1492 }
bool extension(Extension extension, const ExtensionOption *option=0, ExtensionReturn *output=0)
This virtual function can be reimplemented in a QAbstractFileEngine subclass to provide support for e...
Definition: qresource.cpp:1473

◆ write()

qint64 QResourceFileEngine::write ( const char *  data,
qint64  len 
)
virtual

Writes len bytes from data to the file.

Returns the number of characters written on success; otherwise returns -1.

Reimplemented from QAbstractFileEngine.

Definition at line 1312 of file qresource.cpp.

1313 {
1314  return -1;
1315 }

The documentation for this class was generated from the following files: