SharedKvtmlFiles
Functions | |
KEDUVOCDOCUMENT_EXPORT QStringList | comments (const QString &language=QString()) |
KEDUVOCDOCUMENT_EXPORT QStringList | fileNames (const QString &language=QString()) |
KEDUVOCDOCUMENT_EXPORT QStringList | languages () |
KEDUVOCDOCUMENT_EXPORT void | rescan () |
KEDUVOCDOCUMENT_EXPORT void | sortDownloadedFiles () |
KEDUVOCDOCUMENT_EXPORT QStringList | titles (const QString &language=QString()) |
Detailed Description
namespace and singleton class to scan groups of kvtml files from shared kvtml location, and give information about files found there
Function Documentation
◆ comments()
QStringList SharedKvtmlFiles::comments | ( | const QString & | language = QString() | ) |
get the list of document remarks found of a given language
- Parameters
-
language requested language QString() for all comments
- Returns
- a list of document remarks with words in language
Definition at line 121 of file sharedkvtmlfiles.cpp.
◆ fileNames()
QStringList SharedKvtmlFiles::fileNames | ( | const QString & | language = QString() | ) |
get list of filenames found of given language
- Parameters
-
language language requested QString() for all languages
- Returns
- a list of filenames with words in language
Definition at line 98 of file sharedkvtmlfiles.cpp.
◆ languages()
QStringList SharedKvtmlFiles::languages | ( | ) |
get list of all languages found in any files
Definition at line 93 of file sharedkvtmlfiles.cpp.
◆ rescan()
void SharedKvtmlFiles::rescan | ( | ) |
rescan the shared kvtml locations
Definition at line 88 of file sharedkvtmlfiles.cpp.
◆ sortDownloadedFiles()
void SharedKvtmlFiles::sortDownloadedFiles | ( | ) |
sort files downloaded to kvtml top-level dir into locale sub-folders
Definition at line 137 of file sharedkvtmlfiles.cpp.
◆ titles()
QStringList SharedKvtmlFiles::titles | ( | const QString & | language = QString() | ) |
get the list of document titles found of a given language
- Parameters
-
language requested language QString() for all titles
- Returns
- a list of document titles with words in language
Definition at line 105 of file sharedkvtmlfiles.cpp.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.