|
|
See also: KArchiveFile, KArchiveDirectory
| KArchiveEntry ( KArchive* archive, const QString& name, int access, int date,
const QString& user, const QString& group,
const QString &symlink )
| KArchiveEntry |
| ~KArchiveEntry ()
| ~KArchiveEntry |
[virtual]
| QDateTime datetime ()
| datetime |
[const]
Creation date of the file.
| int date ()
| date |
[const]
| QString name ()
| name |
[const]
Name of the file without path.
| mode_t permissions ()
| permissions |
[const]
The permissions and mode flags as returned by the stat() function in st_mode.
| QString user ()
| user |
[const]
User who created the file.
| QString group ()
| group |
[const]
Group of the user who created the file.
| QString symlink ()
| symlink |
[const]
Symlink if there is one
| bool isFile ()
| isFile |
[const virtual]
Returns: true if this entry is a file
| bool isDirectory ()
| isDirectory |
[const virtual]
Returns: true if this entry is a directory
| KArchive* archive ()
| archive |
[protected const]
| void virtual_hook ( int id, void* data )
| virtual_hook |
[protected virtual]
| Generated by: root on sparc64.ports.openbsd.org on Sun Sep 14 00:03:58 2003, using kdoc 2.0a54. |