Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qfileinfo.h File Reference
#include <QtCore/qfile.h>
#include <QtCore/qlist.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qtimezone.h>
+ Include dependency graph for qfileinfo.h:

Go to the source code of this file.

Classes

class  QFileInfo
 \inmodule QtCore \reentrant More...
 

Macros

#define QFILEINFO_MAYBE_EXPLICIT   explicit
 

Typedefs

typedef QList< QFileInfoQFileInfoList
 

Functions

Q_CORE_EXPORT QDebug operator<< (QDebug, const QFileInfo &)
 

Macro Definition Documentation

◆ QFILEINFO_MAYBE_EXPLICIT

#define QFILEINFO_MAYBE_EXPLICIT   explicit

Definition at line 30 of file qfileinfo.h.

Typedef Documentation

◆ QFileInfoList

typedef QList<QFileInfo> QFileInfoList
related

Definition at line 183 of file qfileinfo.h.

Function Documentation

◆ operator<<()

Q_CORE_EXPORT QDebug operator<< ( QDebug  dbg,
const QFileInfo fi 
)

Definition at line 1733 of file qfileinfo.cpp.

References fi, QFileInfo::filePath(), and QDir::toNativeSeparators().

+ Here is the call graph for this function: