KNewStuff
KNS3::XmlLoader Class Reference
#include <xmlloader.h>
Inheritance diagram for KNS3::XmlLoader:
Signals | |
void | jobStarted (KJob *) |
void | signalFailed () |
void | signalLoaded (const QDomDocument &) |
Public Member Functions | |
XmlLoader (QObject *parent) | |
void | load (const KUrl &url) |
Protected Slots | |
void | slotJobData (KIO::Job *, const QByteArray &) |
void | slotJobResult (KJob *) |
Detailed Description
KNewStuff xml loader.
This class loads an xml document from a kurl and returns the resulting domdocument once completed. It should probably not be used directly by the application.
Definition at line 51 of file xmlloader.h.
Constructor & Destructor Documentation
KNS3::XmlLoader::XmlLoader | ( | QObject * | parent | ) |
Constructor.
Definition at line 34 of file xmlloader.cpp.
Member Function Documentation
|
signal |
void KNS3::XmlLoader::load | ( | const KUrl & | url | ) |
Starts asynchronously loading the xml document from the specified URL.
- Parameters
-
url location of the XML file
Definition at line 39 of file xmlloader.cpp.
|
signal |
|
signal |
Indicates that the list of providers has been successfully loaded.
|
protectedslot |
Definition at line 54 of file xmlloader.cpp.
|
protectedslot |
Definition at line 61 of file xmlloader.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 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:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.