KIO
kfileitem.cpp File Reference
#include "kfileitem.h"
#include <config.h>
#include <config-kio.h>
#include <sys/time.h>
#include <pwd.h>
#include <grp.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <assert.h>
#include <unistd.h>
#include <QtCore/QDate>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QMap>
#include <QtGui/QApplication>
#include <QtGui/QPalette>
#include <QTextDocument>
#include <kdebug.h>
#include <kfilemetainfo.h>
#include <kglobal.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmimetype.h>
#include <krun.h>
#include <kde_file.h>
#include <kdesktopfile.h>
#include <kmountpoint.h>
#include <kconfiggroup.h>
#include <kfilesystemtype_p.h>
Include dependency graph for kfileitem.cpp:
Go to the source code of this file.
Functions | |
static bool | checkDesktopFile (const KFileItem &item, bool _determineMimeType) |
static QString | iconFromDesktopFile (const QString &path) |
QDataStream & | operator<< (QDataStream &s, const KFileItem &a) |
QDebug | operator<< (QDebug stream, const KFileItem &item) |
QDataStream & | operator>> (QDataStream &s, KFileItem &a) |
Function Documentation
Returns true if this is a desktop file.
Mimetype determination is optional.
Definition at line 931 of file kfileitem.cpp.
Definition at line 855 of file kfileitem.cpp.
QDataStream& operator<< | ( | QDataStream & | s, |
const KFileItem & | a | ||
) |
Definition at line 1503 of file kfileitem.cpp.
QDebug operator<< | ( | QDebug | stream, |
const KFileItem & | item | ||
) |
QDataStream& operator>> | ( | QDataStream & | s, |
KFileItem & | a | ||
) |
Definition at line 1520 of file kfileitem.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.