• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kio

KArchiveDirectory Class Reference

Represents a directory entry in a KArchive. More...

#include <karchive.h>

Inheritance diagram for KArchiveDirectory:

Inheritance graph
[legend]

List of all members.


Public Member Functions

void addEntry (KArchiveEntry *)
void copyTo (const QString &dest, bool recursive=true) const
QStringList entries () const
const KArchiveEntry * entry (QString name) const
KArchiveEntry * entry (QString name)
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)

Detailed Description

Represents a directory entry in a KArchive.

A directory in an archive.

See also:
KArchive

KArchiveFile

Definition at line 573 of file karchive.h.


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::null

Definition at line 527 of file karchive.cpp.

virtual KArchiveDirectory::~KArchiveDirectory (  )  [inline, virtual]

Definition at line 590 of file karchive.h.


Member Function Documentation

void KArchiveDirectory::addEntry ( KArchiveEntry *  entry  ) 

For internal use only.

Adds a new entry to the directory.

Definition at line 589 of file karchive.cpp.

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

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
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.

const KArchiveEntry * KArchiveDirectory::entry ( 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 584 of file karchive.cpp.

KArchiveEntry * KArchiveDirectory::entry ( QString  name  ) 

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 547 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.

void KArchiveDirectory::virtual_hook ( int  id,
void *  data 
) [protected, virtual]

Reimplemented from KArchiveEntry.

Definition at line 718 of file karchive.cpp.


The documentation for this class was generated from the following files:
  • karchive.h
  • karchive.cpp

kio

Skip menu "kio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal