mailcommon
headersrulerwidgethandler.cpp File Reference
#include "headersrulerwidgethandler.h"
#include <pimcommon/widgets/minimumcombobox.h>
#include "search/searchpattern.h"
#include "widgets/regexplineedit.h"
#include <KDebug>
#include <KLocale>
#include <QLineEdit>
#include <QStackedWidget>
#include <QLabel>
Include dependency graph for headersrulerwidgethandler.cpp:
Go to the source code of this file.
Variables | |
struct { | |
const char * displayName | |
SearchRule::Function id | |
} | HeaderFunctions [] |
static const int | HeadersFunctionCount |
Variable Documentation
const char* displayName |
Definition at line 38 of file headersrulerwidgethandler.cpp.
const { ... } HeaderFunctions[] |
Initial value:
= {
{ SearchRule::FuncContains, I18N_NOOP( "contains" ) },
{ SearchRule::FuncContainsNot, I18N_NOOP( "does not contain" ) },
{ SearchRule::FuncEquals, I18N_NOOP( "equals" ) },
{ SearchRule::FuncNotEqual, I18N_NOOP( "does not equal" ) },
{ SearchRule::FuncStartWith, I18N_NOOP( "starts with" ) },
{ SearchRule::FuncNotStartWith, I18N_NOOP( "does not start with" )},
{ SearchRule::FuncEndWith, I18N_NOOP( "ends with" ) },
{ SearchRule::FuncNotEndWith, I18N_NOOP( "does not end with" ) },
{ SearchRule::FuncRegExp, I18N_NOOP( "matches regular expr." ) },
{ SearchRule::FuncNotRegExp, I18N_NOOP( "does not match reg. expr." ) },
{ SearchRule::FuncIsInAddressbook, I18N_NOOP( "is in address book" ) },
{ SearchRule::FuncIsNotInAddressbook, I18N_NOOP( "is not in address book" ) }
}
|
static |
Initial value:
=
static const struct @2 HeaderFunctions[]
Definition at line 54 of file headersrulerwidgethandler.cpp.
Definition at line 37 of file headersrulerwidgethandler.cpp.
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.