akregator
articlematcher.h
Go to the documentation of this file.
122 Contains = 0x01,
123 Equals = 0x02,
124 Matches = 0x03,
125 Negation = 0x80
143 { return m_subject == other.m_subject && m_predicate == other.m_predicate && m_object == other.m_object; }
bool operator==(const Criterion &other) const
Definition: articlematcher.h:142
Abstract base class for matchers, a matcher just takes an article and checks whether the article matc...
Definition: articlematcher.h:50
a powerful matcher supporting multiple criterions, which can be combined via logical OR or AND ...
Definition: articlematcher.h:75
A proxy class for Syndication::ItemPtr with some additional methods to assist sorting.
Definition: article.h:61
Definition: article.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 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:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.