#include <karchive.h>
Inheritance diagram for KArchiveEntry:

Public Methods | |
| QDateTime | datetime () const |
| QString | name () const |
| mode_t | permissions () const |
| QString | user () const |
| QString | group () const |
| QString | symlink () const |
| virtual bool | isFile () const |
| virtual bool | isDirectory () const |
Definition at line 172 of file karchive.h.
|
|
Creation date of the file. |
|
|
Group of the user who created the file. Definition at line 203 of file karchive.h. |
|
|
Reimplemented in KArchiveDirectory. Definition at line 218 of file karchive.h. |
|
|
Reimplemented in KArchiveFile. Definition at line 213 of file karchive.h. |
|
|
Name of the file without path. Definition at line 190 of file karchive.h. |
|
|
The permissions and mode flags as returned by the stat() function in st_mode. Definition at line 195 of file karchive.h. |
|
|
Symlink if there is one Definition at line 208 of file karchive.h. |
|
|
User who created the file. Definition at line 199 of file karchive.h. |
1.2.18