KIO
KArchiveDirectory Class Reference
#include <karchive.h>

Detailed Description
Represents a directory entry in a KArchive.A directory in an archive.
- See also:
- KArchive
Definition at line 542 of file karchive.h.
Public Member Functions | |
void | addEntry (KArchiveEntry *) |
void | copyTo (const QString &dest, bool recursive=true) const |
QStringList | entries () const |
const KArchiveEntry * | entry (const QString &name) const |
virtual bool | isDirectory () const |
KArchiveDirectory (KArchive *archive, const QString &name, int access, int date, const QString &user, const QString &group, const QString &symlink) | |
virtual | ~KArchiveDirectory () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
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:
-
archive the entries archive name the name of the entry access the permissions in unix format date the date (in seconds since 1970) user the user that owns the entry group the group that owns the entry symlink the symlink, or QString()
Definition at line 675 of file karchive.cpp.
KArchiveDirectory::~KArchiveDirectory | ( | ) | [virtual] |
Definition at line 684 of file karchive.cpp.
Member Function Documentation
void KArchiveDirectory::addEntry | ( | KArchiveEntry * | entry | ) |
Definition at line 730 of file karchive.cpp.
Extracts all entries in this archive directory to the directory dest
.
- Parameters:
-
dest the directory to extract to recursive if set to true, subdirectories are extracted as well
Definition at line 749 of file karchive.cpp.
QStringList KArchiveDirectory::entries | ( | ) | const |
Returns a list of sub-entries.
Note that the list is not sorted, it's even in random order (due to using a hashtable). Use sort() on the result to sort the list by filename.
- Returns:
- the names of all entries in this directory (filenames, no path).
Definition at line 689 of file karchive.cpp.
const KArchiveEntry * KArchiveDirectory::entry | ( | const QString & | name | ) | const |
Returns the entry with the given name.
- Parameters:
-
name may be "test1", "mydir/test3", "mydir/mysubdir/test3", etc.
- Returns:
- a pointer to the entry in the directory.
Definition at line 694 of file karchive.cpp.
bool KArchiveDirectory::isDirectory | ( | ) | const [virtual] |
Checks whether this entry is a directory.
- Returns:
- true, since this entry is a directory
Reimplemented from KArchiveEntry.
Definition at line 740 of file karchive.cpp.
void KArchiveDirectory::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
The documentation for this class was generated from the following files: