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

mailcommon

  • sources
  • kde-4.14
  • kdepim
  • mailcommon
  • filter
filterlog.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2003 Andreas Gungl <a.gungl@gmx.de>
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
14  along with this program; if not, write to the Free Software
15  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16 
17  In addition, as a special exception, the copyright holders give
18  permission to link the code of this program with any edition of
19  the Qt library by Trolltech AS, Norway (or with modified versions
20  of Qt that use the same license as Qt), and distribute linked
21  combinations including the two. You must obey the GNU General
22  Public License in all respects for all of the code used other than
23  Qt. If you modify this file, you may extend this exception to
24  your version of the file, but you are not obligated to do so. If
25  you do not wish to do so, delete this exception statement from
26  your version.
27 */
28 
29 #ifndef MAILCOMMON_FILTERLOG_H
30 #define MAILCOMMON_FILTERLOG_H
31 
32 #include "../mailcommon_export.h"
33 
34 #include <QObject>
35 #include <QStringList>
36 
37 namespace MailCommon {
38 
55 class MAILCOMMON_EXPORT FilterLog : public QObject
56 {
57  Q_OBJECT
58 
59 public:
63  virtual ~FilterLog();
64 
68  static FilterLog *instance();
69 
73  enum ContentType {
74  Meta = 1,
75  PatternDescription = 2,
76  RuleResult = 4,
77  PatternResult = 8,
78  AppliedAction = 16
79  };
80 
84  void setLogging( bool active );
85 
89  bool isLogging() const;
90 
94  void setMaxLogSize( long size = -1 );
95 
99  long maxLogSize() const;
100 
104  void setContentTypeEnabled( ContentType type, bool enabled );
105 
109  bool isContentTypeEnabled( ContentType type ) const;
110 
114  void add( const QString &entry, ContentType type );
115 
119  void addSeparator();
120 
124  void clear();
125 
129  QStringList logEntries() const;
130 
136  bool saveToFile( const QString &fileName ) const;
137 
142  static QString recode( const QString &plain );
143 
147  void dump();
148 
149 Q_SIGNALS:
153  void logEntryAdded( const QString &entry );
154 
158  void logShrinked();
159 
163  void logStateChanged();
164 
165 private:
166  //@cond PRIVATE
167  FilterLog();
168 
169  class Private;
170  Private *const d;
171  //@endcond
172 };
173 
174 }
175 
176 #endif
MailCommon::FilterLog
KMail Filter Log Collector.
Definition: filterlog.h:55
QObject
QString
QStringList
MAILCOMMON_EXPORT
#define MAILCOMMON_EXPORT
Definition: mailcommon_export.h:35
MailCommon::FilterLog::ContentType
ContentType
Describes the type of content that will be logged.
Definition: filterlog.h:73
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

mailcommon

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

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