|
|
See also: KArchive, KArchiveFile
KArchiveDirectory ( KArchive* archive, const QString& name, int access, int date,
const QString& user, const QString& group,
const QString& symlink)
| KArchiveDirectory |
~KArchiveDirectory ()
| ~KArchiveDirectory |
[virtual]
QStringList entries ()
| entries |
[const]
Returns: the names of all entries in this directory (filenames, no path).
KArchiveEntry* entry ( QString name )
| entry |
Parameters:
name | may be "test1", "mydir/test3", "mydir/mysubdir/test3", etc. |
Returns: a pointer to the entry in the directory.
const KArchiveEntry* entry ( QString name )
| entry |
[const]
void addEntry ( KArchiveEntry* )
| addEntry |
Adds a new entry to the directory.
bool isDirectory ()
| isDirectory |
[const virtual]
Returns: true, since this entry is a directory
Reimplemented from KArchiveEntry.
void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]
Reimplemented from KArchiveEntry.
Generated by: dfaure on faure on Tue Apr 16 08:49:48 2002, using kdoc 2.0a53. |