kget
#include <metalinkcreator.h>

Public Slots | |
void | slotAddFile () |
void | slotAddFile (const KGetMetalink::File &file) |
void | slotFileEdited (const QString &oldFileName, const QString &newFileName) |
void | slotHandleDropped (const QStringList &types, bool createPartial) |
Public Member Functions | |
MetalinkCreator (QWidget *parent=0) | |
~MetalinkCreator () | |
Detailed Description
Definition at line 59 of file metalinkcreator.h.
Constructor & Destructor Documentation
MetalinkCreator::MetalinkCreator | ( | QWidget * | parent = 0 | ) |
Definition at line 71 of file metalinkcreator.cpp.
MetalinkCreator::~MetalinkCreator | ( | ) |
Definition at line 94 of file metalinkcreator.cpp.
Member Function Documentation
|
slot |
Adds m_tempFile to metalink and clears it for future reuse, also adds the filename to the filemodel.
Definition at line 277 of file metalinkcreator.cpp.
|
slot |
Definition at line 287 of file metalinkcreator.cpp.
|
slot |
This slot is used to update the filename in the filemodel if needed.
Definition at line 301 of file metalinkcreator.cpp.
|
slot |
Handles the dropped files, calls dialogs if needed etc.
- Parameters
-
types the types for which checksums should be calculated createPartial whether partial checksums should be created or not
Definition at line 394 of file metalinkcreator.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.