libkdeedu/keduvocdocument
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
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 140 of file sharedkvtmlfiles.cpp.
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 117 of file sharedkvtmlfiles.cpp.
QStringList SharedKvtmlFiles::languages | ( | ) |
get list of all languages found in any files
Definition at line 112 of file sharedkvtmlfiles.cpp.
void SharedKvtmlFiles::rescan | ( | ) |
rescan the shared kvtml locations
Definition at line 107 of file sharedkvtmlfiles.cpp.
void SharedKvtmlFiles::sortDownloadedFiles | ( | ) |
sort files downloaded to kvtml top-level dir into locale sub-folders
Definition at line 156 of file sharedkvtmlfiles.cpp.
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 124 of file sharedkvtmlfiles.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.