• 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
kcm_kmail.cpp
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  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20  *
21  */
22 
23 // This must be first
24 #include "configuredialog/configuredialog.h"
25 #include "configuredialog/configuredialog_p.h"
26 #include "identity/identitypage.h"
27 #include <kcmodule.h>
28 #include <kcomponentdata.h>
29 
30 //----------------------------
31 // KCM stuff
32 //----------------------------
33 extern "C"
34 {
35  KDE_EXPORT KCModule *create_kmail_config_misc( QWidget *parent, const char* )
36  {
37  KComponentData instance( "kcmkmail_config_misc" );
38  MiscPage *page = new MiscPage( instance, parent );
39  page->setObjectName( QLatin1String("kcmkmail_config_misc") );
40  return page;
41  }
42 }
43 
44 extern "C"
45 {
46  KDE_EXPORT KCModule *create_kmail_config_appearance( QWidget *parent, const char* )
47  {
48  KComponentData instance( "kcmkmail_config_appearance" );
49  AppearancePage *page =
50  new AppearancePage( instance, parent );
51  page->setObjectName( QLatin1String("kcmkmail_config_appearance") );
52  return page;
53  }
54 }
55 
56 extern "C"
57 {
58  KDE_EXPORT KCModule *create_kmail_config_composer( QWidget *parent, const char* )
59  {
60  KComponentData instance( "kcmkmail_config_composer" );
61  ComposerPage *page = new ComposerPage( instance, parent );
62  page->setObjectName( QLatin1String("kcmkmail_config_composer") );
63  return page;
64  }
65 }
66 
67 extern "C"
68 {
69  KDE_EXPORT KCModule *create_kmail_config_identity( QWidget *parent, const char* )
70  {
71  KComponentData instance( "kcmkmail_config_identity" );
72  KMail::IdentityPage *page = new KMail::IdentityPage( instance, parent );
73  page->setObjectName( QLatin1String("kcmkmail_config_identity") );
74  return page;
75  }
76 }
77 
78 extern "C"
79 {
80  KDE_EXPORT KCModule *create_kmail_config_accounts( QWidget *parent, const char* )
81  {
82  KComponentData instance( "kcmkmail_config_accounts" );
83  AccountsPage *page = new AccountsPage( instance, parent );
84  page->setObjectName( QLatin1String("kcmkmail_config_accounts") );
85  return page;
86  }
87 }
88 
89 extern "C"
90 {
91  KDE_EXPORT KCModule *create_kmail_config_security( QWidget *parent, const char* )
92  {
93  KComponentData instance( "kcmkmail_config_security" );
94  SecurityPage *page = new SecurityPage( instance, parent );
95  page->setObjectName( QLatin1String("kcmkmail_config_security") );
96  return page;
97  }
98 }
create_kmail_config_misc
KCModule * create_kmail_config_misc(QWidget *parent, const char *)
Definition: kcm_kmail.cpp:35
QWidget
create_kmail_config_composer
KCModule * create_kmail_config_composer(QWidget *parent, const char *)
Definition: kcm_kmail.cpp:58
AccountsPage
Definition: configuredialog_p.h:230
identitypage.h
AppearancePage
Definition: configuredialog_p.h:487
configuredialog.h
create_kmail_config_appearance
KCModule * create_kmail_config_appearance(QWidget *parent, const char *)
Definition: kcm_kmail.cpp:46
configuredialog_p.h
create_kmail_config_security
KCModule * create_kmail_config_security(QWidget *parent, const char *)
Definition: kcm_kmail.cpp:91
create_kmail_config_accounts
KCModule * create_kmail_config_accounts(QWidget *parent, const char *)
Definition: kcm_kmail.cpp:80
SecurityPage
Definition: configuredialog_p.h:898
create_kmail_config_identity
KCModule * create_kmail_config_identity(QWidget *parent, const char *)
Definition: kcm_kmail.cpp:69
KMail::IdentityPage
Definition: identitypage.h:41
MiscPage
Definition: configuredialog_p.h:1002
ComposerPage
Definition: configuredialog_p.h:733
KCModule
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