kleopatra
Kleo::Crypto::TaskCollection Class Reference
#include <taskcollection.h>
Inheritance diagram for Kleo::Crypto::TaskCollection:

Detailed Description
Definition at line 49 of file taskcollection.h.
Signals | |
| void | done () |
| void | progress (const QString &msg, int processed, int total) |
| void | result (const boost::shared_ptr< const Kleo::Crypto::Task::Result > &result) |
| void | started (const boost::shared_ptr< Kleo::Crypto::Task > &task) |
Public Member Functions | |
| bool | allTasksCompleted () const |
| bool | errorOccurred () const |
| bool | isEmpty () const |
| int | numberOfCompletedTasks () const |
| void | setTasks (const std::vector< boost::shared_ptr< Task > > &tasks) |
| size_t | size () const |
| boost::shared_ptr< Task > | taskById (int id) const |
| TaskCollection (QObject *parent=0) | |
| std::vector< boost::shared_ptr < Task > > | tasks () const |
| ~TaskCollection () | |
Constructor & Destructor Documentation
| TaskCollection::TaskCollection | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 140 of file taskcollection.cpp.
| TaskCollection::~TaskCollection | ( | ) |
Definition at line 144 of file taskcollection.cpp.
Member Function Documentation
| bool TaskCollection::allTasksCompleted | ( | ) | const |
Definition at line 82 of file taskcollection.cpp.
| void Kleo::Crypto::TaskCollection::done | ( | ) | [signal] |
| bool TaskCollection::errorOccurred | ( | ) | const |
Definition at line 153 of file taskcollection.cpp.
| bool TaskCollection::isEmpty | ( | ) | const |
Definition at line 148 of file taskcollection.cpp.
| int TaskCollection::numberOfCompletedTasks | ( | ) | const |
Definition at line 73 of file taskcollection.cpp.
| void Kleo::Crypto::TaskCollection::progress | ( | const QString & | msg, | |
| int | processed, | |||
| int | total | |||
| ) | [signal] |
| void Kleo::Crypto::TaskCollection::result | ( | const boost::shared_ptr< const Kleo::Crypto::Task::Result > & | result | ) | [signal] |
| void Kleo::Crypto::TaskCollection::setTasks | ( | const std::vector< boost::shared_ptr< Task > > & | tasks | ) |
| size_t TaskCollection::size | ( | ) | const |
Definition at line 78 of file taskcollection.cpp.
| void Kleo::Crypto::TaskCollection::started | ( | const boost::shared_ptr< Kleo::Crypto::Task > & | task | ) | [signal] |
| shared_ptr< Task > TaskCollection::taskById | ( | int | id | ) | const |
Definition at line 158 of file taskcollection.cpp.
| std::vector< shared_ptr< Task > > TaskCollection::tasks | ( | ) | const |
Definition at line 164 of file taskcollection.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference