libkiwix
797
Contents:
Libkiwix programming
Reference API
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Struct DownloadedFile
Class AriaError
Class Book
Class Book::Illustration
Class Bookmark
Class Download
Class Downloader
Class Filter
Class HumanReadableNameMapper
Class IdNameMapper
Class KiwixServe
Class Library
Class LibraryManipulator
Class LibXMLDumper
Class Manager
Class NameMapper
Class OPDSDumper
Class SearchRenderer
Class Server
Class UpdatableNameMapper
Class ZimSearcher
Enums
Functions
Defines
Typedefs
Kiwix serve widget
libkiwix
»
Reference API
»
Class Downloader
Edit on GitHub
Class Downloader
¶
Defined in
File downloader.h
Class Documentation
¶
class
Downloader
¶
A tool to download things.
Public Functions
Downloader
(
)
¶
virtual
~Downloader
(
)
¶
void
close
(
)
¶
Download
*
startDownload
(
const
std
::
string
&
uri
,
const
std
::
vector
<
std
::
pair
<
std
::
string
,
std
::
string
>
>
&
options
=
{
}
)
¶
Download
*
getDownload
(
const
std
::
string
&
did
)
¶
inline
size_t
getNbDownload
(
)
¶
std
::
vector
<
std
::
string
>
getDownloadIds
(
)
¶