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

kmail

  • sources
  • kde-4.12
  • kdepim
  • kmail
  • configuredialog
configmodule.h
Go to the documentation of this file.
1 /* -*- mode: C++; c-file-style: "gnu" -*-
2  * kmail: KDE mail client
3  * Copyright (C) 2000 Espen Sand, espen@kde.org
4  * Copyright (C) 2001-2003 Marc Mutz, mutz@kde.org
5  * Contains code segments and ideas from earlier kmail dialog code.
6  * Copyright (C) 2010 Volker Krause <vkrause@kde.org>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License along
19  * with this program; if not, write to the Free Software Foundation, Inc.,
20  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21  *
22  */
23 
24 #ifndef KMAIL_CONFIGMODULE_H
25 #define KMAIL_CONFIGMODULE_H
26 
27 #include "kmail_export.h"
28 
29 #include <kcmodule.h>
30 
31 class ConfigModule : public KCModule
32 {
33 public:
34  explicit ConfigModule( const KComponentData &instance, QWidget *parent=0 )
35  : KCModule ( instance, parent )
36  {}
37  ~ConfigModule() {}
38 
39  virtual void load() = 0;
40  virtual void save() = 0;
41  virtual void defaults() {}
42 
44  virtual QString helpAnchor() const = 0;
45 };
46 
47 #endif
ConfigModule::helpAnchor
virtual QString helpAnchor() const =0
Should return the help anchor for this page or tab.
ConfigModule::ConfigModule
ConfigModule(const KComponentData &instance, QWidget *parent=0)
Definition: configmodule.h:34
kmail_export.h
ConfigModule
Definition: configmodule.h:31
QWidget
ConfigModule::~ConfigModule
~ConfigModule()
Definition: configmodule.h:37
ConfigModule::load
virtual void load()=0
ConfigModule::defaults
virtual void defaults()
Definition: configmodule.h:41
KCModule
ConfigModule::save
virtual void save()=0
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kmail

Skip menu "kmail"
  • Main Page
  • Namespace List
  • Namespace Members
  • 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

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