KIO
Go to the documentation of this file.
23 #include <QtCore/QStringList>
27 class PredicateProperties::Private :
public QSharedData {
29 static const QString nullString;
31 #ifndef KDE_NO_DEPRECATED
40 const QString PredicateProperties::Private::nullString;
41 const QStringList PredicateProperties::Private::nullStringList;
42 #ifndef KDE_NO_DEPRECATED
46 #ifndef KDE_NO_DEPRECATED
48 if (!predicate.isEmpty()) {
66 if ( d == 0)
return Private::nullString;
67 return ( d->name.isEmpty()) ? d->key : d->name;
72 return Private::nullStringList;
87 return ( d) ? d->attributes :0;
91 return ( d) ? d->type :QVariant::Invalid;
99 #ifndef KDE_NO_DEPRECATED
100 return ( d) ? d->parent :Private::nullPP;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 21:04:58 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.