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

blogilo

  • sources
  • kde-4.14
  • kdepim
  • blogilo
  • src
configurestorageservicewidget.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2014-2015 Montel Laurent <montel@kde.org>
3 
4  This program is free software; you can redistribute it and/or modify it
5  under the terms of the GNU General Public License, version 2, as
6  published by the Free Software Foundation.
7 
8  This program is distributed in the hope that it will be useful, but
9  WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11  General Public License for more details.
12 
13  You should have received a copy of the GNU General Public License along
14  with this program; if not, write to the Free Software Foundation, Inc.,
15  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16 */
17 
18 #ifndef CONFIGURESTORAGESERVICEWIDGET_H
19 #define CONFIGURESTORAGESERVICEWIDGET_H
20 
21 #include <QWidget>
22 #include "pimcommon/storageservice/widgets/storageserviceconfigurewidget.h"
23 class QPushButton;
24 
25 class StorageServiceConfigureWidget : public PimCommon::StorageServiceConfigureWidget
26 {
27  Q_OBJECT
28 public:
29  explicit StorageServiceConfigureWidget(QWidget *parent=0);
30  ~StorageServiceConfigureWidget();
31  virtual void loadSettings();
32  virtual void writeSettings();
33 };
34 
35 namespace PimCommon {
36 class StorageServiceManager;
37 }
38 class ConfigureStorageServiceWidget : public QWidget
39 {
40  Q_OBJECT
41 public:
42  explicit ConfigureStorageServiceWidget(PimCommon::StorageServiceManager *storageManager, QWidget *parent=0);
43  ~ConfigureStorageServiceWidget();
44 
45  void save();
46  void doLoadFromGlobalSettings();
47 
48 Q_SIGNALS:
49  void changed();
50 
51 private slots:
52  void slotManageStorageService();
53 
54 private:
55  StorageServiceConfigureWidget *mStorageServiceConfigureWidget;
56  QPushButton *mManageStorageService;
57  PimCommon::StorageServiceManager *mStorageManager;
58 };
59 
60 #endif // CONFIGURESTORAGESERVICEWIDGET_H
QWidget
StorageServiceConfigureWidget::loadSettings
virtual void loadSettings()
Definition: configurestorageservicewidget.cpp:44
StorageServiceConfigureWidget
Definition: configurestorageservicewidget.h:25
ConfigureStorageServiceWidget::~ConfigureStorageServiceWidget
~ConfigureStorageServiceWidget()
Definition: configurestorageservicewidget.cpp:86
StorageServiceConfigureWidget::writeSettings
virtual void writeSettings()
Definition: configurestorageservicewidget.cpp:49
ConfigureStorageServiceWidget::doLoadFromGlobalSettings
void doLoadFromGlobalSettings()
Definition: configurestorageservicewidget.cpp:104
ConfigureStorageServiceWidget::changed
void changed()
StorageServiceConfigureWidget::StorageServiceConfigureWidget
StorageServiceConfigureWidget(QWidget *parent=0)
Definition: configurestorageservicewidget.cpp:33
ConfigureStorageServiceWidget::save
void save()
Definition: configurestorageservicewidget.cpp:98
StorageServiceConfigureWidget::~StorageServiceConfigureWidget
~StorageServiceConfigureWidget()
Definition: configurestorageservicewidget.cpp:39
QPushButton
ConfigureStorageServiceWidget
Definition: configurestorageservicewidget.h:38
QObject::parent
QObject * parent() const
ConfigureStorageServiceWidget::ConfigureStorageServiceWidget
ConfigureStorageServiceWidget(PimCommon::StorageServiceManager *storageManager, QWidget *parent=0)
Definition: configurestorageservicewidget.cpp:55
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:16 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

blogilo

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

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
  • pimprint

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