• Skip to content
  • Skip to link menu
Brand

API Documentation

  1. KDE API Reference
  2. KDE PIM
  3. Akonadi
  • KDE Home
  • Contact Us

Quick Links

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

Class Picker

About

PIM Storage Framework

Maintainer
Daniel Vrátil
Supported platforms
Linux
Community
IRC: #akonadi on Freenode
Mailing list: kde-pim
Use with CMake
find_package(KF5AkonadiCore)
target_link_libraries(yourapp KF5::AkonadiCore)
Use with QMake
QT += AkonadiCore 
Clone
git clone git://anongit.kde.org/akonadi.git
Browse source
Akonadi on cgit.kde.org

Akonadi

  • kde
  • pim
  • akonadi
  • src
  • widgets
controlgui.h
1 /*
2  Copyright (c) 2007 Volker Krause <[email protected]>
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 AKONADI_ControlGuiGUI_H
21 #define AKONADI_ControlGuiGUI_H
22 
23 #include "akonadiwidgets_export.h"
24 
25 #include <QObject>
26 
27 namespace Akonadi
28 {
29 
64 class AKONADIWIDGETS_EXPORT ControlGui : public QObject
65 {
66  Q_OBJECT
67 
68 public:
72  ~ControlGui();
73 
79  static bool start();
80 
86  static bool start(QWidget *parent);
87 
94  static bool stop();
95 
101  static bool stop(QWidget *parent);
102 
109  static bool restart();
110 
116  static bool restart(QWidget *parent);
117 
125  static void widgetNeedsAkonadi(QWidget *widget);
126 
127 protected:
131  ControlGui();
132 
133 private:
134  //@cond PRIVATE
135  class Private;
136  Private *const d;
137 
138  Q_PRIVATE_SLOT(d, void createErrorOverlays())
139  //@endcond
140 };
141 
142 }
143 
144 #endif
QWidget
QObject
Akonadi::ControlGui
Provides methods to ControlGui the Akonadi server process.
Definition: controlgui.h:64
Akonadi
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 9 2019 02:01:46 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

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