kleopatra
Kleo::Crypto::Controller Class Reference
#include <controller.h>
Inheritance diagram for Kleo::Crypto::Controller:

Detailed Description
Definition at line 55 of file controller.h.
Signals | |
| void | error (int err, const QString &details) |
Public Member Functions | |
| Controller (const boost::shared_ptr< const ExecutionContext > &cmd, QObject *parent=0) | |
| Controller (QObject *parent=0) | |
| void | setExecutionContext (const boost::shared_ptr< const ExecutionContext > &cmd) |
| ~Controller () | |
Protected Slots | |
| void | taskDone (const boost::shared_ptr< const Kleo::Crypto::Task::Result > &) |
Protected Member Functions | |
| void | bringToForeground (QWidget *wid) |
| void | connectTask (const boost::shared_ptr< Task > &task) |
| virtual void | doTaskDone (const Task *task, const boost::shared_ptr< const Task::Result > &result)=0 |
| void | emitDoneOrError () |
| boost::shared_ptr< const ExecutionContext > | executionContext () const |
Constructor & Destructor Documentation
| Controller::Controller | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 82 of file controller.cpp.
| Kleo::Crypto::Controller::Controller | ( | const boost::shared_ptr< const ExecutionContext > & | cmd, | |
| QObject * | parent = 0 | |||
| ) | [explicit] |
| Controller::~Controller | ( | ) |
Definition at line 94 of file controller.cpp.
Member Function Documentation
| void Controller::bringToForeground | ( | QWidget * | wid | ) | [protected] |
Definition at line 130 of file controller.cpp.
| void Kleo::Crypto::Controller::connectTask | ( | const boost::shared_ptr< Task > & | task | ) | [protected] |
| virtual void Kleo::Crypto::Controller::doTaskDone | ( | const Task * | task, | |
| const boost::shared_ptr< const Task::Result > & | result | |||
| ) | [protected, pure virtual] |
| void Controller::emitDoneOrError | ( | ) | [protected] |
Definition at line 123 of file controller.cpp.
| void Kleo::Crypto::Controller::error | ( | int | err, | |
| const QString & | details | |||
| ) | [signal] |
| shared_ptr< const ExecutionContext > Controller::executionContext | ( | ) | const [protected] |
Definition at line 102 of file controller.cpp.
| void Kleo::Crypto::Controller::setExecutionContext | ( | const boost::shared_ptr< const ExecutionContext > & | cmd | ) |
| void Kleo::Crypto::Controller::taskDone | ( | const boost::shared_ptr< const Kleo::Crypto::Task::Result > & | ) | [protected, slot] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference