KNewStuff
dxs.cpp
Go to the documentation of this file.
232 // FIXME: find a way to put a real assertion in here to ensure the entriesNode is the "entries" node
244 //kDebug() << "ENTRY: " << entry->name().representation() << " location: " << entry->payload().representation();
void signalHistory(QStringList entries)
QList< QDomNode > directChildNodes(const QDomNode &node, const QString &name)
Definition: soap.cpp:224
QDomNode appendChild(const QDomNode &newChild)
QString xpath(const QDomNode &node, const QString &expr)
Find the text element to a xpath like expression.
Definition: soap.cpp:238
void setTagName(const QString &name)
void setDescription(const KTranslatable &type)
Sets the category description.
Definition: category.cpp:60
const T & at(int i) const
void signalCategories(QList< KNS::Category * > categories)
void signalComments(QStringList comments)
void signalError()
void signalComment(bool success)
const char * name() const
void signalRating(bool success)
QString number(int n, int base)
int count(const T &value) const
Feed * downloadUrlFeed(const QString &feedtype) const
Feed to retrieve for the given feed type.
Definition: knewstuff2/core/provider.cpp:50
bool isEmpty() const
QString localname(const QDomNode &node)
Name of the QDomElement for node without the namespace.
Definition: soap.cpp:217
void signalInfo(QString provider, QString server, QString version)
QDomText createTextNode(const QString &value)
QDomNode firstChild() const
void signalFault()
unsigned int version()
void signalRemoval(bool success)
void signalChanges(QStringList comments)
void signalSubscription(bool success)
int call(const QDomElement &element, const QString &endpoint)
Send to the server - uses either soap or tree.
Definition: soap.cpp:47
QString url(AdjustPathOption trailing=LeaveTrailingSlash) const
QDomElement createElement(const QString &tagName)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void signalEntries(KNS::Entry::List entries, Feed *feed)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.