calendarsupport
incidencesearchjob.cpp
Go to the documentation of this file.
80 query = QString::fromLatin1( "prefix ncal:<http://www.semanticdesktop.org/ontologies/2007/04/02/ncal#> " );
The result must contain the pattern (case insensitive).
Definition: incidencesearchjob.h:117
KCalCore::Incidence::List incidences() const
Returns the incidences that matched the search criteria.
Definition: incidencesearchjob.cpp:190
The result must match exactly the pattern (case sensitive).
Definition: incidencesearchjob.h:115
Match
Describes the type of pattern matching that shall be used.
Definition: incidencesearchjob.h:114
The result must start with the pattern (case insensitive).
Definition: incidencesearchjob.h:116
The global unique identifier of the incidence.
Definition: incidencesearchjob.h:106
IncidenceSearchJob(QObject *parent=0)
Creates a new incidence search job.
Definition: incidencesearchjob.cpp:36
void setQuery(Criterion criterion, const QString &value, Match match)
Sets the criterion and value for the search with match.
Definition: incidencesearchjob.cpp:72
void setLimit(int limit)
Sets a limit on how many results will be returned by this search job.
Definition: incidencesearchjob.cpp:185
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 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:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.