Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qfileinfo.h File Reference

(9a83c2b88c13a97ea170edb3d9aa06757aa387d9)

#include <QtCore/qcompare.h>
#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
 

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 33 of file qfileinfo.h.

Typedef Documentation

◆ QFileInfoList

typedef QList<QFileInfo> QFileInfoList
related

Definition at line 191 of file qfileinfo.h.

Function Documentation

◆ operator<<()

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

Definition at line 1806 of file qfileinfo.cpp.