mailcommon
daterulewidgethandler.cpp File Reference
#include "daterulewidgethandler.h"
#include "search/searchpattern.h"
#include <pimcommon/widgets/minimumcombobox.h>
#include <KDebug>
#include <KDateComboBox>
#include <KLocale>
#include <QObject>
#include <QStackedWidget>
Include dependency graph for daterulewidgethandler.cpp:
Go to the source code of this file.
Variables | |
static const int | DateFunctionCount |
static const struct { ... } | DateFunctions [] |
Variable Documentation
|
static |
Initial value:
=
static const struct @1 DateFunctions[]
Definition at line 44 of file daterulewidgethandler.cpp.
const { ... } DateFunctions[] |
Initial value:
= {
{ SearchRule::FuncEquals, I18N_NOOP( "is equal to" ) },
{ SearchRule::FuncNotEqual, I18N_NOOP( "is not equal to" ) },
{ SearchRule::FuncIsGreater, I18N_NOOP( "is after" ) },
{ SearchRule::FuncIsLessOrEqual, I18N_NOOP( "is before or equal to" ) },
{ SearchRule::FuncIsLess, I18N_NOOP( "is before" ) },
{ SearchRule::FuncIsGreaterOrEqual, I18N_NOOP( "is after or equal to" ) }
}
const char* displayName |
Definition at line 35 of file daterulewidgethandler.cpp.
Definition at line 34 of file daterulewidgethandler.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.