• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.14.10 API Reference
  • KDE Home
  • Contact Us
 

akonadi

  • akonadi
kdsignalblocker.h
1/****************************************************************************
2** Copyright (C) 2001-2012 Klaralvdalens Datakonsult AB. All rights reserved.
3**
4** This file is part of the KD Tools library.
5**
6** Licensees holding valid commercial KD Tools licenses may use this file in
7** accordance with the KD Tools Commercial License Agreement provided with
8** the Software.
9**
10**
11** This file may be distributed and/or modified under the terms of the GNU
12** Lesser General Public License version 2 and version 3 as published by the
13** Free Software Foundation and appearing in the file LICENSE.LGPL included.
14**
15** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
16** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17**
18** Contact info@kdab.net if any conditions of this licensing are not
19** clear to you.
20**
21**********************************************************************/
22
23#ifndef __KDTOOLS__CORE__KDSIGNALBLOCKER_H__
24#define __KDTOOLS__CORE__KDSIGNALBLOCKER_H__
25
26#include <qglobal.h>
27
28QT_BEGIN_NAMESPACE
29class QObject;
30QT_END_NAMESPACE
31
32namespace Akonadi {
33
34class KDSignalBlocker {
35 Q_DISABLE_COPY(KDSignalBlocker)
36public:
37 explicit KDSignalBlocker(QObject *o);
38 explicit KDSignalBlocker(QObject &o);
39 ~KDSignalBlocker();
40
41 void unblock();
42 void reblock();
43private:
44 const bool wasBlocked;
45 QObject *const object;
46};
47
48}
49
50#endif /* __KDTOOLS__CORE__KDSIGNALBLOCKER_H__ */
Akonadi
FreeBusyManager::Singleton.
Definition: actionstatemanager_p.h:28
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi

Skip menu "akonadi"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Modules
  • Related Pages

kdepimlibs-4.14.10 API Reference

Skip menu "kdepimlibs-4.14.10 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
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