• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

libkdepim

  • sources
  • kde-4.12
  • kdepim
  • libkdepim
  • progresswidget
agentprogressmonitor.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2009 Constantin Berzan <exit3219@gmail.com>
3 
4  This library is free software; you can redistribute it and/or modify it
5  under the terms of the GNU Library General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or (at your
7  option) any later version.
8 
9  This library is distributed in the hope that it will be useful, but WITHOUT
10  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
12  License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to the
16  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17  02110-1301, USA.
18 */
19 
20 #ifndef KDEPIM_AGENTPROGRESSMONITOR_H
21 #define KDEPIM_AGENTPROGRESSMONITOR_H
22 
23 #include "progressmanager.h" // ProgressItem
24 
25 #include <Akonadi/AgentInstance>
26 
27 namespace KPIM {
28 
36 class AgentProgressMonitor : public QObject
37 {
38  Q_OBJECT
39  friend class ProgressManager;
40 
41 protected:
42  // used by our friend ProgressManager
43  AgentProgressMonitor( const Akonadi::AgentInstance &agent, ProgressItem *item );
44  ~AgentProgressMonitor();
45 
46 private:
47  class Private;
48  Private *const d;
49 
50  Q_PRIVATE_SLOT( d, void abort() )
51  Q_PRIVATE_SLOT( d, void instanceProgressChanged( const Akonadi::AgentInstance& ) )
52  Q_PRIVATE_SLOT( d, void instanceStatusChanged( const Akonadi::AgentInstance& ) )
53  Q_PRIVATE_SLOT( d, void instanceRemoved( const Akonadi::AgentInstance& ) )
54  Q_PRIVATE_SLOT( d, void instanceNameChanged( const Akonadi::AgentInstance& ) )
55 
56 };
57 
58 }
59 
60 #endif
QObject
KPIM::ProgressManager
The ProgressManager singleton keeps track of all ongoing transactions and notifies observers (progres...
Definition: progressmanager.h:278
progressmanager.h
KPIM::AgentProgressMonitor
Definition: agentprogressmonitor.h:36
KPIM::AgentProgressMonitor::AgentProgressMonitor
AgentProgressMonitor(const Akonadi::AgentInstance &agent, ProgressItem *item)
Definition: agentprogressmonitor.cpp:126
KPIM::ProgressItem
Definition: progressmanager.h:45
KPIM::AgentProgressMonitor::~AgentProgressMonitor
~AgentProgressMonitor()
Definition: agentprogressmonitor.cpp:148
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libkdepim

Skip menu "libkdepim"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal