KArchiveEntry Class Reference
Base class for the archive-file's directory structure. More...
#include <karchive.h>
Inheritance diagram for KArchiveEntry:

Public Methods | |
QDateTime | datetime () const |
Creation date of the file. | |
QString | name () const |
Name of the file without path. | |
mode_t | permissions () const |
The permissions and mode flags as returned by the stat() function in st_mode. | |
QString | user () const |
User who created the file. | |
QString | group () const |
Group of the user who created the file. | |
QString | symlink () const |
Symlink if there is one. | |
virtual bool | isFile () const |
virtual bool | isDirectory () const |
Detailed Description
Base class for the archive-file's directory structure.
- See also:
- KArchiveFile , KArchiveDirectory
Definition at line 172 of file karchive.h.
Member Function Documentation
|
Creation date of the file.
Definition at line 241 of file karchive.cpp. References QDateTime::setTime_t(). Referenced by KZip::prepareWriting(). |
|
Name of the file without path.
Definition at line 190 of file karchive.h. Referenced by KArchiveDirectory::copyTo(), and KArchiveFile::copyTo(). |
|
The permissions and mode flags as returned by the stat() function in st_mode.
Definition at line 195 of file karchive.h. |
|
User who created the file.
Definition at line 199 of file karchive.h. |
|
Group of the user who created the file.
Definition at line 203 of file karchive.h. |
|
Symlink if there is one.
Definition at line 208 of file karchive.h. |
|
Reimplemented in KArchiveFile. Definition at line 213 of file karchive.h. Referenced by KArchiveDirectory::copyTo(). |
|
Reimplemented in KArchiveDirectory. Definition at line 218 of file karchive.h. Referenced by KArchiveDirectory::copyTo(), KArchiveDirectory::entry(), and KArchive::findOrCreate(). |
The documentation for this class was generated from the following files: