lokalize
#include <webquerycontroller.h>
uses async http reading.
currently one instance per script is used...
Definition at line 64 of file webquerycontroller.h.
WebQueryController::WebQueryController |
( |
const QString & |
name, |
|
|
QObject * |
parent |
|
) |
| |
void WebQueryController::addWebQueryResult |
( |
const QString & |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
void WebQueryController::doDownloadAndFilter |
( |
QString |
url, |
|
|
QString |
codec, |
|
|
QString |
rx |
|
) |
| |
|
slot |
Also may be used to get name of another html file (e.g.
of a frame)
- Parameters
-
url | Lokalize escapes url before downloading |
codec | e.g. UTF-8 |
rx | RegExp that gives result in the first cap. e.g. "<div id=result_box dir=ltr>([^<]+)</div>" |
repeat | whether func should be called again (frames) |
Definition at line 85 of file webquerycontroller.cpp.
void WebQueryController::doQuery |
( |
| ) |
|
|
signal |
QString WebQueryController::filePath |
( |
| ) |
|
|
slot |
QString WebQueryController::msg |
( |
| ) |
|
|
slot |
void WebQueryController::postProcess |
( |
QString |
| ) |
|
|
signal |
void WebQueryController::query |
( |
const CatalogData & |
data | ) |
|
|
slot |
void WebQueryController::setResult |
( |
QString |
result | ) |
|
|
slot |
void WebQueryController::setTwinLangFilePath |
( |
QString |
| ) |
|
|
slot |
void WebQueryController::slotDownloadResult |
( |
KJob * |
job | ) |
|
|
slot |
QString WebQueryController::twinLangMsg |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:45 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.