#include "qplatformdefs.h"#include "qfile.h"Include dependency graph for qfile.cpp:

Go to the source code of this file.
Functions | |
| bool | qt_file_access (const QString &fn, int t) |
| static QCString | locale_encoder (const QString &fileName) |
| static QString | locale_decoder (const QCString &localFileName) |
Variables | |
| static QFile::EncoderFn | encoder = locale_encoder |
| static QFile::DecoderFn | decoder = locale_decoder |
|
|
Definition at line 579 of file qfile.cpp. References QString::fromLocal8Bit(). |
|
|
Definition at line 524 of file qfile.cpp. References QString::local8Bit(). |
|
||||||||||||
|
Definition at line 57 of file qfile_unix.cpp. Referenced by QFileInfo::exists(), QFile::exists(), QFileInfo::isExecutable(), QFileInfo::isReadable(), and QFileInfo::isWritable(). |
|
|
Definition at line 584 of file qfile.cpp. Referenced by QFile::decodeName(), AnyLnk::replaceDate(), and QFile::setDecodingFunction(). |
|
|
Definition at line 530 of file qfile.cpp. Referenced by QFile::encodeName(), AnyLnk::replaceDate(), and QFile::setEncodingFunction(). |
1.4.2