KIO
KIO::RenameDialogPlugin::FileItem Class Reference
#include <renamedialogplugin.h>
Public Member Functions | |
FileItem (const KUrl &url, const QString &mimeSrc, KIO::filesize_t, time_t ctime, time_t mtime) | |
~FileItem () | |
time_t | cTime () const |
KIO::filesize_t | fileSize () const |
QString | mimeType () const |
time_t | mTime () const |
KUrl | url () const |
Detailed Description
File Representation consisting of the KUrl, MimeType and filesize and the times of the last changes.
Definition at line 53 of file renamedialogplugin.h.
Constructor & Destructor Documentation
RenameDialogPlugin::FileItem::FileItem | ( | const KUrl & | url, |
const QString & | mimeType, | ||
KIO::filesize_t | size, | ||
time_t | ctime, | ||
time_t | mtime | ||
) |
- Parameters
-
url The location of the item mimeType The actual mimetype of the item size The size of this item ctime The changed time as of stat(2) mtime The modified time as of stat(2)
Definition at line 57 of file renamedialogplugin.cpp.
RenameDialogPlugin::FileItem::~FileItem | ( | ) |
Definition at line 63 of file renamedialogplugin.cpp.
Member Function Documentation
time_t RenameDialogPlugin::FileItem::cTime | ( | ) | const |
Definition at line 80 of file renamedialogplugin.cpp.
KIO::filesize_t RenameDialogPlugin::FileItem::fileSize | ( | ) | const |
Definition at line 76 of file renamedialogplugin.cpp.
QString RenameDialogPlugin::FileItem::mimeType | ( | ) | const |
Definition at line 72 of file renamedialogplugin.cpp.
time_t RenameDialogPlugin::FileItem::mTime | ( | ) | const |
Definition at line 84 of file renamedialogplugin.cpp.
KUrl RenameDialogPlugin::FileItem::url | ( | ) | const |
Definition at line 68 of file renamedialogplugin.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 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:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.