KDEWebKit
Go to the documentation of this file. 29 #include <QtCore/QObject> 30 #include <QtCore/QString> 31 #include <QtCore/QList> 32 #include <QtCore/QPair> 33 #include <QtGui/QWidget> 34 #include <QtCore/QtGlobal> 131 WebFormList formsWithCachedData(QWebFrame* frame,
bool recursive =
true)
const;
145 void saveFormData(QWebFrame *frame,
bool recursive =
true,
bool ignorePasswordFields =
false);
154 void fillFormData(QWebFrame *frame,
bool recursive =
true);
168 void removeFormData (QWebFrame *frame,
bool recursive);
178 void removeFormData(
const WebFormList &forms);
193 void acceptSaveFormDataRequest(
const QString &key);
203 void rejectSaveFormDataRequest(
const QString &key);
219 void saveFormDataRequested(
const QString &key,
const QUrl &url);
229 void saveFormDataCompleted(
const QUrl &url,
bool ok);
240 void fillFormRequestCompleted(
bool ok);
254 WebFormList formsToFill(
const KUrl &url)
const;
262 WebFormList formsToSave(
const QString &key)
const;
267 WebFormList formsToDelete()
const;
273 virtual bool hasCachedFormData(
const WebForm &form)
const;
280 void fillWebForm(
const KUrl &url,
const WebFormList &forms);
292 virtual void fillFormDataFromCache(
const KUrl::List &list);
302 virtual void saveFormDataToCache(
const QString &key);
312 virtual void removeFormDataFromCache(
const WebFormList &forms);
315 class KWebWalletPrivate;
316 friend class KWebWalletPrivate;
317 KWebWalletPrivate *
const d;
319 Q_PRIVATE_SLOT(d,
void _k_openWalletDone(
bool))
320 Q_PRIVATE_SLOT(d,
void _k_walletClosed())
323 #endif // KWEBWALLET_H
QList< WebForm > WebFormList
A list of web forms.
A class that provides KDE wallet integration for QWebFrame.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Sat Sep 30 2017 14:35:42 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.