mailcommon
messagerulewidgethandler.cpp File Reference
#include "messagerulewidgethandler.h"
#include "search/searchpattern.h"
#include "widgets/regexplineedit.h"
#include <pimcommon/widgets/minimumcombobox.h>
#include <KDebug>
#include <KLocale>
#include <QStackedWidget>
#include <QLabel>
Include dependency graph for messagerulewidgethandler.cpp:
Go to the source code of this file.
Variables | |
static const int | MessageFunctionCount |
struct { | |
const char * displayName | |
SearchRule::Function id | |
} | MessageFunctions [] |
Variable Documentation
const char* displayName |
Definition at line 37 of file messagerulewidgethandler.cpp.
Definition at line 36 of file messagerulewidgethandler.cpp.
|
static |
Initial value:
=
static const struct @3 MessageFunctions[]
Definition at line 46 of file messagerulewidgethandler.cpp.
const { ... } MessageFunctions[] |
Initial value:
= {
{ SearchRule::FuncContains, I18N_NOOP( "contains" ) },
{ SearchRule::FuncContainsNot, I18N_NOOP( "does not contain" ) },
{ SearchRule::FuncRegExp, I18N_NOOP( "matches regular expr." ) },
{ SearchRule::FuncNotRegExp, I18N_NOOP( "does not match reg. expr." ) },
{ SearchRule::FuncHasAttachment, I18N_NOOP( "has an attachment" ) },
{ SearchRule::FuncHasNoAttachment, I18N_NOOP( "has no attachment" ) },
}
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.