kget
DirectoryHandler Class Reference
#include <filehandler.h>
Inheritance diagram for DirectoryHandler:
Public Slots | |
void | slotFiles (const QList< KUrl > &files) |
Signals | |
void | finished () |
Public Member Functions | |
DirectoryHandler (QObject *parent) | |
~DirectoryHandler () | |
QList< FileData > | takeFiles () |
Detailed Description
Gets the name and the size of the files of a list of urls, also enters directories recursively if needed.
Definition at line 68 of file filehandler.h.
Constructor & Destructor Documentation
DirectoryHandler::DirectoryHandler | ( | QObject * | parent | ) |
Definition at line 127 of file filehandler.cpp.
DirectoryHandler::~DirectoryHandler | ( | ) |
Definition at line 133 of file filehandler.cpp.
Member Function Documentation
|
signal |
|
slot |
The files the FileHandler should handle, the urls can also be urls to directories then the files of these directories will be got recursively.
Definition at line 145 of file filehandler.cpp.
QList< FileData > DirectoryHandler::takeFiles | ( | ) |
Returns the handled files and clears the member, call this after finished is emitted.
Definition at line 137 of file filehandler.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:53:18 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:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.