kget
#include <linkimporter.h>
Signals | |
void | error (const KLocalizedString &) |
void | progress (int progress) |
Public Member Functions | |
LinkImporter (const KUrl &source, QObject *parent) | |
LinkImporter (QObject *parent) | |
~LinkImporter () | |
void | checkClipboard (const QString &clipboardContent) |
void | copyRemoteFile () |
QList< QString > | links () |
void | run () |
Detailed Description
Import a list of urls from a file (local or remote)
Definition at line 25 of file linkimporter.h.
Constructor & Destructor Documentation
LinkImporter::LinkImporter | ( | const KUrl & | source, |
QObject * | parent | ||
) |
Definition at line 33 of file linkimporter.cpp.
LinkImporter::LinkImporter | ( | QObject * | parent | ) |
Definition at line 40 of file linkimporter.cpp.
LinkImporter::~LinkImporter | ( | ) |
Definition at line 47 of file linkimporter.cpp.
Member Function Documentation
void LinkImporter::checkClipboard | ( | const QString & | clipboardContent | ) |
Check for urls in clipboard.
Definition at line 51 of file linkimporter.cpp.
void LinkImporter::copyRemoteFile | ( | ) |
copy the remote file out of the thread
Definition at line 80 of file linkimporter.cpp.
|
signal |
|
inline |
Returns a list with the links of the selected url m_url.
Definition at line 51 of file linkimporter.h.
|
signal |
void LinkImporter::run | ( | ) |
Start reading the url contents.
Definition at line 68 of file linkimporter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.