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);
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);
273 virtual bool hasCachedFormData(
const WebForm &form)
const;
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:40:42 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.