ark
Kerfuffle::ArchiveJobHelper Class Reference
#include <internaljobs.h>
Inheritance diagram for Kerfuffle::ArchiveJobHelper:

Detailed Description
Definition at line 141 of file internaljobs.h.
Signals | |
| void | entry (const ArchiveEntry &) |
| void | progress (double) |
| void | error (const QString &message, const QString &details) |
| void | entryRemoved (const QString &path) |
Public Member Functions | |
| ArchiveJobHelper (ReadOnlyArchiveInterface *archive, QObject *parent=0) | |
| ~ArchiveJobHelper () | |
| bool | getTheListing () |
| void | onError (const QString &message, const QString &details=QString()) |
| void | onEntry (const ArchiveEntry &archiveEntry) |
| void | onEntryRemoved (const QString &path) |
| void | onProgress (double) |
Constructor & Destructor Documentation
| Kerfuffle::ArchiveJobHelper::ArchiveJobHelper | ( | ReadOnlyArchiveInterface * | archive, | |
| QObject * | parent = 0 | |||
| ) | [explicit] |
Definition at line 144 of file internaljobs.cpp.
| Kerfuffle::ArchiveJobHelper::~ArchiveJobHelper | ( | ) |
Definition at line 149 of file internaljobs.cpp.
Member Function Documentation
| bool Kerfuffle::ArchiveJobHelper::getTheListing | ( | ) |
Definition at line 153 of file internaljobs.cpp.
| void Kerfuffle::ArchiveJobHelper::onEntry | ( | const ArchiveEntry & | archiveEntry | ) | [virtual] |
| void Kerfuffle::ArchiveJobHelper::onEntryRemoved | ( | const QString & | path | ) | [virtual] |
| void Kerfuffle::ArchiveJobHelper::onProgress | ( | double | d | ) | [virtual] |
| void Kerfuffle::ArchiveJobHelper::entry | ( | const ArchiveEntry & | ) | [signal] |
| void Kerfuffle::ArchiveJobHelper::progress | ( | double | ) | [signal] |
| void Kerfuffle::ArchiveJobHelper::error | ( | const QString & | message, | |
| const QString & | details | |||
| ) | [signal] |
| void Kerfuffle::ArchiveJobHelper::entryRemoved | ( | const QString & | path | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference