mailcommon
textrulerwidgethandler.cpp File Reference
#include "textrulerwidgethandler.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 textrulerwidgethandler.cpp:
Go to the source code of this file.
Variables | |
static const int | TextFunctionCount |
struct { | |
const char * displayName | |
SearchRule::Function id | |
} | TextFunctions [] |
Variable Documentation
const char* displayName |
Definition at line 40 of file textrulerwidgethandler.cpp.
Definition at line 39 of file textrulerwidgethandler.cpp.
|
static |
Initial value:
=
static const struct @10 TextFunctions[]
Definition at line 54 of file textrulerwidgethandler.cpp.
const { ... } TextFunctions[] |
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." ) }
}
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.