|
|
|
|
@ -152,11 +152,11 @@ class LCHMFile |
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
* \brief Retrieves the content from url in current chm file to QString. |
|
|
|
|
* \param str A string where the retreived content should be stored. |
|
|
|
|
* \param url An URL in chm file to retreive content from. Must be absolute. |
|
|
|
|
* \param str A string where the retrieved content should be stored. |
|
|
|
|
* \param url An URL in chm file to retrieve content from. Must be absolute. |
|
|
|
|
* \return true if the content is successfully received; false otherwise. |
|
|
|
|
* |
|
|
|
|
* This function retreives the file content (mostly for HTML pages) from the chm archive |
|
|
|
|
* This function retrieves the file content (mostly for HTML pages) from the chm archive |
|
|
|
|
* opened by load() function. Because the content in chm file is not stored in Unicode, it
|
|
|
|
|
* will be recoded according to current encoding. Do not use for binary data. |
|
|
|
|
* |
|
|
|
|
@ -167,11 +167,11 @@ class LCHMFile |
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
* \brief Retrieves the content from url in current chm file to QByteArray. |
|
|
|
|
* \param data A data array where the retreived content should be stored. |
|
|
|
|
* \param url An URL in chm file to retreive content from. Must be absolute. |
|
|
|
|
* \param data A data array where the retrieved content should be stored. |
|
|
|
|
* \param url An URL in chm file to retrieve content from. Must be absolute. |
|
|
|
|
* \return true if the content is successfully received; false otherwise. |
|
|
|
|
* |
|
|
|
|
* This function retreives the file content from the chm archive opened by load()
|
|
|
|
|
* This function retrieves the file content from the chm archive opened by load()
|
|
|
|
|
* function. The content is not encoded. |
|
|
|
|
* |
|
|
|
|
* \sa getFileContentAsString() |
|
|
|
|
@ -182,7 +182,7 @@ class LCHMFile |
|
|
|
|
/*!
|
|
|
|
|
* \brief Retrieves the content size. |
|
|
|
|
* \param size A pointer where the size will be stored. |
|
|
|
|
* \param url An URL in chm file to retreive content from. Must be absolute. |
|
|
|
|
* \param url An URL in chm file to retrieve content from. Must be absolute. |
|
|
|
|
* \return true if the content size is successfully stored; false otherwise. |
|
|
|
|
* |
|
|
|
|
* \ingroup dataretrieve |
|
|
|
|
|