KArchiveDirectory Class Reference

#include <karchive.h>

Inheritance diagram for KArchiveDirectory:
KArchiveEntry

List of all members.

Public Member Functions

 KArchiveDirectory (KArchive *archive, const QString &name, int access, int date, const QString &user, const QString &group, const QString &symlink)
QStringList entries () const
KArchiveEntryentry (QString name)
const KArchiveEntryentry (QString name) const
void addEntry (KArchiveEntry *)
virtual bool isDirectory () const
void copyTo (const QString &dest, bool recursive=true) const

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Detailed Description

Represents a directory entry in a KArchive.

A directory in an archive.

See also:
KArchive
KArchiveFile

Constructor & Destructor Documentation

KArchiveDirectory::KArchiveDirectory ( KArchive archive,
const QString name,
int  access,
int  date,
const QString user,
const QString group,
const QString symlink 
)

Creates a new directory entry.

Parameters:
archivethe entries archive
namethe name of the entry
accessthe permissions in unix format
datethe date (in seconds since 1970)
userthe user that owns the entry
groupthe group that owns the entry
symlinkthe symlink, or QString::null

Definition at line 527 of file karchive.cpp.


Member Function Documentation

void KArchiveDirectory::copyTo ( const QString dest,
bool  recursive = true 
) const

Extracts all entries in this archive directory to the directory dest.

Parameters:
destthe directory to extract to
recursiveif set to true, subdirectories are extracted as well
Since:
3.1

Definition at line 601 of file karchive.cpp.

QStringList KArchiveDirectory::entries ( ) const

Returns a list of sub-entries.

Returns:
the names of all entries in this directory (filenames, no path).

Definition at line 536 of file karchive.cpp.

KArchiveEntry * KArchiveDirectory::entry ( QString  name)

Returns the entry with the given name.

Parameters:
namemay be "test1", "mydir/test3", "mydir/mysubdir/test3", etc.
Returns:
a pointer to the entry in the directory.

Definition at line 547 of file karchive.cpp.

const KArchiveEntry * KArchiveDirectory::entry ( QString  name) const

Returns the entry with the given name.

Parameters:
namemay be "test1", "mydir/test3", "mydir/mysubdir/test3", etc.
Returns:
a pointer to the entry in the directory.

Definition at line 584 of file karchive.cpp.

virtual bool KArchiveDirectory::isDirectory ( ) const [inline, virtual]

Checks whether this entry is a directory.

Returns:
true, since this entry is a directory

Reimplemented from KArchiveEntry.

Definition at line 620 of file karchive.h.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys