Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KArchiveEntry Class Reference

Base class for the archive-file's directory structure. More...

#include <karchive.h>

Inheritance diagram for KArchiveEntry:

KArchiveDirectory KArchiveFile List of all members.

Public Methods

QDateTime datetime () const
QString name () const
mode_t permissions () const
QString user () const
QString group () const
QString symlink () const
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

QDateTime KArchiveEntry::datetime  
 

Creation date of the file.

QString KArchiveEntry::group   const [inline]
 

Group of the user who created the file.

Definition at line 203 of file karchive.h.

virtual bool KArchiveEntry::isDirectory   const [inline, virtual]
 

Returns:
true if this entry is a directory

Reimplemented in KArchiveDirectory.

Definition at line 218 of file karchive.h.

virtual bool KArchiveEntry::isFile   const [inline, virtual]
 

Returns:
true if this entry is a file

Reimplemented in KArchiveFile.

Definition at line 213 of file karchive.h.

QString KArchiveEntry::name   const [inline]
 

Name of the file without path.

Definition at line 190 of file karchive.h.

mode_t KArchiveEntry::permissions   const [inline]
 

The permissions and mode flags as returned by the stat() function in st_mode.

Definition at line 195 of file karchive.h.

QString KArchiveEntry::symlink   const [inline]
 

Symlink if there is one

Definition at line 208 of file karchive.h.

QString KArchiveEntry::user   const [inline]
 

User who created the file.

Definition at line 199 of file karchive.h.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:05 2003 for kdelibs by doxygen1.2.18