kleopatra
Signals |
Public Member Functions |
Protected Slots |
Protected Member Functions |
List of all members  
  Kleo::Crypto::Controller Class Reference
  #include <controller.h>
Inheritance diagram for Kleo::Crypto::Controller:

Signals | |
| void | progress (int current, int total, const QString &what) | 
Public Member Functions | |
| Controller (QObject *parent=0) | |
| Controller (const boost::shared_ptr< const ExecutionContext > &cmd, QObject *parent=0) | |
| ~Controller () | |
Protected Slots | |
| void | taskDone (const boost::shared_ptr< const Kleo::Crypto::Task::Result > &) | 
Protected Member Functions | |
| void | connectTask (const boost::shared_ptr< Task > &task) | 
| virtual void | doTaskDone (const Task *task, const boost::shared_ptr< const Task::Result > &result) | 
| void | emitDoneOrError () | 
| void | setLastError (int err, const QString &details) | 
  Protected Member Functions inherited from Kleo::ExecutionContextUser | |
| void | applyWindowID (QWidget *wid) | 
| void | bringToForeground (QWidget *wid) | 
| ExecutionContextUser () | |
| ExecutionContextUser (const boost::shared_ptr< const ExecutionContext > &ec) | |
| virtual | ~ExecutionContextUser () | 
| boost::shared_ptr< const  ExecutionContext >  | executionContext () const | 
| void | setExecutionContext (const boost::shared_ptr< const ExecutionContext > &ec) | 
Detailed Description
Definition at line 50 of file controller.h.
Constructor & Destructor Documentation
      
  | 
  explicit | 
Definition at line 60 of file controller.cpp.
      
  | 
  explicit | 
Definition at line 66 of file controller.cpp.
| Controller::~Controller | ( | ) | 
Definition at line 72 of file controller.cpp.
Member Function Documentation
      
  | 
  protected | 
Definition at line 86 of file controller.cpp.
      
  | 
  protectedvirtual | 
Definition at line 84 of file controller.cpp.
      
  | 
  protected | 
Definition at line 97 of file controller.cpp.
      
  | 
  signal | 
      
  | 
  protected | 
Definition at line 92 of file controller.cpp.
      
  | 
  protectedslot | 
Definition at line 74 of file controller.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Protected Member Functions inherited from